aboutsummaryrefslogtreecommitdiffstats
path: root/ircd/capability.c
Commit message (Expand)AuthorAgeFilesLines
* Mailmap and copyright update for AriadneGravatar Ariadne Conill2021-06-011-1/+1
* capability: accept new ownerdata for existing capsGravatar Ed Kellett2020-06-021-0/+5
* ircd: Fix capability entry name string ownership.•••The entry->cap must be copied and exclusive to the entry for the cap to be orphaned, even if literals are expected. Because modules. Gravatar Jason Volk2016-06-211-2/+4
* Use rb_* versions of nonportable string functionsGravatar Elizabeth Myers2016-04-051-1/+1
* Change struct Dictionary(*) to rb_dictionary(_\1).•••This cleans things up a slightly and puts the dictionary stuff in its own namespace. Gravatar Elizabeth Myers2016-03-231-5/+5
* DICTIONARY_FOREACH → RB_DICTIONARY_FOREACH•••This is in librb and therefore should be prefixed. Gravatar Elizabeth Myers2016-03-231-4/+4
* Move irc_* data structures to librb.•••This makes the base ircd less cluttered up with data structures that can go elsewhere. Gravatar Elizabeth Myers2016-03-061-9/+9
* capability: set ownerdata to NULL when orphaningGravatar William Pitcock2016-02-281-0/+1
* cap: substantial rewrite leveraging the ircd capabilities framework for clien...Gravatar William Pitcock2016-02-271-0/+10
* capability: move some previously private structures to public APIGravatar William Pitcock2016-02-271-19/+2
* capability: allow attaching capability-owner data to a capability token, to e...Gravatar William Pitcock2016-02-261-2/+8
* Remove libratbox's snprintf.c, update related ircd codeGravatar Valerii Iatsko2016-02-101-5/+5
* ircd: ensure irc_dictionary users have names, for stats tracking.Gravatar William Pitcock2016-01-091-1/+1
* rename src to ircd, libcore to libircdGravatar William Pitcock2016-01-061-0/+257