irssi/src/irc/core
2001-12-03 23:46:12 +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 "channel wholist" still wasn't sent at proper times. 2001-12-03 20:39:14 +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 Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-chatnets.c /IRCNET ADD didn't work 2001-02-22 05:19:11 +00:00
irc-chatnets.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
irc-servers-setup.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +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 /UPGRADE - upgrade-on-the-fly feature. Currently only moves the active 2001-11-19 01:48:58 +00:00
irc-servers.h Disable lag detection in servers that don't understand PING command (yes, 2001-12-01 19:44:54 +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 Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +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 /OP, /DEOP, /VOICE and /DEVOICE fixed not to print glib error if used in 2001-11-03 13:31:33 +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 MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..) 2001-12-03 23:46:12 +00:00
servers-redirect.h Forgot to update this for server_redirect_register() 2001-11-17 00:23:21 +00:00