Age | Commit message (Expand) | Author |
2002-10-14 | Better message for /IGNORE | Timo Sirainen |
2002-10-14 | /LAYOUT SAVE doesn't crash anymore with /EXEC -interactives | Timo Sirainen |
2002-10-14 | /MSG !channel is now expanded to full !12345channel | Timo Sirainen |
2002-10-14 | Make sure two urls aren't thought of as netsplit | Timo Sirainen |
2002-10-14 | /UNQUERY and /WINDOW GOTO now ignores trailing whitespace | Timo Sirainen |
2002-10-14 | $chatnet, $tag, $Y and $N expandos' change signals were incorrectly set, | Timo Sirainen |
2002-10-10 | Less kludgy way to handle /SET skip_motd. Works now with laggy servers. | Timo Sirainen |
2002-10-06 | /QUERY reverted back. | Timo Sirainen |
2002-10-03 | msgs window didn't include ACTIONS but status did, so private actions went | Timo Sirainen |
2002-09-30 | If reconnection was aborted by trying to reconnect to another server, the | Timo Sirainen |
2002-09-30 | irssi stuck to infinite loop if it wasn't compiled with gmodule. | Timo Sirainen |
2002-09-22 | define empty aTHX_ too if it's not defined | Timo Sirainen |
2002-09-19 | "/QUERY" no longer unqueries, but just complains about not getting enough | Timo Sirainen |
2002-09-19 | support for threaded perl. patch by mls@suse.de | Timo Sirainen |
2002-09-18 | /CYCLE !channel works now properly too | Timo Sirainen |
2002-09-18 | !channels weren't rejoined to correct window after reconnect/cycle. | Timo Sirainen |
2002-09-15 | when server connection was finished, it didn't move from connect_server to | Timo Sirainen |
2002-09-14 | added /WINDOW MOVE FIRST and /WINDOW MOVE LAST. | Timo Sirainen |
2002-09-14 | statusbar is now also updated for connecting-servers. | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-09-14 | no, didn't work, again :) | Timo Sirainen |
2002-09-14 | tag generation didn't check the tags from connecting servers, so same tag | Timo Sirainen |
2002-09-14 | in_addr_t wasn't too standard, so use guint32 after all. | Timo Sirainen |
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 |