index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
services.h
Age
Commit message (
Expand
)
Author
2024-08-06
Add <cstring> include to services.h to fix build on some musl systems.
Wilson Birney
2024-03-09
Clean up the services.h includes.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-01-13
Include cstring instead of string.h in services.h
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2022-01-04
Remove various entries from sysconf which are never actually used.
Sadie Powell
2022-01-04
Consistently use #pragma once across all header files.
Sadie Powell
2022-01-04
Use GNU visibility attributes when on non-Windows.
Sadie Powell
2022-01-04
Remove some obsolete header and function checks.
Sadie Powell
2022-01-03
Remove MARK_DEPRECATED as there's an attribute for this now.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-12-14
Enable C++11 features on non-GCC C++11 compilers.
Peter Powell
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-01-16
Update copyright to 2017.
Robby
2016-01-28
Update copyright to 2016. This was done with:
Robby
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-05-28
Include <iterator> in services.h as now more than one file uses it
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-09-02
Fix Windows
Adam
2012-09-01
Added a web panel module + a default template
Adam
2012-02-18
Use C++11's explicit override feature if available
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-25
Windows
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-12-19
Fixed formatting of many lists and INFO outputs
Adam
2011-11-25
Remove send_cmd and replace it with a stringstream
Adam
2011-11-17
Fixed storing mode locks
Adam
2011-11-08
Windows
Adam
2011-10-27
Clear flags before rebuilding them from the databases. Fixes bug #1351 where ...
Adam
2011-10-26
Fixed accidentally clearing botmodes when joins are sent
Adam
2011-10-24
Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...
Naram Qashat
2011-10-14
Fork earlier in startup to prevent it messing up threads, if there are any
Adam
2011-10-14
Added options:nonicknameownership config option
Adam
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a mo...
Adam
2011-09-19
Fixed /os reload doing weird things to service channels, and allow setting mo...
Adam
2011-09-10
Moved signal/thread/mode checking to use signal pipes
Adam
2011-09-10
Added chanserv/log
Adam
2011-09-10
Removed /bs set msg
Adam
2011-09-10
Fixed service_reference to work correctly with external classes
Adam
2011-09-10
Allow services to register or unregister themselves
Adam
2011-09-10
Allow modules to add their own channel levels
Adam
2011-09-10
Made service_reference type safe
Adam
2011-09-08
Bug #1330 & many other small fixes
Adam
[next]