Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-19 | Allow syntax messages to take a predicate. | Sadie Powell | |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2024-11-13 | Add support for plural form translation. | Sadie Powell | |
Closes #340. | |||
2024-08-06 | Add <cstring> include to services.h to fix build on some musl systems. | Wilson Birney | |
Co-authored-by: blackbeard420 <blackbeard@blackbeard420.me> | |||
2024-03-09 | Clean up the services.h includes. | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | 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 | |
This replaces a mixture of no include guards, ANOPE_FOO_H, and FOO_H. | |||
2022-01-04 | Use GNU visibility attributes when on non-Windows. | Sadie Powell | |
This reduces binary sizes by several megabytes on my system. | |||
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 | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-12-14 | Enable C++11 features on non-GCC C++11 compilers. | Peter Powell | |
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
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 | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
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 | |
default flags would always be set when unserializing objects. | |||
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 ↵ | Naram Qashat | |
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available. | |||
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 ↵ | Adam | |
module. | |||
2011-09-19 | Fixed /os reload doing weird things to service channels, and allow setting ↵ | Adam | |
modes by clients on burst | |||
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 | |