Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | 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 | |
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 | |
2011-08-12 | Allow bot usermodes to be configurable | Adam | |
2011-08-10 | Replace the old sigaction for a signal when our Signal destructs | Adam | |
2011-08-04 | Added a command:permission setting | Adam | |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use ↵ | Adam | |
to translate strings in 3rd party modules | |||
2011-06-14 | Fixed a few small things | Adam | |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator | |
2011-06-02 | Burst our channels with the uplink when we connect & fixed bug #1274 | Adam | |
2011-05-23 | Rewrote the signal handling to use sigaction | Adam | |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and ↵ | Adam | |
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp. |