summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2024-03-20Add the --nopid option to disable writing a pidfile.Sadie Powell
2024-03-18Use clock_gettime if it is available.Sadie Powell
2024-02-29Rework some platform compatibility code.Sadie Powell
2024-02-11Remove the time_t parameter from Tick and TickTimers.Sadie Powell
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-05Use normal exit codes when exiting the process.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-11-16Avoid needing to cast CurrentUplink by changing it to a size_t.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
2022-01-04Use C++11 header names instead of their deprecated equivalents.Sadie Powell
2022-01-03Replace anope_{final,override} with their C++11 equivalent.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
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