summaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2017-10-08Simplify initial burst of persistent channelsAdam
2017-06-21Stop init if a module can't be loaded because it doesn't existAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-07Change in source anope.org links to httpsAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-11-11Remove database save and related commands/configAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
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
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-06Allow configuring modesAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-29Allow configuring casemapsAdam
2014-12-12Anope will now fork even when not started from a tty, like init scrpits.MichaƂ Zegan
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-28Don't try to setuid down until after we signal the parent to exit, unless we'...Adam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-28Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-21Core prep for p10 stuffAdam
2014-04-20New event systemAdam
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