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