| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libathemecore/confprocess: cram a bunch of assertions in here | 2014-08-08 | 1 | -9/+43 | |
| * | Remove all trailing whitespace | 2014-07-08 | 1 | -3/+3 | |
| * | Follow libmowgli-2 upstream change (generic iterators for config file entries). | 2011-11-25 | 1 | -38/+39 | |
| * | Switch to libmowgli-2 confparse implementation and remove ours from libatheme... | 2011-11-25 | 1 | -11/+11 | |
| * | 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 | -1/+1 | |
| * | Fix conf parsing of included loadmoduless•••Include files are handled directly in config_parse() by appending to struct _configfile.cf_next. After parsing the configuration file(s), they are processed in order by traversing until cf_next is NULL. Along the way, any unknown configuration directives are ignored. Since modules add their own configuration directives when they are loaded, they will be left unconfigured unless their loadmodule configuration line is encountered before any other configuration lines that apply to them. Since included files are processed after the main configuration file, loadmodule directives in include files may not be seen until after that module's configuration has already been processed and ignored. To avoid this problem, process loadmodule directives from all configuration files first, before processing any other configuration directives. | 2011-07-22 | 1 | -1/+18 | |
| * | Revert "Fix setting defaults for settings in subblocks."•••This broke modules providing config options setting defaults in those config options. This reverts commit f89400472e2d23a9950a8ec47e6dc10a81b7d8bb. | 2011-06-30 | 1 | -10/+7 | |
| * | Fix setting defaults for settings in subblocks.•••All defaults should be set before any settings are read, rather than before reading each subblock. | 2011-06-26 | 1 | -7/+10 | |
| * | Fix a function name in a log message. | 2011-06-04 | 1 | -1/+1 | |
| * | Make the Atheme core a library and add a stub for the services executable. | 2010-12-14 | 1 | -0/+625 |
