irssi/src/irc/core
Timo Sirainen 3f75bd3c3c Abort joins on 442-numeric that dalnet sends when you can't join to channel
because you've not registered your nick.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2288 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-31 16:30:32 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 Abort joins on 442-numeric that dalnet sends when you can't join to channel 2001-12-31 16:30:32 +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 Added ctcp_register() and ctcp_unregister() for registering CTCP commands. 2001-11-18 21:36:11 +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 /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-chatnets.h /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-commands.c Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it's 2001-11-30 00:31:47 +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 Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-masks.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 Better support for halfops, patch by yathen@web.de 2001-12-09 17:13:48 +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 Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-servers-setup.c /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +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 /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-servers.h On nick collision kills, reconnect back immediately. On any other type of 2001-12-06 23:10:41 +00:00
irc-session.c Better support for halfops, patch by yathen@web.de 2001-12-09 17:13:48 +00:00
irc.c Fixed some asserts. 2001-12-14 02:02:08 +00:00
irc.h Redirection fixes. 2001-11-11 20:20:43 +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 bugfix for previous fix :) 2001-12-14 01:43:41 +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 argh, typofix :) 2001-12-27 12:40:31 +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 Redirections were broken if server_redirect_event() didn't list the stop 2001-12-14 16:11:13 +00:00
servers-redirect.h server_redirect_peek_signal() now contains int *redirected parameter which 2001-12-07 23:41:45 +00:00