| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move src/commands/cmd_*.cpp to src/coremods[/core_*]/ | 2014-03-05 | 1 | -833/+0 | |
| | | |||||
| * | Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*) | 2014-02-09 | 1 | -4/+2 | |
| | | |||||
| * | Change all socketengine methods to be static | 2014-02-08 | 1 | -4/+4 | |
| | | |||||
| * | Change SocketEngine functions that do not require an instance to be static | 2014-02-08 | 1 | -7/+7 | |
| | | |||||
| * | Clean up CoreException | 2013-12-18 | 1 | -1/+1 | |
| | | | | | | - Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | |||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -3/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | |||||
| * | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -6/+6 | |
| | | |||||
| * | Modularize DNS | 2013-04-26 | 1 | -0/+845 | |
| The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | |||||
