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
/
src
/
misc.cpp
Age
Commit message (
Expand
)
Author
2025-05-10
Refactor Anope::strftime.
Sadie Powell
2025-05-10
Use UTC in timestamps shown to users.
Sadie Powell
2025-04-27
Fix broken handling of colour codes in LineWrapper.
Sadie Powell
2025-04-16
Rename TextSplitter to LineWrapper.
Sadie Powell
2025-04-16
Automatically wrap the help output.
Sadie Powell
2025-04-16
Fix a compiler warning on Clang.
Sadie Powell
2025-04-16
Reduce the maximum line length from 120 to 100.
Sadie Powell
2025-04-15
Automatically line wrap messages sent by services.
Sadie Powell
2025-04-14
Add Anope::Templace and switch all template strings to use it.
Sadie Powell
2025-04-02
Replace NormalizeBuffer implementation with the one from InspIRCd.
Sadie Powell
2025-03-22
Allow customising the length at which lines are wrapped after.
Sadie Powell
2025-03-06
Move REPRODUCIBLE_BUILD to sysconf.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2025-01-14
Update the copyright headers for 2025.
2.0
Sadie Powell
2024-11-25
Simplify the duration string logic in Anope::Expires.
Sadie Powell
2024-11-25
Fix pluralising languages which use the same plural for 0 as 1.
Sadie Powell
2024-11-22
Convert some more strings to plural forms.
Sadie Powell
2024-11-13
Clean up Anope::Duration and switch to use plural form translation.
Sadie Powell
2024-06-24
Rework how CTCP messages are sent and received.
Sadie Powell
2024-03-19
Use paths relative to data/conf in the config file.
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-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-07
Use the C++11 random number generator instead of rand().
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-27
Simplify several boolean expressions.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2023-10-12
Use a more human readable datetime format.
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-01-13
Document the sysconf header file.
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
Use C++11 header names instead of their deprecated equivalents.
Sadie Powell
2022-01-04
Replace all uses of push_back with emplace_back.
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
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
Remove nickserv/getpass and Anope::Decrypt.
Sadie Powell
[next]