summaryrefslogtreecommitdiff
path: root/include/services.h
AgeCommit message (Expand)Author
2024-03-09Clean up the services.h includes.Sadie Powell
2024-01-04Update the copyright headers for 2024.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-13Include cstring instead of string.h in services.hSadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Remove various entries from sysconf which are never actually used.Sadie Powell
2022-01-04Consistently use #pragma once across all header files.Sadie Powell
2022-01-04Use GNU visibility attributes when on non-Windows.Sadie Powell
2022-01-04Remove some obsolete header and function checks.Sadie Powell
2022-01-03Remove MARK_DEPRECATED as there's an attribute for this now.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-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