summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2017-06-22Ping uplink occasionally and disconnect if no pong is receivedAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-11-11Remove database save and related commands/configAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2014-12-29Allow configuring casemapsAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-05Cache timeoutcheck and fix a typo in example.confAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-04-06Remove the runtime module directory on non-windows because we no longer overw...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-02Fix WindowsAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2012-04-23Reworked live SQL support yet againAdam
2012-03-11Fixed having multiple uplink blocks work right if the first uplink fails on s...Adam
2012-02-19Made our message sources actual clients/servers, and put in a few more defaul...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-08WindowsAdam
2011-10-22Fixed a race condition with installing signal handlers and forkingAdam
2011-10-14Fork earlier in startup to prevent it messing up threads, if there are anyAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from th...Adam
2011-10-09Give more verbose messages on startupAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie...Adam
2011-09-10Cleaned up some of the socket code, cleaned up the pipe engines, added suppor...Adam
2011-08-29Changed a few fatal exceptions to shutdown a bit more gracefullyAdam
2011-08-14Fixed resolving hosts when connecting to our uplinkAdam
2011-08-12Track when our clients are introduced or notAdam
2011-08-11Fixed Windows runtime problemsAdam
2011-08-10Replace the old sigaction for a signal when our Signal destructsAdam
2011-08-08When we split from the uplink send a quit for *all* of our clients not just botsAdam
2011-08-02Fixed reintroducing our clients if we disconnect and reconnect to the uplinkAdam