Age | Commit message (Expand) | Author |
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-17 | reversed the ld changes, not a good idea after all. | Timo Sirainen |
2002-09-16 | stupid linefeed error | Timo Sirainen |
2002-09-16 | linker usage fixes | 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-11 | removed the '/' in command() | Timo Sirainen |
2002-09-11 | more s/opn/freenode/ | Timo Sirainen |
2002-09-11 | s/OPN/freenode/ | Timo Sirainen |
2002-09-08 | we're under GNU FDL license now | 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-27 | Don't consider missing SSL/crypto libs fatal, simply disable SSL support. | Timo Sirainen |
2002-08-27 | Added AzzurraNET. | Timo Sirainen |
2002-08-27 | better fix for disabling ssl with glib2 | Timo Sirainen |
2002-08-27 | disable glib2 + ssl | 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 | 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 |