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
2023-11-16
Avoid needing to cast CurrentUplink by changing it to a size_t.
Sadie Powell
2023-11-14
Implement support for the ANONYMOUS SASL mechanism.
Sadie Powell
2023-10-11
Merge branch '2.0' into 2.1.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-09-05
Show the SQL service name in the db_sql error message.
Sadie Powell
2023-08-06
Merge branch 2.0 into 2.1.
Sadie Powell
2023-07-11
Allow Anope to look up multiple DNS results.
Sadie Powell
2023-07-11
Merge branch '2.0' into 2.1.
Sadie Powell
2023-07-11
Allow access list entries to have a description.
Sadie Powell
2023-07-09
Allow customising the email content type.
Sadie Powell
2023-06-03
Merge branch '2.0' into 2.1.
Sadie Powell
2023-06-02
add gettext to conan deps
Adam
2023-05-28
regchannels: remove dependency on no-delete-null-pointer-checks
Adam
2023-05-28
config: remove dependency on no-delete-null-pointer-checks
Adam
2023-05-04
Avoid returning null when a config tag does not exist.
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-12-23
Update MODULE_INIT for modern MSVC+ versions.
Sadie Powell
2022-12-17
Add sockaddrs::str to stringify a sockaddrs properly.
Sadie Powell
2022-12-17
Add support for linking over UNIX sockets.
Sadie Powell
2022-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-03-01
Remove TR1 compatibility layer.
Sadie Powell
2022-03-01
Use noexcept instead of an empty exception specifier.
Sadie Powell
2022-01-13
Document the sysconf header file.
Sadie Powell
2022-01-13
Clean up the predefined variables on Windows.
Sadie Powell
2022-01-13
Include cstring instead of string.h in services.h
Sadie Powell
2022-01-13
Fix some methods that should have been marked as CoreExport.
Sadie Powell
2022-01-12
Use the default CMake modules for finding gettext instead of our own.
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-10
Multiple updates for unreal4 protocol (#285)
k4bek4be
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
Update more IRCServices references to reflect the current project.
Sadie Powell
2022-01-04
Consistently use #pragma once across all header files.
Sadie Powell
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
[next]