aboutsummaryrefslogtreecommitdiff
path: root/src/commands/cmd_dns.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Gravatar Attila Molnar2014-03-051-833/+0
|
* Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)Gravatar Attila Molnar2014-02-091-4/+2
|
* Change all socketengine methods to be staticGravatar Attila Molnar2014-02-081-4/+4
|
* Change SocketEngine functions that do not require an instance to be staticGravatar Attila Molnar2014-02-081-7/+7
|
* Clean up CoreExceptionGravatar Attila Molnar2013-12-181-1/+1
| | | | | - Remove default constructor - Replace virtual functions returning C strings with functions returning const std::string refs
* Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-5/+0
|
* Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵Gravatar attilamolnar2013-08-301-3/+1
| | | | | | and on rehash This eliminates the need for calling OnRehash() in init()
* Automatically attach modules to eventsGravatar attilamolnar2013-08-041-3/+0
|
* Fix spacing in calls to LogManager::Log.Gravatar Peter Powell2013-05-191-6/+6
|
* Modularize DNSGravatar Adam2013-04-261-0/+845
The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this.