1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00
irssi/src/irc/core
ailin-nemui e7cce90ec0
Merge pull request #804 from ailin-nemui/patch-1
handle an already used nick different from the one we send
2018-01-07 11:23:42 +01:00
..
bans.c Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible. 2015-11-09 23:02:41 +01:00
bans.h
channel-events.c do not record topic change time when sender is blank 2018-01-03 12:45:43 +01:00
channel-rejoin.c Implement CHANTYPES support 2015-05-15 17:07:30 +02:00
channel-rejoin.h
channels-query.c Fix segfault in query_remove_all 2017-10-08 22:02:44 -04:00
ctcp.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
ctcp.h
irc-cap.c irc-cap: Don't send a space at the beginning of the CAP REQ parameter 2015-11-26 19:50:58 -03:00
irc-cap.h Implement support for IRCv3.1 CAP negotiation 2015-05-05 23:14:26 +02:00
irc-channels-setup.c Duplicate the code paths for autocommands. 2016-01-24 23:02:40 +01:00
irc-channels.c Correctly alias 'channel' to '#channel' 2015-11-19 15:31:32 +01:00
irc-channels.h
irc-chatnets.c Changes based on comments in pull #771. 2017-10-14 17:42:45 +01:00
irc-chatnets.h Changes based on comments in pull #771. 2017-10-14 17:42:45 +01:00
irc-commands.c Revert "Removed the obsolete SQUERY and SERVLIST commands" 2016-03-29 22:41:01 +02:00
irc-commands.h
irc-core.c SASL support 2015-09-11 00:30:16 +02:00
irc-expandos.c Set HOST_NAME_MAX to 255, if it's undefined. 2015-10-02 19:55:29 +02:00
irc-masks.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
irc-masks.h
irc-nicklist.c Merge pull request #804 from ailin-nemui/patch-1 2018-01-07 11:23:42 +01:00
irc-nicklist.h Correctly alias 'channel' to '#channel' 2015-11-19 15:31:32 +01:00
irc-queries.c Merge branch 'master' into 'security' 2017-01-03 13:30:39 +01:00
irc-queries.h
irc-servers-reconnect.c Preserve the sasl_ options across reconnects. 2015-10-28 21:56:35 +01:00
irc-servers-setup.c use enum 2017-11-10 22:02:36 +01:00
irc-servers-setup.h
irc-servers.c Make split functions return an array with NULL instead of NULL 2017-10-20 15:22:32 +02:00
irc-servers.h Add an option to stop the connection when SASL fails. 2016-12-12 21:41:06 +01:00
irc-session.c Save the sasl state in the session 2015-10-02 10:52:13 +02:00
irc.c Update NULL comparison style and be C89 compatible 2017-12-02 10:09:52 -08:00
irc.h Implement CHANTYPES support 2015-05-15 17:07:30 +02:00
lag.c Use g_ascii_str{,n}casecmp for case insensitive comparison with 2008-03-09 12:01:16 +00:00
Makefile.am SASL support 2015-09-11 00:30:16 +02:00
massjoin.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
mode-lists.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
mode-lists.h
modes.c Revert initializing pointers to NULL 2017-11-27 19:37:11 -08:00
modes.h Make explicit how long the arrays for prefix_add and prefix_del are. 2009-02-21 17:55:12 +00:00
module.h
netsplit.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
netsplit.h Allow storing multiple "other" prefixes such as +q and +a. 2008-11-28 00:16:51 +00:00
sasl.c fix comments 2017-11-30 11:15:47 +01:00
sasl.h Use formats instead of g_warning 2015-09-21 00:04:37 +02:00
servers-idle.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
servers-idle.h
servers-redirect.c More format warnings removed. 2015-09-20 23:11:39 +02:00
servers-redirect.h Rework redirections to deal with multiple concurrent redirects better. 2007-11-14 23:02:40 +00:00