1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
irssi/src/irc/core
Timo Sirainen 65e87c9861 fix to some broken "ircds"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2589 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-03-12 20:51:03 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c There was the check for max. 10 chars/ban, but for some reason it was 11 in 2002-02-16 06:56:31 +00:00
bans.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
channel-events.c support for event 477 which aborts joins to +R channels in dalnet. 2002-02-10 12:13:00 +00:00
channel-rejoin.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
channel-rejoin.h more changes from int xx:1 to unsigned int xx:1 2000-11-23 22:57:59 +00:00
channels-query.c Still ban exception / invite list removes. 2001-12-07 21:39:53 +00:00
ctcp.c Actions are now sent in "ctcp action" signal which is never ignored. "ctcp 2002-01-10 18:02:22 +00:00
ctcp.h Added ctcp_register() and ctcp_unregister() for registering CTCP commands. 2001-11-18 21:36:11 +00:00
irc-channels-setup.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
irc-channels.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-channels.h Added support for 326 and 327 whois numerics in OPN. 2001-12-07 19:40:37 +00:00
irc-chatnets.c Whops, crasfix for last "fix". :) 2002-01-28 23:31:36 +00:00
irc-chatnets.h /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-commands.c /KNOCKOUT code was a bit stupid, and the timeout checking wasn't very 2002-03-10 14:31:07 +00:00
irc-commands.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-core.c /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active 2001-11-19 01:48:58 +00:00
irc-expandos.c $cumode wasn't updated after receiving nick list, so with empty channels it 2002-02-20 15:03:53 +00:00
irc-masks.c toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some 2002-01-27 20:45:59 +00:00
irc-masks.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
irc-nicklist.c Added '.' to known nick flag characters. Also supports having multiple flag 2002-03-10 16:00:38 +00:00
irc-nicklist.h Better support for halfops, patch by yathen@web.de 2001-12-09 17:13:48 +00:00
irc-queries.c Automatically change the nick to correct case in queries (eg. you did 2002-03-10 19:23:22 +00:00
irc-queries.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-servers-reconnect.c Don't stop reconnecting to server if we get nick collided 2002-02-10 10:21:46 +00:00
irc-servers-setup.c Also, if alternate_nick is "", don't go set it to connection record.. 2002-02-02 17:27:20 +00:00
irc-servers-setup.h -querychans option for servers and ircnets which specifies how many 2000-12-09 19:12:49 +00:00
irc-servers.c fix to some broken "ircds" 2002-03-12 20:51:03 +00:00
irc-servers.h Safer flood protection for lines longer than 100 chars. Maybe even a bit too 2002-03-11 03:11:18 +00:00
irc-session.c server->emode_known wasn't saved during /UPGRADE. 2002-02-16 10:41:32 +00:00
irc.c Safer flood protection for lines longer than 100 chars. Maybe even a bit too 2002-03-11 03:11:18 +00:00
irc.h Added '.' to known nick flag characters. Also supports having multiple flag 2002-03-10 16:00:38 +00:00
lag.c Disable lag detection in servers that don't understand PING command (yes, 2001-12-01 19:44:54 +00:00
Makefile.am /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active 2001-11-19 01:48:58 +00:00
massjoin.c Check that the nick doesn't get added twice to nicklist, seems to happen sometimes. 2001-12-22 02:28:22 +00:00
mode-lists.c Added support for 326 and 327 whois numerics in OPN. 2001-12-07 19:40:37 +00:00
mode-lists.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
modes.c /SET max_wildcard_modes 0 should disable the checking 2002-03-11 04:30:13 +00:00
modes.h mode +d is now also treated as having argument (hybrid 7 / dancer realname ban) 2001-12-17 19:47:23 +00:00
module.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
netsplit.c updated the glib error message with netsplits 2002-02-13 15:08:28 +00:00
netsplit.h Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings 2001-12-10 23:32:46 +00:00
servers-idle.c Redirection fixes - added count parameter. 2001-11-12 22:15:04 +00:00
servers-idle.h Redirection fixes - added count parameter. 2001-11-12 22:15:04 +00:00
servers-redirect.c make sure redirect_continue is set to NULL if it contains the redirection 2002-02-03 22:28:09 +00:00
servers-redirect.h server_redirect_peek_signal() now contains int *redirected parameter which 2001-12-07 23:41:45 +00:00