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