summaryrefslogtreecommitdiff
path: root/include/services.h
AgeCommit message (Expand)Author
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-01-16Update copyright to 2017.Robby
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-07-07Fix <stack> not being included via a system header on libc++.Peter Powell
2014-04-20New event systemAdam
2014-04-02Remove regex mods, use std::regex insteadAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-05-28Include <iterator> in services.h as now more than one file uses itAdam
2013-01-09Update copyright to 2013. This was done with:Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-17Fixed storing mode locksAdam
2011-11-08WindowsAdam
2011-10-27Clear flags before rebuilding them from the databases. Fixes bug #1351 where ...Adam
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-14Fork earlier in startup to prevent it messing up threads, if there are anyAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting mo...Adam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Added chanserv/logAdam
2011-09-10Removed /bs set msgAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow services to register or unregister themselvesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
2011-09-08Bug #1330 & many other small fixesAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-10Replace the old sigaction for a signal when our Signal destructsAdam
2011-08-04Added a command:permission settingAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-06-14Fixed a few small thingsAdam
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-05-23Rewrote the signal handling to use sigactionAdam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Modularized os_newsAdam