1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
irssi/src/irc/core
2007-01-17 15:07:14 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c Fix memleak in /UNBAN, by Toby Peterson (Bug 215) 2005-03-06 19:30:08 +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 Fixed memory leaks when destroying a channel, when loading nonexisten scripts and in topics, patch by Toby Peterson 2005-02-06 21:31:58 +00:00
channel-rejoin.c Added /SET channels_rejoin_unavailable to disable automatic rejoining when channel is unavailable. Efnet is stupid and uses the same numeric for joining juped channels and k-lines you after trying to constantly join it. 2002-12-20 14:37:56 +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 wait for all /names replies before syncing if we can't combine queries anyways. Patch by jilles 2006-08-20 13:40:03 +00:00
ctcp.c Some compiling fixes found by -Wall in perl dirs.. 2002-11-07 17:40:05 +00:00
ctcp.h Some compiling fixes found by -Wall in perl dirs.. 2002-11-07 17:40:05 +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 Don't get confused by a join command with too many arguments; keys can't have spaces in them. (Bug 437) 2006-08-20 17:56:06 +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 Only send QUOTE immediately when server didn't yet sent the 001 event 2006-01-30 18:48:44 +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 0.8.8 with a few backwards compatibility fixes 2003-11-23 14:25:34 +00:00
irc-expandos.c isupport patch by David Leadbeater 2004-01-20 10:57:57 +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 When connecting and the nick is invalid, abort the connection instead of looping indefinitely in event_nick_in_use. 2007-01-17 15:07:14 +00:00
irc-nicklist.h isupport patch by David Leadbeater 2004-01-20 10:57:57 +00:00
irc-queries.c Don't crash if receiving broken privmsg without source (which bitlbee can send if you msg yourself) 2005-11-02 20:40:21 +00:00
irc-queries.h isupport patch by David Leadbeater 2004-01-20 10:57:57 +00:00
irc-servers-reconnect.c Remember alternate_nick and max_whois on reconnect (Bug 181) 2005-04-26 11:51:40 +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 Initialize the isupport functions on /upgrade aswell 2005-11-24 18:17:57 +00:00
irc-servers.h Initialize the isupport functions on /upgrade aswell 2005-11-24 18:17:57 +00:00
irc-session.c Initialize the isupport functions on /upgrade aswell 2005-11-24 18:17:57 +00:00
irc.c New perl command send_raw_first, patch by ComradeP (Bug 413) 2006-05-04 10:07:23 +00:00
irc.h New perl command send_raw_first, patch by ComradeP (Bug 413) 2006-05-04 10:07:23 +00:00
lag.c Added time, size and level setting types. Breaks some settings - I'll add 2002-12-28 17:54:13 +00:00
Makefile.am noinst_HEADERS -> pkginc_HEADERS 2004-05-10 20:30:57 +00:00
massjoin.c wait a bit longer before sending massjoin signal. also added a comment how 2002-08-27 12:45:09 +00:00
mode-lists.c "ban remove" signal should pass who removed it, patch by Timothy Hatcher (Bug 166) 2005-01-03 18:54:39 +00:00
mode-lists.h "ban remove" signal should pass who removed it, patch by Timothy Hatcher (Bug 166) 2005-01-03 18:54:39 +00:00
modes.c Fixed a bug with isupport, after an upgrade from 0.8.9 prefix very well can be NULL, so check for it 2005-05-14 12:32:03 +00:00
modes.h isupport updates 2004-01-25 18:18:18 +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 Ignore joins without a nick from broken servers 2006-03-01 00:02:48 +00:00
netsplit.h isupport patch by David Leadbeater 2004-01-20 10:57:57 +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