summaryrefslogtreecommitdiff
path: root/include/anope.h
AgeCommit message (Expand)Author
2024-06-24Rework how CTCP messages are sent and received.Sadie Powell
2024-05-09Require a reason when throwing an exception.Sadie Powell
2024-03-20Add the --nopid option to disable writing a pidfile.Sadie Powell
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-18Use clock_gettime if it is available.Sadie Powell
2024-03-12Add command handlers for encap commands on InspIRCd.Sadie Powell
2024-03-11Reject registrations and password changes if password encryption fails.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-03-09Rename hash_map to unordered_map to match the underlying container.Sadie Powell
2024-03-07Use the C++11 random number generator instead of rand().Sadie Powell
2024-03-07Add the initial version of the Atheme database importer.Sadie Powell
2024-02-29If a user runs an invalid command try to suggest a valid one.Sadie Powell
2024-02-27Remove redundant uses of const.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-22Add Uplink::Send, rework message formatting.Sadie Powell
2024-01-30Convert map/multimap/hash_map to an alias template.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-22Mark all exception types as CoreExport.Sadie Powell
2024-01-10Add a wrapper for std::string::compare to Anope::string.Sadie Powell
2024-01-08Mark format strings with the GNU printf attribute.Sadie Powell
2024-01-05Use normal exit codes when exiting the process.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-11-16Avoid needing to cast CurrentUplink by changing it to a size_t.Sadie Powell
2023-10-11Start migrating to range-based for loops.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
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-03-01Remove TR1 compatibility layer.Sadie Powell
2022-03-01Use noexcept instead of an empty exception specifier.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.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 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
2021-08-01Merge branch '2.0' into 2.1.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-09-28Rename things from services to anope.Sadie Powell
2020-09-28Remove nickserv/getpass and Anope::Decrypt.Sadie Powell
2020-09-10Implement support for immutable account identifiers.Sadie Powell
2020-01-04Update copyright to 2020.Robby