]> jfr.im git - solanum.git/history - ircd/hash.c
Change struct Dictionary(*) to rb_dictionary(_\1).
[solanum.git] / ircd / hash.c
2016-03-23  Elizabeth MyersChange struct Dictionary(*) to rb_dictionary(_\1).
2016-03-08  Elizabeth MyersConvert 2.8 style ToUpper/ToLower names to irctoupper...
2016-03-06  Elizabeth MyersMove irc_* data structures to librb.
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-01-23  William Pitcockircd: hash: remove some detritus
2016-01-23  William Pitcockircd: hostname lists are now stored in a radix tree
2016-01-10  William Pitcockircd: hash: channels are no longer a hashtable
2016-01-09  William Pitcockircd: make STATS B easier to understand
2016-01-09  William Pitcockircd: hash: we do not use 2.8-style chained hashtables...
2016-01-09  William Pitcockircd: hash: use an irc_radixtree for client names
2016-01-09  William Pitcockircd: hash: use an irc_radixtree for IDs
2016-01-09  William Pitcockircd: hash: use an irc_radixtree for storing resv's
2016-01-09  William Pitcockircd: hash: client connection id hashtables are now...
2016-01-06  William Pitcockrename src to ircd, libcore to libircd