1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/src/irc/core
2001-11-20 02:04:44 +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 When destroying data used from server in "server disconnected" signal, set 2001-11-18 10:55: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 whois_coming-flag which was used to figure out if 301 event 2001-11-19 22:34:50 +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 Removed whois_coming-flag which was used to figure out if 301 event 2001-11-19 22:34:50 +00:00
irc-session.c /UPGRADE: server command queue is now flushed to make sure everything 2001-11-20 01:29:23 +00:00
irc.c Redirection fixes. 2001-11-11 20:20:43 +00:00
irc.h Redirection fixes. 2001-11-11 20:20:43 +00:00
lag.c Changed default of /SET lag_check_time from 30 to 60. 2001-11-19 22:22:30 +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 Stop the redirection if we receive unknown event and it's not numeric. 2001-11-18 15:07:03 +00:00
servers-redirect.h Forgot to update this for server_redirect_register() 2001-11-17 00:23:21 +00:00