summaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2021-05-31Merge branch '2.0' into 2.1.Sadie Powell
2021-04-08Log when freopen and chown fail.Sadie Powell
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-11-19Only grant an account an identifier when the identifier is needed.Sadie Powell
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-10Implement support for immutable account identifiers.Sadie Powell
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-11-10Update most URLs to use HTTPS if available, and fix some dead ones too.Robby
2018-04-25Update copyright to 2018.Robby
2017-10-12Add post init eventAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2015-07-08Fix a ton of typos.Peter Powell
2014-12-12Anope will now fork even when not started from a tty, like init scrpits.MichaƂ Zegan
2014-06-28Don't try to setuid down until after we signal the parent to exit, unless we'...Adam
2014-05-21Core prep for p10 stuffAdam
2014-04-06Do not apply module changes on rehash until after the new config has been app...Adam
2014-02-26Do not setuid/gid down until after modules are loadedAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-26If using db_flatfile:fork, don't allow multiple saves to happen at one time o...Adam
2013-12-02Send channel topics on initial burst, sync chanels after db load, and try to ...Adam
2013-10-05Fix xline uid generation when the one chosen already existsAdam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-04Fix rehashing via SIGHUP and m_mysqlAdam
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-05The const char* specialization of this no longer worksAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-04Move around some of Init() to fork() before initing the socket engine, as som...Adam
2013-03-01Fix Windows buildAdam
2013-02-24On startup check all object typesAdam
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-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-07We no longer have to use the rungroup provided at build time, it is specified...Adam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-09Fix wrong error message when --dbdir has no argumentattilamolnar
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-04-22Fixed ./services --version etc not getting printed when stdout is a file/pipe...Adam