Age | Commit message (Expand) | Author |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell |
2021-01-07 | Update copyright to 2021. | Robby |
2020-01-04 | Update copyright to 2020. | Robby |
2019-01-01 | Update copyright to 2019. | Robby |
2018-04-25 | Update copyright to 2018. | Robby |
2017-01-16 | Update copyright to 2017. | Robby |
2016-01-28 | Update copyright to 2016. This was done with: | Robby |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-05 | Cache timeoutcheck and fix a typo in example.conf | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-07 | Optimizations of much of the more commonly used code | Adam |
2013-04-06 | Remove the runtime module directory on non-windows because we no longer overw... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-06 | Use std::tr1::unordered_map for a few of the larger maps | Adam |
2012-10-22 | Add os_dns, a way to control your DNS zone via services | Adam |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-02 | Fix Windows | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-03-11 | Fixed having multiple uplink blocks work right if the first uplink fails on s... | Adam |
2012-02-19 | Made our message sources actual clients/servers, and put in a few more defaul... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-11-25 | Remove send_cmd and replace it with a stringstream | Adam |
2011-11-08 | Windows | Adam |
2011-10-22 | Fixed a race condition with installing signal handlers and forking | Adam |
2011-10-14 | Fork earlier in startup to prevent it messing up threads, if there are any | Adam |
2011-10-10 | Put serialized_items on the heap to prevent weird crashes on shutdown from th... | Adam |
2011-10-09 | Give more verbose messages on startup | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-10 | Moved signal/thread/mode checking to use signal pipes | Adam |
2011-09-10 | Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie... | Adam |
2011-09-10 | Cleaned up some of the socket code, cleaned up the pipe engines, added suppor... | Adam |
2011-08-29 | Changed a few fatal exceptions to shutdown a bit more gracefully | Adam |
2011-08-14 | Fixed resolving hosts when connecting to our uplink | Adam |
2011-08-12 | Track when our clients are introduced or not | Adam |
2011-08-11 | Fixed Windows runtime problems | Adam |
2011-08-10 | Replace the old sigaction for a signal when our Signal destructs | Adam |
2011-08-08 | When we split from the uplink send a quit for *all* of our clients not just bots | Adam |
2011-08-02 | Fixed reintroducing our clients if we disconnect and reconnect to the uplink | Adam |
2011-07-31 | Fixed error message from being unable to connect | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-23 | Rewrote the signal handling to use sigaction | Adam |