summaryrefslogtreecommitdiff
path: root/include/services.h
AgeCommit message (Expand)Author
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-12-14Enable C++11 features on non-GCC C++11 compilers.Peter Powell
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-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