Age | Commit message (Expand) | Author |
2001-03-29 | http://irssi.org -> http://irssi.org/ | Timo Sirainen |
2001-03-28 | log->temp -> !log->temp .. closed non-autologs instead of autologs.. | Timo Sirainen |
2001-03-28 | module_get_name() should be inside #ifdef HAVE_GMODULE | Timo Sirainen |
2001-03-28 | don't use which - cygwin doesn't have it | Timo Sirainen |
2001-03-26 | added note about /wallchops | Timo Sirainen |
2001-03-26 | fixed descriptions | Timo Sirainen |
2001-03-26 | wallchops: works only with ircu. updated ircu notes. | Timo Sirainen |
2001-03-26 | When closing autologs, don't crash if some other temporary log is open, like | Timo Sirainen |
2001-03-24 | s/enable-perl=/enable-perl-path=/ in the warning message | Timo Sirainen |
2001-03-24 | don't crash with themes without replaces block. don't crash with themes with | Timo Sirainen |
2001-03-24 | added default_color and default_real_color | Timo Sirainen |
2001-03-24 | fixes, hopefully works correctly finally :) patch by fuchs. | Timo Sirainen |
2001-03-24 | ignore_check(): don't crash if nick is NULL - shouldn't really ever happen? | Timo Sirainen |
2001-03-23 | notice of ~/.irssi/startup | Timo Sirainen |
2001-03-22 | Removed /SET statusbar_xxx | Timo Sirainen |
2001-03-22 | added faq.txt | Timo Sirainen |
2001-03-21 | Parting channels and disconnecting from servers didn't close the autologs. | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-20 | quick hacks to make it compile again | Timo Sirainen |
2001-03-20 | dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it too | Timo Sirainen |
2001-03-20 | Send notify out messages with HILIGHT level too. | Timo Sirainen |
2001-03-18 | /RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don't | Timo Sirainen |
2001-03-18 | moved stuff from net-internal.h to network.h. HPUX needed one of the | Timo Sirainen |
2001-03-17 | /HILIGHT -full didn't work, and -word was treated as -word + -full. Updated | Timo Sirainen |
2001-03-17 | updated for .98.3 | Timo Sirainen |
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 |