1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00
irssi/src/irc/core
Timo Sirainen ec79871a7a server_redirect_peek_signal() now contains int *redirected parameter which
indicates if event belongs to redirection even while it didn't have any
redirection signal. Proxy uses this to figure out if the event should be
sent to clients or not (/WHOIS in proxy sent 3 middle lines to all clients
before this).


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2221 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-12-07 23:41:45 +00:00
..
.cvsignore
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
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 server_redirect_peek_signal() now contains int *redirected parameter which 2001-12-07 23:41:45 +00:00
servers-redirect.h server_redirect_peek_signal() now contains int *redirected parameter which 2001-12-07 23:41:45 +00:00