Age | Commit message (Expand) | Author |
2004-05-10 | Never send hostname beginning with /+-[0-9]/ in USER command, that could | Timo Sirainen |
2004-02-07 | remove stuff from isupport always before inserting. | Timo Sirainen |
2004-01-27 | fixes for isupport-draft-incompatible servers sending 005 events.. | Timo Sirainen |
2004-01-25 | update | Timo Sirainen |
2004-01-25 | isupport updates | Timo Sirainen |
2004-01-20 | isupport patch by David Leadbeater | Timo Sirainen |
2003-06-25 | Disable extra ircnet flood protection if cmd_queue_speed <= 10 | Timo Sirainen |
2003-05-25 | Connecting to IPv6 servers in short form as 1:2:: didn't work. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-12-10 | A few fixes to make irssi work with garbage collected GLIB. | Timo Sirainen |
2002-10-14 | /MSG !channel is now expanded to full !12345channel | Timo Sirainen |
2002-10-10 | Less kludgy way to handle /SET skip_motd. Works now with laggy servers. | Timo Sirainen |
2002-08-26 | A few missing parts from SSL patch. | Timo Sirainen |
2002-05-20 | /UPGRADE was broken, changed again the server connection code. | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-04-05 | workaround for some server that doesn't reply anything to pings. | Timo Sirainen |
2002-03-12 | fix to some broken "ircds" | Timo Sirainen |
2002-03-11 | Safer flood protection for lines longer than 100 chars. Maybe even a bit too | Timo Sirainen |
2002-02-13 | the last 001 fix was useless, removed the if() part so now the real_address | Timo Sirainen |
2002-02-13 | 001 event should free real_address if it already existed. this might happen | Timo Sirainen |
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 |