Age | Commit message (Expand) | Author |
2002-02-15 | server->real_address wasn't restored properly after /UPGRADE and that | 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-13 | updated the glib error message with netsplits | Timo Sirainen |
2002-02-10 | support for event 477 which aborts joins to +R channels in dalnet. | Timo Sirainen |
2002-02-10 | Don't stop reconnecting to server if we get nick collided | Timo Sirainen |
2002-02-03 | make sure redirect_continue is set to NULL if it contains the redirection | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-02-03 | Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn't | Timo Sirainen |
2002-02-02 | Also, if alternate_nick is "", don't go set it to connection record.. | Timo Sirainen |
2002-02-02 | /SET alternate_nick should default to "", not NULL which would cause | Timo Sirainen |
2002-02-01 | The "check if nick change was done with our /NICK" didn't work if this was | Timo Sirainen |
2002-02-01 | Added optional channel parameter to /OP, /DEOP, /VOICE and /DEVOICE | Timo Sirainen |
2002-01-30 | "/MODE #channel -k" automatically appends the channel key if it wasn't | Timo Sirainen |
2002-01-28 | Whops, crasfix for last "fix". :) | 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-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | 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-21 | Using signal_add_first() for a few more signals now, so they can be stopped b... | Timo Sirainen |
2002-01-20 | Handle PING requests now properly. | Timo Sirainen |
2002-01-12 | Don't try to set alternate_nick to any default value, it's not very useful | Timo Sirainen |
2002-01-10 | Purge the commands in queue for channel if you get kicked from there. | Timo Sirainen |
2002-01-10 | Changed again behaviour of resetting user modes when reconnecting to server, | Timo Sirainen |
2002-01-10 | Actions are now sent in "ctcp action" signal which is never ignored. "ctcp | Timo Sirainen |
2002-01-09 | irc_send_cmd() now doesn't call server_disconnect(), but rather just mark | Timo Sirainen |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-12-27 | argh, typofix :) | Timo Sirainen |
2001-12-27 | Added an extra check to make sure nothing bad happens.. | Timo Sirainen |
2001-12-22 | Check that the nick doesn't get added twice to nicklist, seems to happen some... | Timo Sirainen |
2001-12-17 | mode +d is now also treated as having argument (hybrid 7 / dancer realname ban) | Timo Sirainen |
2001-12-14 | Redirections were broken if server_redirect_event() didn't list the stop | Timo Sirainen |
2001-12-14 | Fixed some asserts. | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-12-14 | bugfix for previous fix :) | Timo Sirainen |
2001-12-14 | e/I/O/q mode changes shouldn't change the visible channel mode. | Timo Sirainen |
2001-12-11 | User mode changes weren't visible. | Timo Sirainen |
2001-12-11 | Fixed a memory leak + some cleanups | Timo Sirainen |
2001-12-10 | Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings | Timo Sirainen |
2001-12-09 | Better support for halfops, patch by yathen@web.de | Timo Sirainen |
2001-12-07 | server_redirect_peek_signal() now contains int *redirected parameter which | Timo Sirainen |
2001-12-07 | "redirect first" and "redirect last" events can be used with | Timo Sirainen |
2001-12-07 | Still ban exception / invite list removes. | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | Timo Sirainen |
2001-12-07 | Fixed 2 small memory leaks. | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-12-06 | On nick collision kills, reconnect back immediately. On any other type of | Timo Sirainen |
2001-12-03 | MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..) | Timo Sirainen |