| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -6/+6 | |
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -2/+3 | |
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -1/+0 | |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -2/+1 | |
| * | Fix various small issues.•••- Add CXX11_OVERRIDE to *Regex::Matches and *RegexFactory::Create. - Fix documentation comment on regex_string. - Fix various code duplication/layout issues. | 2013-08-27 | 1 | -2/+2 | |
| * | Make all regex modules throw the same exception on error. | 2013-08-27 | 1 | -10/+1 | |
| * | Remove $ModDep comments | 2013-08-15 | 1 | -1/+0 | |
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -4/+0 | |
| * | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | 2013-05-15 | 1 | -3/+3 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -2/+2 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -8/+9 | |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | 2012-12-02 | 1 | -1/+1 | |
| * | m_regex_stdlib: A regex provider for the C++11 container std::regex•••For it to work you need a standards compliant implementation as for instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not implement this class yet. | 2012-09-22 | 1 | -0/+112 |
