summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-27Don't update channel key from 324 numeric, some servers send channel key asTimo Sirainen
2002-08-27wait a bit longer before sending massjoin signal. also added a comment howTimo Sirainen
2002-08-27Don't consider missing SSL/crypto libs fatal, simply disable SSL support.Timo Sirainen
2002-08-27Added AzzurraNET.Timo Sirainen
2002-08-27better fix for disabling ssl with glib2Timo Sirainen
2002-08-27disable glib2 + sslTimo Sirainen
2002-08-26moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list ofTimo Sirainen
2002-08-26right. maybe now builds with glib2 right?Timo Sirainen
2002-08-26fixes to work with glib2 (untested...)Timo Sirainen
2002-08-26todo with lots of finnish text, just to make sure i don't lose it :)Timo Sirainen
2002-08-26fixed --disable-ssl descriptionTimo Sirainen
2002-08-26/SERVER -ssl option was lost while reconnecting if server existed in /SERVERTimo Sirainen
2002-08-26added, by paskyTimo Sirainen
2002-08-26SSL updatesTimo Sirainen
2002-08-26A few missing parts from SSL patch.Timo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-08-26small fix for -lnsl checkTimo Sirainen
2002-08-26added topicsbstart and topicsbend which had been added to irssi.confTimo Sirainen
2002-08-26Don't crash if someone msgs you without host address (eg. dircproxy). Fix byTimo Sirainen
2002-08-25If script returns 0 while it's being loaded, it's terminated without anyTimo Sirainen
2002-08-25actually, eval {} it anyway so the script can be unloaded even if UNLOADTimo Sirainen
2002-08-25better way to check if UNLOAD existsTimo Sirainen
2002-08-25UNLOAD method is called now for all scripts before they're destroyed.Timo Sirainen
2002-08-22Added $2 = numeric to /FORMAT default_eventTimo Sirainen
2002-08-22/RELOADing broken theme file doesn't crash irssi anymore.Timo Sirainen
2002-08-22When checking for autojoin-on-invite channels, also check the short !channelTimo Sirainen
2002-08-21Added support for 439 numeric ("Target change too fast") which may tell thatTimo Sirainen
2002-08-14Removed generation of startup-HOWTO.txt, people should be able to read theTimo Sirainen
2002-08-14removed spaces inside <pre> tags.Timo Sirainen
2002-08-09s/IRCNet/IRCnet/Timo Sirainen
2002-08-09/DISCONNECT <tag> works again for not-yet-connected servers.Timo Sirainen
2002-08-08another crashfixTimo Sirainen
2002-08-08crashfix for sbitem->{window}Timo Sirainen
2002-08-08Added window variable to Irssi::TextUI::StatusbarItemTimo Sirainen
2002-08-05Changed CTCP handler to remove the later \001 only if it was at the end ofTimo Sirainen
2002-07-16If log file path contains any $variables or %time codes, create theTimo Sirainen
2002-07-16comment updateTimo Sirainen
2002-07-16'\' characters in nicks were skipped when sending messages in queries.Timo Sirainen
2002-07-16since some servers nowadays don't like having "-" as user/realname, changedTimo Sirainen
2002-07-04Using Irssi::Ignore crashedTimo Sirainen
2002-07-01comment updateTimo Sirainen
2002-07-01the -nick fix broke things :) now a proper fixTimo Sirainen
2002-07-01cmd_get_quoted_params() fixesTimo Sirainen
2002-07-01nick tracking change: now it renames the query only if the old nick doesn'tTimo Sirainen
2002-07-01Query nick tracking: don't change query's nick if both the old and new nicksTimo Sirainen
2002-07-01fixed query to work with nicks beginning with '-' charTimo Sirainen
2002-07-01Moved setlocale() at the beginning of initialization, should fix regexpTimo Sirainen
2002-06-19Updated version number.Timo Sirainen
2002-06-19strip_codes() didn't handle ANSI colors properly, and if used at the end ofTimo Sirainen