| Commit message (Expand) | Author | Age | Files | Lines |
| * | Import Atheme commits 774e0ed, 93f3339, 36ac487, e2ca510, a3c08c6, and f26b1b... | Ben C | 2017-11-12 | 3 | -2/+101 |
| * | Import Atheme commits 26f8e9f, de182c2, 871e912, 2eaed16, and bd27dcf. Show ... | Ben C | 2017-11-12 | 1 | -1/+7 |
| * | Move vendor field to a compile time macro | Austin Ellis | 2017-10-30 | 3 | -3/+3 |
| * | Import Atheme commits f63b0ee, 715ed1e, 7f54ac3, 72821fa, and 82a8ad3. | Ben C | 2017-10-28 | 1 | -1/+1 |
| * | Import Atheme commits 4b14230, 155f79c, and 6731f60. | Ben C | 2017-10-07 | 1 | -2/+3 |
| * | backend/opensex: Fix uninitialized variable usage introduced in c848333263•••CID: 1238960
| Attila Molnar | 2014-09-18 | 1 | -3/+1 |
| * | opensex: actually return NULL if a token cannot be passed to the corestorage ... | William Pitcock | 2014-08-02 | 1 | -0/+2 |
| * | opensex: remove support for never-used grammar version 2 | William Pitcock | 2014-08-02 | 1 | -127/+16 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -4/+4 |
| * | (backend/corestorage.c) Fix resource leak | Parted Cloud | 2014-02-11 | 1 | -0/+1 |
| * | backend/corestorage: take advantage of MDA verb being separate to safely stor... | William Pitcock | 2013-03-27 | 1 | -7/+29 |
| * | Change the +u (unban) to the +e (exempt) flag.•••The +r flag retains all the commands it had, including unban, and access
to add/remove akicks with +f, but loses the akick exemption.
The +e flag allows unban/unquiet on self only (so only via IRC) and grants
exemption to akicks.
There is code to convert old +r to new +re but not code to convert old
+u to new +e.
| Jilles Tjoelker | 2013-01-30 | 1 | -5/+5 |
| * | backend: Convert private:templates for +r/+u split.•••Fortunately, +u flags were not saved yet so templates will not be damaged
by previous versions supporting +u.
| Jilles Tjoelker | 2013-01-30 | 1 | -0/+36 |
| * | Split out UNBAN flag to +u from +r flag. (closes #75) | William Pitcock | 2013-01-26 | 1 | -0/+5 |
| * | backend/corestorage: make their_ca_all global again (this was broken when we ... | William Pitcock | 2013-01-26 | 1 | -1/+1 |
| * | backend/corestorage: check if soper passwords are empty. if so, don't demars... | William Pitcock | 2012-11-17 | 1 | -0/+2 |
| * | backend/opensex: move GRVER declaration down a little | William Pitcock | 2012-11-02 | 1 | -7/+7 |
| * | backend/opensex: make sure database_module_t is private | William Pitcock | 2012-11-02 | 1 | -1/+1 |
| * | backend/opensex: expose opensex_db_parse() as the implementation for the db_p... | William Pitcock | 2012-11-01 | 1 | -2/+3 |
| * | backend/opensex: remove code that is now duplicated by corestorage | William Pitcock | 2012-11-01 | 1 | -899/+12 |
| * | backend/corestorage: new module•••We move the code implementing the actual serialization/deserialization for
core Atheme types to it's own module, which owns the actual database lifecycle.
This allows the opensex module to concentrate solely on grammar, and for the
data schema to be independent of selected storage backend.
| William Pitcock | 2012-11-01 | 2 | -1/+921 |
| * | backend/opensex: add work in progress parse code for v2 | William Pitcock | 2012-09-30 | 1 | -6/+40 |
| * | backend/opensex: implement support for opensex v2 grammar in opensex_write_ce... | William Pitcock | 2012-09-30 | 1 | -36/+80 |
| * | backend/opensex: add handler and explanation for pulling multi-word cells out... | William Pitcock | 2012-09-30 | 1 | -0/+6 |
| * | backend/opensex: allow for building with v2 grammar support using -DEXPERIMEN... | William Pitcock | 2012-09-30 | 1 | -1/+7 |
| * | backend/opensex: exorcize strtok_r() usage from opensex grammar version 1 parser•••This speeds up demarshaling opensex v1 verbs considerably. It also involves not using strtok_r(),
which is also good.
| William Pitcock | 2012-09-30 | 1 | -4/+36 |
| * | backend/opensex: remove specialized handler for MDEP verb, use opensex_ignore... | William Pitcock | 2012-09-30 | 1 | -6/+1 |
| * | backend/opensex: cleanups related to 'DE' verb removal | William Pitcock | 2012-09-30 | 1 | -35/+0 |
| * | backend/opensex: avoid uninitialized grammar version state | William Pitcock | 2012-09-30 | 1 | -0/+1 |
| * | backend/opensex: start work on opensex grammar version 2 | William Pitcock | 2012-09-30 | 1 | -1/+15 |
| * | backend/opensex: exorcize the DE ('database-end') verb, set to opensex_ignore... | William Pitcock | 2012-09-30 | 1 | -34/+3 |
| * | backend/opensex: use kline_add_with_id(). | William Pitcock | 2012-03-10 | 1 | -4/+1 |
| * | backend/opensex: use srename(). | William Pitcock | 2012-03-10 | 1 | -5/+1 |
| * | Add strict_mode, which dbverify can disable.•••This will allow us to make more errors fatal and remove broken codepaths from Atheme that
attempt to correct breaks and inconsistencies in the object store.
| William Pitcock | 2012-03-05 | 1 | -0/+6 |
| * | backend/opensex: allow duplicate EIDs through (so that dbverify can handle th... | William Pitcock | 2012-03-05 | 1 | -6/+0 |
| * | backend/opensex: fix logic error | William Pitcock | 2012-03-05 | 1 | -3/+7 |
| * | backend/opensex: list module dependencies of the database (presently all load... | William Pitcock | 2012-03-05 | 1 | -0/+17 |
| * | libathemecore: Allow specifying a specific filename to db_load(). | William Pitcock | 2012-03-05 | 2 | -17/+19 |
| * | backend/opensex: exit to avoid data loss if an entity cannot be found when pr... | William Pitcock | 2012-03-03 | 1 | -4/+8 |
| * | Remove some unused variables. | William Pitcock | 2012-02-18 | 1 | -1/+1 |
| * | Make chanacs_t::setter a string. (SRV-153) | William Pitcock | 2011-12-05 | 1 | -1/+1 |
| * | backend/opensex: avoid assertion hits on objects that don't carry metadata | William Pitcock | 2011-11-07 | 1 | -26/+38 |
| * | backend/opensex: clean up old vestiges of the old metadata system•••(so you know, we don't clobber ourselves and crash while updating the database)
| William Pitcock | 2011-11-07 | 1 | -2/+0 |
| * | modules/*: chase ABI/API breakage | William Pitcock | 2011-11-07 | 1 | -9/+9 |
| * | backend/opensex: make the DBI stub less stupid (thus avoiding assertions bein... | William Pitcock | 2011-10-26 | 1 | -0/+3 |
| * | backend/opensex: handle ENOENT error on read specifically (SRV-137) | William Pitcock | 2011-10-26 | 1 | -0/+8 |
| * | backend/opensex: marshall {q,x,k}line_t::id to disk so the id number is retai... | William Pitcock | 2011-10-26 | 1 | -1/+28 |
| * | everything: use mowgli_strlcpy() and mowgli_strlcat().•••this removes any dependency on the non-standard C strlcat/strlcpy extension,
as mowgli provides a strlcpy/strlcat now.
| William Pitcock | 2011-08-30 | 2 | -10/+10 |
| * | backend/opensex: automatically serialize NULL to * instead of throwing an ass... | William Pitcock | 2011-06-13 | 1 | -4/+2 |
| * | backend/opensex: now that we live in a world where entity.name can be NULL, c... | William Pitcock | 2011-06-13 | 1 | -1/+1 |