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
Age
Commit message (
Expand
)
Author
2024-02-11
Replace Condition and Mutex with the C++11 standard equivalents.
Sadie Powell
2024-02-11
Remove the time_t parameter from Tick and TickTimers.
Sadie Powell
2024-02-11
Consistently use time_t for the timer duration.
Sadie Powell
2024-02-11
Remove the now parameter from the Timer class.
Sadie Powell
2024-01-31
Update the dutch language file.
Robby
2024-01-31
Remove an extraneous space in cs_xop, part 2.
Robby
2024-01-30
Fix a typo in the PASSWORD_TOO_SHORT text string.
Robby
2024-01-30
Fix irc2sql and webcpanel not being put into the modules folder.
Sadie Powell
2024-01-30
Convert map/multimap/hash_map to an alias template.
Sadie Powell
2024-01-30
Remove various references to old versions.
Sadie Powell
2024-01-24
Fix Clang and GCC disagreeing about whether a move is needed.
Sadie Powell
2024-01-24
Add a CI workflow for Alpine.
Sadie Powell
2024-01-24
Merge branch '2.0' into 2.1.
Sadie Powell
2024-01-24
Backport CI changes from the 2.1 branch.
Sadie Powell
2024-01-24
Shuffle modules around a bit.
Sadie Powell
2024-01-24
Rename several modules to remove the m_ prefix.
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-23
Fix some CoreExport types that should be DllExport.
Sadie Powell
2024-01-22
Mark all exception types as CoreExport.
Sadie Powell
2024-01-22
Update the Turkish translation for the changes in 2.1 git.
Sadie Powell
2024-01-22
Merge branch '2.0' into 2.1.
Sadie Powell
2024-01-22
Add a new Turkish translation contributed by CaPa CuL.
Sadie Powell
2024-01-22
Fix typo
Victor Coss
2024-01-11
Fix some module names that were missed in commit 4056af00e3.
Sadie Powell
2024-01-10
Fix an oversight in build_subdir.
Sadie Powell
2024-01-10
Parse InspIRCd module names in a way which is 1206 compatible.
Sadie Powell
2024-01-10
Add a wrapper for std::string::compare to Anope::string.
Sadie Powell
2024-01-09
Update the changelogs.
Sadie Powell
2024-01-09
Always build the stats modules.
Sadie Powell
2024-01-09
Bump the minimum OpenSSL version to 1.1.
Sadie Powell
2024-01-09
Always disable SSLv3 support, allow disabling TLSv1.[012].
Sadie Powell
2024-01-09
Drop support for ancient versions of GnuTLS.
Sadie Powell
2024-01-09
Update the default SSL filenames to use the Certbot names.
Sadie Powell
2024-01-09
Use native file extensions on macOS and Windows.
Sadie Powell
2024-01-09
Put modules into their own folder on Windows.
Sadie Powell
2024-01-08
Add a string overload of Channel::Kick.
Sadie Powell
2024-01-08
Add a string overload of User::SetModes.
Sadie Powell
2024-01-08
Add a string overload of Channel::SetModes.
Sadie Powell
2024-01-08
Bump the up to date languages for the recent format changes.
Sadie Powell
2024-01-08
Fix various format string issues.
Sadie Powell
2024-01-08
Add a non-formatting overload of User::SetModesInternal.
Sadie Powell
2024-01-08
Mark format strings with the GNU printf attribute.
Sadie Powell
2024-01-06
fr_FR: Generalize gender-neutral grammar
Valentin Lorentz
2024-01-06
Fix an oversight in the mysql module.
Sadie Powell
2024-01-06
Fix a sign conversion issue in the mysql module.
Sadie Powell
2024-01-06
Use auto in places where the type is unambiguous.
Sadie Powell
2024-01-06
Add missing whitespace in multi-line comment
Robert Scheck
2024-01-05
Update translations for the recent services case fix.
Sadie Powell
2024-01-05
Fix inconsistent capitalization of 'services'.
Val Lorentz
[next]