Age | Commit message (Expand) | Author |
2002-08-26 | todo with lots of finnish text, just to make sure i don't lose it :) | Timo Sirainen |
2002-08-26 | fixed --disable-ssl description | Timo Sirainen |
2002-08-26 | /SERVER -ssl option was lost while reconnecting if server existed in /SERVER | Timo Sirainen |
2002-08-26 | added, by pasky | Timo Sirainen |
2002-08-26 | SSL updates | Timo Sirainen |
2002-08-26 | A few missing parts from SSL patch. | Timo Sirainen |
2002-08-26 | Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-08-26 | small fix for -lnsl check | Timo Sirainen |
2002-08-26 | added topicsbstart and topicsbend which had been added to irssi.conf | Timo Sirainen |
2002-08-26 | Don't crash if someone msgs you without host address (eg. dircproxy). Fix by | Timo Sirainen |
2002-08-25 | If script returns 0 while it's being loaded, it's terminated without any | Timo Sirainen |
2002-08-25 | actually, eval {} it anyway so the script can be unloaded even if UNLOAD | Timo Sirainen |
2002-08-25 | better way to check if UNLOAD exists | Timo Sirainen |
2002-08-25 | UNLOAD method is called now for all scripts before they're destroyed. | Timo Sirainen |
2002-08-22 | Added $2 = numeric to /FORMAT default_event | Timo Sirainen |
2002-08-22 | /RELOADing broken theme file doesn't crash irssi anymore. | Timo Sirainen |
2002-08-22 | When checking for autojoin-on-invite channels, also check the short !channel | Timo Sirainen |
2002-08-21 | Added support for 439 numeric ("Target change too fast") which may tell that | Timo Sirainen |
2002-08-14 | Removed generation of startup-HOWTO.txt, people should be able to read the | Timo Sirainen |
2002-08-14 | removed spaces inside <pre> tags. | Timo Sirainen |
2002-08-09 | s/IRCNet/IRCnet/ | Timo Sirainen |
2002-08-09 | /DISCONNECT <tag> works again for not-yet-connected servers. | Timo Sirainen |
2002-08-08 | another crashfix | Timo Sirainen |
2002-08-08 | crashfix for sbitem->{window} | Timo Sirainen |
2002-08-08 | Added window variable to Irssi::TextUI::StatusbarItem | Timo Sirainen |
2002-08-05 | Changed CTCP handler to remove the later \001 only if it was at the end of | Timo Sirainen |
2002-07-16 | If log file path contains any $variables or %time codes, create the | Timo Sirainen |
2002-07-16 | comment update | Timo Sirainen |
2002-07-16 | '\' characters in nicks were skipped when sending messages in queries. | Timo Sirainen |
2002-07-16 | since some servers nowadays don't like having "-" as user/realname, changed | Timo Sirainen |
2002-07-04 | Using Irssi::Ignore crashed | Timo Sirainen |
2002-07-01 | comment update | Timo Sirainen |
2002-07-01 | the -nick fix broke things :) now a proper fix | Timo Sirainen |
2002-07-01 | cmd_get_quoted_params() fixes | Timo Sirainen |
2002-07-01 | nick tracking change: now it renames the query only if the old nick doesn't | Timo Sirainen |
2002-07-01 | Query nick tracking: don't change query's nick if both the old and new nicks | Timo Sirainen |
2002-07-01 | fixed query to work with nicks beginning with '-' char | Timo Sirainen |
2002-07-01 | Moved setlocale() at the beginning of initialization, should fix regexp | Timo Sirainen |
2002-06-19 | Updated version number. | Timo Sirainen |
2002-06-19 | strip_codes() didn't handle ANSI colors properly, and if used at the end of | Timo Sirainen |
2002-06-15 | '/' char shouldn't be used in command() examples. | Timo Sirainen |
2002-06-13 | updated dancer's channel forwarding support - using +f channel mode now, and | Timo Sirainen |
2002-06-13 | added -formats | Timo Sirainen |
2002-06-13 | Wallop actions fixed | Timo Sirainen |
2002-06-10 | $X expando didn't check if server type was irc properly, and crashed. | Timo Sirainen |
2002-06-07 | irsis --dummy fixed. | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-06 | /NAMES list isn't displayed on join when channel is joined because of | Timo Sirainen |
2002-06-06 | use signal_add_last("channel joined") for printing /NAMES list | Timo Sirainen |