summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-29http://irssi.org -> http://irssi.org/Timo Sirainen
2001-03-28log->temp -> !log->temp .. closed non-autologs instead of autologs..Timo Sirainen
2001-03-28module_get_name() should be inside #ifdef HAVE_GMODULETimo Sirainen
2001-03-28don't use which - cygwin doesn't have itTimo Sirainen
2001-03-26added note about /wallchopsTimo Sirainen
2001-03-26fixed descriptionsTimo Sirainen
2001-03-26wallchops: works only with ircu. updated ircu notes.Timo Sirainen
2001-03-26When closing autologs, don't crash if some other temporary log is open, likeTimo Sirainen
2001-03-24s/enable-perl=/enable-perl-path=/ in the warning messageTimo Sirainen
2001-03-24don't crash with themes without replaces block. don't crash with themes withTimo Sirainen
2001-03-24added default_color and default_real_colorTimo Sirainen
2001-03-24fixes, hopefully works correctly finally :) patch by fuchs.Timo Sirainen
2001-03-24ignore_check(): don't crash if nick is NULL - shouldn't really ever happen?Timo Sirainen
2001-03-23notice of ~/.irssi/startupTimo Sirainen
2001-03-22Removed /SET statusbar_xxxTimo Sirainen
2001-03-22added faq.txtTimo Sirainen
2001-03-21Parting channels and disconnecting from servers didn't close the autologs.Timo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-20quick hacks to make it compile againTimo Sirainen
2001-03-20dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it tooTimo Sirainen
2001-03-20Send 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'tTimo Sirainen
2001-03-18moved stuff from net-internal.h to network.h. HPUX needed one of theTimo Sirainen
2001-03-17/HILIGHT -full didn't work, and -word was treated as -word + -full. UpdatedTimo Sirainen
2001-03-17updated for .98.3Timo Sirainen
2001-03-17updated for .98.3Timo Sirainen
2001-03-17pubmsghinick - add %n after nick so underlines/blinks get disabled..Timo Sirainen
2001-03-17fixed small hilight memory leakTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-17Added some debug messages..Timo Sirainen
2001-03-16Irssi now asks if you want to remove unknown settings from configurationTimo Sirainen
2001-03-16emphasis works with actions nowTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-15Text buffer: Saving pointer to char[] didn't work correctly withTimo Sirainen
2001-03-15/WINDOW CLOSE [<first> [<last>] - you can close multiple windows once now.Timo Sirainen
2001-03-15server_connect_own_ip_save(): fixed some nasty typos that could haveTimo Sirainen
2001-03-15/NICK could have changed nick to some other nick than we specifiedTimo Sirainen
2001-03-15^O reset only colors, not underlines etc.Timo Sirainen
2001-03-15bugfixTimo Sirainen
2001-03-15if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :)Timo Sirainen
2001-03-15if ! $(MAKE) -> if $(MAKE); then echo; elseTimo Sirainen
2001-03-15signal_add_first("setup changed", .. so if some other "setup changed"Timo Sirainen
2001-03-15minor cleanupTimo Sirainen
2001-03-15when some statusbar item was forced to be removed because of lack of space,Timo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen
2001-03-15Upgraded to glib 1.2.9Timo Sirainen
2001-03-15* level is now same as ALLTimo Sirainen
2001-03-14Reconnecting shouldn't lose the address family.Timo Sirainen
2001-03-14net_listen() works now properly with --enable-ipv6 and a system that doesn'tTimo Sirainen