Age | Commit message (Expand) | Author |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-01-28 | Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it may | Timo Sirainen |
2002-01-23 | Don't send proxy commands to server if -noproxy option was used. | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2002-01-20 | Handle PING requests now properly. | Timo Sirainen |
2002-01-10 | Changed again behaviour of resetting user modes when reconnecting to server, | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-11-19 | /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active | Timo Sirainen |
2001-11-18 | Data sent to server with /RAWQUOTE didn't show up properly in rawlog unless | Timo Sirainen |
2001-11-18 | When destroying data used from server in "server disconnected" signal, set | Timo Sirainen |
2001-11-11 | Redirection fixes. | Timo Sirainen |
2001-11-11 | Moved rewritten server redirection code from core to irc. This new code | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added | Timo Sirainen |
2001-10-21 | Added reference counter to SERVER_CONNECT_REC. Since it's being moved around | Timo Sirainen |
2001-09-20 | When using /SET hostname ipv6:address, replace the ':' char with '_' so it | Timo Sirainen |
2001-09-06 | Use only the first word from username when sending it to server. | Timo Sirainen |
2001-08-14 | Some internal changes how /SERVER command works. Added /SERVER PURGE | Timo Sirainen |
2001-08-13 | max_query_chans set to 1 by default. Set to 10 in networks where it's known | Timo Sirainen |
2001-06-04 | Added support for bahamut @+#channel notices. Removed notice_public_ops | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-04 | Send "chat protocol deinit" signal when protocol is being | Timo Sirainen |
2001-02-19 | Connection updates: moved /SERVER and /CONNECT to core from irc. | Timo Sirainen |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-01-04 | /LIST: don't require -yes option if there's 1000 channels or less. | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-28 | server->cmd_last_split wasn't used anymore, removed code related to it. | Timo Sirainen |
2000-12-09 | -querychans option for servers and ircnets which specifies how many | Timo Sirainen |
2000-12-05 | Server events: switched order of data and server parameters. it's now | Timo Sirainen |
2000-11-30 | /WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> before | Timo Sirainen |
2000-11-23 | several fixes to make irssi compile without warnings with MIPSpro | Timo Sirainen |
2000-10-22 | Add the server specific functions immediately after the server | Timo Sirainen |
2000-10-14 | irc_server_get_channels() now returns also the channels that are in | Timo Sirainen |
2000-10-13 | updating user modes were handled as they were channel modes, like +o | Timo Sirainen |
2000-09-30 | multiprotocol updates. SILC prints channel and private messages now | Timo Sirainen |
2000-09-29 | minor updates | Timo Sirainen |
2000-09-27 | Moved /DISCONNECT to core, other multiprotocol fixes. | Timo Sirainen |
2000-09-06 | /set autocreate_query -> /set autocreate_query_level | Timo Sirainen |
2000-09-01 | Added chat protocol register. Changed all chat_type fields to use it. | Timo Sirainen |
2000-08-27 | updates | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |