Age | Commit message (Expand) | Author |
2002-09-14 | s/guint32/in_addr_t/ actually. | Timo Sirainen |
2002-09-14 | DCC was broken with some 64bit systems (64bit unsigned long) | Timo Sirainen |
2002-09-07 | autologs weren't closed when channel was left, or query was destroyed | Timo Sirainen |
2002-09-07 | banned/dns_error state was set to servers in setup, but never reset, which | Timo Sirainen |
2002-08-31 | changed /FORMAT default_event -> default_event_server (sorry for breaking | Timo Sirainen |
2002-08-29 | Don't crash if /SET irssiproxy_ports is changed while having connected | Timo Sirainen |
2002-08-29 | /FOREACH WINDOW /WINDOW CLOSE could crash irssi. | Timo Sirainen |
2002-08-27 | a bit more fixes for +k updating | Timo Sirainen |
2002-08-27 | Don't update channel key from 324 numeric, some servers send channel key as | Timo Sirainen |
2002-08-27 | wait a bit longer before sending massjoin signal. also added a comment how | Timo Sirainen |
2002-08-26 | moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list of | Timo Sirainen |
2002-08-26 | right. maybe now builds with glib2 right? | Timo Sirainen |
2002-08-26 | fixes to work with glib2 (untested...) | Timo Sirainen |
2002-08-26 | /SERVER -ssl option was lost while reconnecting if server existed in /SERVER | 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 | 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-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 | strip_codes() didn't handle ANSI colors properly, and if used at the end of | Timo Sirainen |
2002-06-13 | updated dancer's channel forwarding support - using +f channel mode now, and | 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 |