1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/src/irc/core
Alexander Færøy c561ba35e6 Code Cleanup:
Use g_string_append_printf() instead of g_string_sprintfa() (which is considered deprecated.)


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5003 dbcabf3a-b0e7-0310-adc4-f8d773084564
2009-02-08 17:22:42 +00:00
..
bans.c Code Cleanup: 2009-02-08 17:22:42 +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 Revert recode changes r4483 and r4715. 2008-08-02 13:15:38 +00:00
channel-rejoin.c Code Cleanup: 2009-02-08 17:22:42 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
ctcp.c Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:17:55 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
irc-channels.c Code Cleanup: 2009-02-08 17:22:42 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
irc-chatnets.h /IRCNET ADD -usermode option added. 2001-12-06 23:29:48 +00:00
irc-commands.c Allow /ban, /unban, /kickban, /knockout if channel is not synced. 2008-11-28 20:43:59 +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 Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
irc-expandos.c Allow storing multiple "other" prefixes such as +q and +a. 2008-11-28 00:16:51 +00:00
irc-masks.c Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Allow storing multiple "other" prefixes such as +q and +a. 2008-11-28 00:16:51 +00:00
irc-nicklist.h Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the corresponding 2007-05-18 09:51:30 +00:00
irc-queries.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
irc-queries.h isupport patch by David Leadbeater 2004-01-20 10:57:57 +00:00
irc-servers-reconnect.c Export server_send_away and use it in irc-servers-reconnect.c:sig_connected 2008-11-12 20:31:41 +00:00
irc-servers-setup.c Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Code Cleanup: 2009-02-08 17:22:42 +00:00
irc-servers.h Factor the code to send an irc action into a function. 2008-12-01 18:35:10 +00:00
irc-session.c Preserve op/halfop/voice when /upgrading from before the prefixes change 2008-12-13 21:42:42 +00:00
irc.c Code Cleanup: 2009-02-08 17:22:42 +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 Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:01:16 +00:00
Makefile.am noinst_HEADERS -> pkginc_HEADERS 2004-05-10 20:30:57 +00:00
massjoin.c Also copy oper status when an already known user joins another channel. 2007-10-16 17:26:59 +00:00
mode-lists.c Oops. Update address correctly now. 2007-05-08 18:41:10 +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 Code Cleanup: 2009-02-08 17:22:42 +00:00
modes.h Allow storing multiple "other" prefixes such as +q and +a. 2008-11-28 00:16:51 +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 Allow storing multiple "other" prefixes such as +q and +a. 2008-11-28 00:16:51 +00:00
netsplit.h Allow storing multiple "other" prefixes such as +q and +a. 2008-11-28 00:16:51 +00:00
servers-idle.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
servers-idle.h Redirection fixes - added count parameter. 2001-11-12 22:15:04 +00:00
servers-redirect.c Rework redirections to deal with multiple concurrent redirects better. 2007-11-14 23:02:40 +00:00
servers-redirect.h Rework redirections to deal with multiple concurrent redirects better. 2007-11-14 23:02:40 +00:00