irssi/src/irc/core
Timo Sirainen 14d6e95656 Still ban exception / invite list removes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2214 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-07 21:39:53 +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 /SET join_auto_chans_on_invite setting wasn't registered so it didn't work.. 2001-11-20 02:04:44 +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 Removed whois_coming-flag which was used to figure out if 301 event 2001-11-19 22:34:50 +00:00
irc-nicklist.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 Added backwards compatibility for /UPGRADE for transferring nick list.. 2001-11-25 17:06:11 +00:00
irc.c irc_send_cmd_split() - don't crash if there was no nicks given (probably 2001-11-20 03:26:36 +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 Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 Added support for 326 and 327 whois numerics in OPN. 2001-12-07 19:40:37 +00:00
modes.h added +q channel mode to HAS_MODE_ARG_ALWAYS() list. 2001-11-17 15:59:33 +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 When destroying data used from server in "server disconnected" signal, set 2001-11-18 10:55:14 +00:00
netsplit.h Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quit 2001-08-14 11:53:08 +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 On nick collision kills, reconnect back immediately. On any other type of 2001-12-06 23:10:41 +00:00
servers-redirect.h Forgot to update this for server_redirect_register() 2001-11-17 00:23:21 +00:00