Age | Commit message (Expand) | Author |
2001-03-17 | updated for .98.3 | Timo Sirainen |
2001-03-17 | pubmsghinick - add %n after nick so underlines/blinks get disabled.. | Timo Sirainen |
2001-03-17 | fixed small hilight memory leak | Timo Sirainen |
2001-03-17 | %F = blinking on/off. several fixes to make blinking work better. some | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-17 | Added some debug messages.. | Timo Sirainen |
2001-03-16 | Irssi now asks if you want to remove unknown settings from configuration | Timo Sirainen |
2001-03-16 | emphasis works with actions now | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-15 | Text buffer: Saving pointer to char[] didn't work correctly with | Timo Sirainen |
2001-03-15 | /WINDOW CLOSE [<first> [<last>] - you can close multiple windows once now. | Timo Sirainen |
2001-03-15 | server_connect_own_ip_save(): fixed some nasty typos that could have | Timo Sirainen |
2001-03-15 | /NICK could have changed nick to some other nick than we specified | Timo Sirainen |
2001-03-15 | ^O reset only colors, not underlines etc. | Timo Sirainen |
2001-03-15 | bugfix | Timo Sirainen |
2001-03-15 | if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :) | Timo Sirainen |
2001-03-15 | if ! $(MAKE) -> if $(MAKE); then echo; else | Timo Sirainen |
2001-03-15 | signal_add_first("setup changed", .. so if some other "setup changed" | Timo Sirainen |
2001-03-15 | minor cleanup | Timo Sirainen |
2001-03-15 | when some statusbar item was forced to be removed because of lack of space, | Timo Sirainen |
2001-03-15 | Beginnings of configurable statusbar. The existing items can be configured | Timo Sirainen |
2001-03-15 | Upgraded to glib 1.2.9 | Timo Sirainen |
2001-03-15 | * level is now same as ALL | Timo Sirainen |
2001-03-14 | Reconnecting shouldn't lose the address family. | Timo Sirainen |
2001-03-14 | net_listen() works now properly with --enable-ipv6 and a system that doesn't | Timo Sirainen |
2001-03-12 | %n+bg color change doesn't anymore set foreground black. changed theme's | Timo Sirainen |
2001-03-12 | added format_real_length() | Timo Sirainen |
2001-03-12 | Statusbar rewrites. Colors are currently not configurable at all, but other | Timo Sirainen |
2001-03-11 | make distclean works now properly for common/ and irc/ directories (by tko) | Timo Sirainen |
2001-03-10 | buggy fix, fixed :) | Timo Sirainen |
2001-03-10 | nick_hash_remove(): GLIB didn't change the hash table key like I thought, so | Timo Sirainen |
2001-03-10 | updated | Timo Sirainen |
2001-03-10 | Don't cast time_t to int. Don't go playing with memory you just free'd. Some | Timo Sirainen |
2001-03-10 | more Meta key updates | Timo Sirainen |
2001-03-10 | updated | Timo Sirainen |
2001-03-10 | added startup-HOWTO.txt | Timo Sirainen |
2001-03-10 | typofix | Timo Sirainen |
2001-03-08 | getting ready for .98.3.. | Timo Sirainen |
2001-03-08 | updated | Timo Sirainen |
2001-03-08 | /DCC CLOSE CHAT <unknown> signal: we were checking for "GET" here, not | Timo Sirainen |
2001-03-08 | updated | Timo Sirainen |
2001-03-08 | Command history: allow "next history" to jump back to last msg in | Timo Sirainen |
2001-03-08 | /SET scroll_page_count - don't crash if /0 is given. Works now properly | Timo Sirainen |
2001-03-08 | /CONNECT -ircnet didn't load ircnet specific settings correctly | Timo Sirainen |
2001-03-08 | undernet's stupid servers don't want to handle more than one query per | Timo Sirainen |
2001-03-07 | If one server fails because of DNS error, don't stop reconnecting to | Timo Sirainen |
2001-03-07 | /LASTLOG -window unknown crashed irssi | Timo Sirainen |
2001-03-07 | removing second last unique nick didn't work properly | Timo Sirainen |
2001-03-07 | some perl fixes. NICK_REC is also now "iobject".. | Timo Sirainen |
2001-03-05 | /SERVER: don't set reconnection to TRUE if we're not disconnecting from | Timo Sirainen |