| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mailmap and copyright update for Ariadne | 2021-06-01 | 1 | -1/+1 | |
| * | Change struct Dictionary(*) to rb_dictionary(_\1).•••This cleans things up a slightly and puts the dictionary stuff in its own namespace. | 2016-03-23 | 1 | -1/+4 | |
| * | cap: substantial rewrite leveraging the ircd capabilities framework for clien... | 2016-02-27 | 1 | -0/+1 | |
| * | capability: move some previously private structures to public API | 2016-02-27 | 1 | -2/+16 | |
| * | capability: allow attaching capability-owner data to a capability token, to e... | 2016-02-26 | 1 | -2/+2 | |
| * | server: Make sure CAP_CAP and CAP_TS6 are non-zero.•••A zero CAP_CAP caused duplicate CAPAB to go undetected, allowing a mismatch between what is sent out via ENCAP GCAP and what applies locally. A zero CAP_TS6 allowed server connections without SID (with a valid connect block). | 2012-12-18 | 1 | -0/+1 | |
| * | capability: add capability_index_stats() for getting statistics about the cap... | 2012-02-04 | 1 | -0/+1 | |
| * | capability: add global list of capability indexes, and name all capability in... | 2012-02-04 | 1 | -1/+1 | |
| * | Don't shadow the name "index". | 2012-02-04 | 1 | -4/+4 | |
| * | capability: add capability_require(). | 2012-02-04 | 1 | -0/+2 | |
| * | capability: add capability_index_mask() which calculates old CAP_MASK | 2012-02-04 | 1 | -1/+1 | |
| * | capability: add capability_index_list() to build a list of capabilities given... | 2012-02-04 | 1 | -0/+2 | |
| * | Add a new dynamic capability manager.•••Specifically, what this capability manager does, is map keywords to calculated bitmasks. These bitmasks are allocated at runtime, so that the any managed capability index can be manipulated by modules. Modules should call capability_orphan() when orphaning capabilities. This makes it so that bitmasks aren't reallocated, except for cases where the capability is the same. | 2012-02-04 | 1 | -0/+34 |
