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
Age
Commit message (
Expand
)
Author
2022-01-04
Merge branch '2.0' into 2.1.
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-04
Modernize CXXFLAGS on Unix and enable -Werror on CI.
Sadie Powell
2022-01-04
Use C++11 default initializers and destructors where possible.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
Sadie Powell
2022-01-03
Fix some minor issues discovered whilst working on 2.1.
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
2022-01-03
Remove support for precompiled headers.
Sadie Powell
2021-11-30
Remove undefined behaviour around checking if this is null.
Sadie Powell
2021-11-30
Fix cmake deprecation warning CMP0026.
Sadie Powell
2021-08-01
Deduplicate code for checking if a user is securely connected.
Sadie Powell
2021-08-01
Merge branch '2.0' into 2.1.
Sadie Powell
2021-06-17
Fix various spelling issues (#274).
Josh Soref
2021-06-04
Add support for per-mode list limits.
Sadie Powell
2021-06-01
Allow protocol modules to declare that the IRCd supports tags.
Sadie Powell
2021-05-31
Remove nickserv:strictpasswords as it is now obsolete.
Sadie Powell
2021-05-31
Add the nickserv:minpasslen option.
Sadie Powell
2021-05-31
Merge branch '2.0' into 2.1.
Sadie Powell
2021-05-23
Improve the message for NICK_IDENTIFY_REQUIRED.
Sadie Powell
2021-04-27
Add the anope_override keyword to methods that lack it.
Sadie Powell
2021-04-27
Rip out compatibility code for now-unsupported CMake versions.
Sadie Powell
2021-04-27
Remove the repeated conditions in cmake endif/else statements.
Sadie Powell
2021-04-27
Switch SendSVSLogin to take a NickAlias.
Sadie Powell
2021-02-18
Merge branch '2.0' into 2.1.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-10-07
Merge tag '2.0.8' into 2.1.
Sadie Powell
2020-10-06
Fix the global/global command showing the wrong origin nick.
Sadie Powell
2020-09-28
Remove the non-tagged version of IRCDMessage::Run.
Sadie Powell
2020-09-28
Rename things from services to anope.
Sadie Powell
2020-09-28
All modern platforms support stdint so remove pstdint.
Sadie Powell
2020-09-28
Remove nickserv/getpass and Anope::Decrypt.
Sadie Powell
2020-09-28
Remove operserv/oline and CanSVSO/SendSVSO in IRCDProto.
Sadie Powell
2020-09-10
Implement support for immutable account identifiers.
Sadie Powell
2020-01-04
Update copyright to 2020.
Robby
2019-12-14
Enable C++11 features on non-GCC C++11 compilers.
Peter Powell
2019-12-14
Fix a bunch of broken indentation.
Peter Powell
2019-09-23
Parse 1205-style mode lists for CAPAB CHANMODES/USERMODES.
Peter Powell
2019-09-23
Update the core message parser to allow parsing IRCv3 message tags.
Peter Powell
2019-07-05
Fix the version binary colliding with the C++20 <version> header.
Peter Powell
2019-01-03
Allow multiple IP addresses in extforward_ip separated by spaces
linuxdaemon
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2018-03-26
m_httpd: make http headers case insensitive
Adam
2017-10-12
Add post init event
Adam
2017-08-05
Use full path to file for conf.cpp file could not be opened error message
Adam
2017-06-05
httputils: escape ampersand too
Adam
2017-05-27
Moved m_dns's reverse ip method to sockaddrs::reverse().
Alexander Maassen
2017-03-19
m_sasl: pass module to logger
Adam
[next]