irssi/src/irc/core
Timo Sirainen d5ded8f977 Changed CTCP handler to remove the later \001 only if it was at the end of
the line, so you couldn't hide text by typing eg. \001foo\001hidden text.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2870 dbcabf3a-b0e7-0310-adc4-f8d773084564
2002-08-05 01:38:49 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c with 10 char usernames, ban "*234567890" instead of "*12345678*" 2002-03-31 12:04:57 +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 event_cannot_join() - changed check from NAMES got -> JOIN got, so the 2002-05-26 17:50:55 +00:00
channel-rejoin.c Don't set channel->server = NULL when disconnecting, so scripts can still 2002-03-31 19:07:23 +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 Don't set channel->server = NULL when disconnecting, so scripts can still 2002-03-31 19:07:23 +00:00
ctcp.c Changed CTCP handler to remove the later \001 only if it was at the end of 2002-08-05 01:38:49 +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 net_connect*() contains now error parameter, so it can be used to properly 2002-05-19 14:43:16 +00:00
irc-channels.h Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +00:00
irc-chatnets.c Whops, crasfix for last "fix". :) 2002-01-28 23:31:36 +00:00
irc-chatnets.h /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-commands.c Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +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 was broken, changed again the server connection code. 2002-05-20 04:12:12 +00:00
irc-expandos.c $X expando didn't check if server type was irc properly, and crashed. 2002-06-10 20:56:24 +00:00
irc-masks.c toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some 2002-01-27 20:45:59 +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 Added '.' to known nick flag characters. Also supports having multiple flag 2002-03-10 16:00:38 +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 If queried nick did a nick change, it might have crashed irssi. 2002-03-13 03:06:31 +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 When reconnected to server, send the away message directly to server instead 2002-05-19 12:59:59 +00:00
irc-servers-setup.c Fixed one error and several warnings with GLIB 2.0 2002-04-10 02:53:06 +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 was broken, changed again the server connection code. 2002-05-20 04:12:12 +00:00
irc-servers.h /UPGRADE was broken, changed again the server connection code. 2002-05-20 04:12:12 +00:00
irc-session.c server->emode_known wasn't saved during /UPGRADE. 2002-02-16 10:41:32 +00:00
irc.c irc_send_cmd_split() printed glib warning if nick parameter didn't exist. 2002-04-29 19:39:57 +00:00
irc.h Added '.' to known nick flag characters. Also supports having multiple flag 2002-03-10 16:00:38 +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 signal_add_first("event join".. so normal join handlers can know about the 2002-04-27 01:38:30 +00:00
mode-lists.c banlist_find() is now public. "event 367" (banlist) shows now ban number in 2002-05-18 03:07:57 +00:00
mode-lists.h banlist_find() is now public. "event 367" (banlist) shows now ban number in 2002-05-18 03:07:57 +00:00
modes.c "/MODE !channel" should send the full name to server 2002-06-05 12:20:46 +00:00
modes.h updated dancer's channel forwarding support - using +f channel mode now, and 2002-06-13 21:59:25 +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 Better !channel support - window items now have "visual_name" and channels 2002-05-16 00:34:37 +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 make sure redirect_continue is set to NULL if it contains the redirection 2002-02-03 22:28:09 +00:00
servers-redirect.h server_redirect_peek_signal() now contains int *redirected parameter which 2001-12-07 23:41:45 +00:00