| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ignore CTCP messages that start with a space. - Atheme commit 8b71c9d | 2017-08-18 | 1 | -1/+1 | |
| * | Add UF_SERVICE to internal clients | 2014-08-06 | 1 | -1/+1 | |
| * | libathemecore: add custom log target for service_t. this allows botserv bots... | 2014-08-03 | 1 | -1/+2 | |
| * | libathemecore: when binding/unbinding commands indirectly, sptr may be legiti... | 2014-08-03 | 1 | -0/+6 | |
| * | Remove all trailing whitespace | 2014-07-08 | 1 | -1/+1 | |
| * | libathemecore: make servtree_update() public. | 2013-05-20 | 1 | -2/+2 | |
| * | Fix various compiler warnings. | 2012-10-15 | 1 | -0/+1 | |
| * | libathemecore: implement service_find_any(). | 2012-10-03 | 1 | -0/+9 | |
| * | libathemecore: guard service_add() with is_valid_nick(). (ref. issue #41)•••This serves as our last line of defense against invalid user input. | 2012-09-18 | 1 | -2/+2 | |
| * | Fully update services host after a rehash.•••The "cloaked" and "visible" hosts should be updated too so that /wii <service> also picks up the change. | 2012-04-30 | 1 | -0/+4 | |
| * | Fix changing services user/host/real via a rehash.•••This had likely been broken since c14ab567552c0053cb4c5d184956d0a1a7a5d19f which changed various fields in user_t from buffers to strshare without updating servtree.c. | 2012-04-30 | 1 | -3/+6 | |
| * | libathemecore: use NICKLEN instead of "30 + 1" for newnick buffers | 2012-03-23 | 1 | -2/+3 | |
| * | libathemecore: add offline_mode flag for dbverify. | 2012-03-06 | 1 | -1/+4 | |
| * | libathemecore: add service_t::botonly for tracking botserv bot-like things | 2012-02-15 | 1 | -0/+1 | |
| * | Follow libmowgli-2 upstream change (generic iterators for config file entries). | 2011-11-25 | 1 | -28/+34 | |
| * | Switch to libmowgli-2 confparse implementation and remove ours from libatheme... | 2011-11-25 | 1 | -9/+9 | |
| * | libathemecore: convert more things to sharedheap | 2011-11-11 | 1 | -1/+1 | |
| * | 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. | 2011-08-30 | 1 | -8/+8 | |
| * | libathemecore: more API change chasing | 2011-05-18 | 1 | -4/+3 | |
| * | libathemecore: service_t.conf_table is now a static member instead of a pointer•••this means that the service conf table is guaranteed to exist and is managed by the service base class constructor/destructor. i think this is cleaner, because in reality, we have never ever formally supported creating a service without a config-entry table. | 2011-05-18 | 1 | -26/+19 | |
| * | libathemecore: remove some pre-return_val_if_fail() soft assertions | 2011-05-18 | 1 | -11/+2 | |
| * | Truncate configuration-defined usernames at USERLEN (10 characters). | 2010-12-31 | 1 | -1/+1 | |
| * | Add an access config block to allow people to "rewrite" access levels of comm... | 2010-12-25 | 1 | -0/+52 | |
| * | Make the Atheme core a library and add a stub for the services executable. | 2010-12-14 | 1 | -0/+526 |
