solanum/ircd
2016-03-06 02:30:20 -06:00
..
authd.c authd: fix ratbox3.1-ism 2016-01-06 21:25:07 -06:00
bandbi.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
blacklist.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
cache.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
capability.c capability: set ownerdata to NULL when orphaning 2016-02-28 19:15:04 -06:00
channel.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
chmode.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
class.c Revert "ircd: rework sendq limits a bit." 2016-01-20 22:27:33 -05:00
client.c client: handle UID rollover. ircd-ratbox r28917 2016-03-02 15:56:49 -06:00
dns.c ircd/dns: implement final version of authd-dns line protocol 2016-01-08 05:44:05 -06:00
extban.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
getopt.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
hash.c ircd: hash: remove some detritus 2016-01-23 11:44:08 -05:00
hook.c send: implement linebuf_put_msgbuf() and msgbuf_build_from(), which build the core of the ircv3.2 tags support for outbound messages 2016-02-20 15:50:12 -06:00
hostmask.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
ipv4_from_ipv6.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
irc_dictionary.c ircd: various memory leak fixes from pull requests 2016-02-09 10:53:24 -06:00
irc_radixtree.c ircd: various memory leak fixes from pull requests 2016-02-09 10:53:24 -06:00
ircd_lexer.c ircd: add new lex/yacc files 2016-01-06 22:50:54 -06:00
ircd_lexer.l ircd: add new lex/yacc files 2016-01-06 22:50:54 -06:00
ircd_parser.c ircd: add new lex/yacc files 2016-01-06 22:50:54 -06:00
ircd_parser.h ircd: add new lex/yacc files 2016-01-06 22:50:54 -06:00
ircd_parser.y general: remove last vestiges of static modules support (this hasn't ever actually worked...) 2016-01-06 01:28:20 -06:00
ircd_signal.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
ircd.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
listener.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
logger.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
main.c ircd: add main.c stub executable 2016-01-06 23:57:35 -06:00
Makefile.am rename libratbox to librb, since its pretty modified anyway 2016-03-06 02:30:20 -06:00
match.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
modules.c msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag. 2016-02-19 16:43:39 -06:00
monitor.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
msgbuf.c msgbuf: msgbuf_unparse_tags(): don't send a tags sigil unless tags will actually be emitted 2016-02-20 18:41:16 -06:00
newconf.c newconf: move SSL/TLS deprecation message from ERROR severity to WARNING severity 2016-02-19 17:11:25 -06:00
operhash.c ircd: operhash: rewrite to use irc_radixtree 2016-01-09 01:08:15 -06:00
packet.c ircd: remove broken USE_IODEBUG_HOOKS knob and related code 2016-02-20 12:02:49 -06:00
parse.c parse: export cmd_dict for use elsewhere. 2016-03-05 01:05:26 -06:00
privilege.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
ratelimit.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
reject.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
restart.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
s_auth.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
s_conf.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
s_newconf.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
s_serv.c ircd: simplify connid table handling 2016-03-02 15:31:50 -06:00
s_user.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
scache.c ircd: scache: use irc_radixtree 2016-01-09 05:55:46 -06:00
send.c send: allow passing NULL origin to build_msgbuf_from() (for future use) 2016-02-27 02:56:44 -06:00
snomask.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
sslproc.c ssld: provide version in stats S output 2016-03-03 22:14:50 +00:00
substitution.c ircd: various memory leak fixes from pull requests 2016-02-09 10:53:24 -06:00
supported.c Remove libratbox's snprintf.c, update related ircd code 2016-02-10 02:25:32 +01:00
tgchange.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
version.c.SH make build reproducible 2016-02-16 00:37:20 -05:00
whowas.c ircd: import modified version of ratbox 3.1 whowas code 2016-01-23 11:16:34 -05:00