summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2022-01-04Remove some obsolete header and function checks.Sadie Powell
2022-01-04Modernize CXXFLAGS on Unix and enable -Werror on CI.Sadie Powell
Also clear up warnings that this exposed.
2022-01-04Use C++11 default initializers and destructors where possible.Sadie Powell
2022-01-04Use C++11 style class/struct initialisation.Sadie Powell
2022-01-03Fix some minor issues discovered whilst working on 2.1.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
2022-01-03Remove support for precompiled headers.Sadie Powell
This might have been useful two decades ago but on recent hardware this just makes builds take longer than without them.
2021-11-30Remove undefined behaviour around checking if this is null.Sadie Powell
2021-11-30Fix cmake deprecation warning CMP0026.Sadie Powell
2021-08-01Deduplicate code for checking if a user is securely connected.Sadie Powell
2021-08-01Merge branch '2.0' into 2.1.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
2021-06-04Add support for per-mode list limits.Sadie Powell
2021-06-01Allow protocol modules to declare that the IRCd supports tags.Sadie Powell
This is not being used currently but will be soon.
2021-05-31Remove nickserv:strictpasswords as it is now obsolete.Sadie Powell
2021-05-31Add the nickserv:minpasslen option.Sadie Powell
2021-05-31Merge branch '2.0' into 2.1.Sadie Powell
2021-05-23Improve the message for NICK_IDENTIFY_REQUIRED.Sadie Powell
2021-04-27Add the anope_override keyword to methods that lack it.Sadie Powell
2021-04-27Rip out compatibility code for now-unsupported CMake versions.Sadie Powell
2021-04-27Remove the repeated conditions in cmake endif/else statements.Sadie Powell
2021-04-27Switch SendSVSLogin to take a NickAlias.Sadie Powell
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-07Update 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-10-07Merge tag '2.0.8' into 2.1.Sadie Powell
2020-10-06Fix the global/global command showing the wrong origin nick.Sadie Powell
2020-09-28Remove the non-tagged version of IRCDMessage::Run.Sadie Powell
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-28All modern platforms support stdint so remove pstdint.Sadie Powell
2020-09-28Remove nickserv/getpass and Anope::Decrypt.Sadie Powell
There is no point having these now plain text passwords are deprecated.
2020-09-28Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.Sadie Powell
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
2020-09-10Implement support for immutable account identifiers.Sadie Powell
2020-01-04Update 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-14Enable C++11 features on non-GCC C++11 compilers.Peter Powell
2019-12-14Fix a bunch of broken indentation.Peter Powell
2019-09-23Parse 1205-style mode lists for CAPAB CHANMODES/USERMODES.Peter Powell
2019-09-23Update the core message parser to allow parsing IRCv3 message tags.Peter Powell
2019-07-05Fix the version binary colliding with the C++20 <version> header.Peter Powell
2019-01-03Allow multiple IP addresses in extforward_ip separated by spaceslinuxdaemon
2019-01-01Update 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-25Update 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' {} \;
2018-03-26m_httpd: make http headers case insensitiveAdam
2017-10-12Add post init eventAdam
2017-08-05Use full path to file for conf.cpp file could not be opened error messageAdam
2017-06-05httputils: escape ampersand tooAdam
2017-05-27Moved m_dns's reverse ip method to sockaddrs::reverse().Alexander Maassen
Updated m_dnsbl to support ipv6.
2017-03-19m_sasl: pass module to loggerAdam
2017-03-16Include ip for web clients in command log messages for sourceAdam
2017-03-16redis: check for socket errors when loading database on startupAdam