summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-17Mark as 2.0.16-git.Sadie Powell
2024-02-17Release 2.0.15.2.0.15Sadie Powell
2024-02-17Update the change log.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-02-17Prevent resetting the password of suspended accounts.Sadie Powell
Closes #351.
2024-02-17Fix some typos in the config change log.TehPeGaSuS
2024-02-17Bump for 2.1.3-git.Sadie Powell
2024-02-17Release 2.1.2.2.1.2Sadie Powell
2024-02-17Update the config changelog.Sadie Powell
2024-02-11Merge branch '2.0' into 2.1.Sadie Powell
2024-02-11Update the Windows dependencies.Sadie Powell
2024-02-11Add a GitHub security policy.Sadie Powell
2024-02-11Update the changelog.Sadie Powell
2024-02-11Remove some outdated development docs.Sadie Powell
2024-02-11Switch Thread to use the C++11 equivalent, remove win32/pthread.Sadie Powell
2024-02-11Replace Condition and Mutex with the C++11 standard equivalents.Sadie Powell
2024-02-11Remove the time_t parameter from Tick and TickTimers.Sadie Powell
Most uses of Tick do not use the parameter and even when it is used it is always the same as CurTime.
2024-02-11Consistently use time_t for the timer duration.Sadie Powell
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
This was never actually changed from the default.
2024-02-11Revert "Document ns_no_expire nick default".Sadie Powell
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350.
2024-01-31Update the dutch language file.Robby
2024-01-31Update the dutch language file.Robby
2024-01-31Remove an extraneous space in cs_xop, part 2.Robby
2024-01-31Remove an extraneous space in cs_xop.Robby
2024-01-30Fix a typo in the PASSWORD_TOO_SHORT text string.Robby
2024-01-30Fix irc2sql and webcpanel not being put into the modules folder.Sadie Powell
2024-01-30Convert map/multimap/hash_map to an alias template.Sadie Powell
2024-01-30Remove various references to old versions.Sadie Powell
2024-01-24Fix Clang and GCC disagreeing about whether a move is needed.Sadie Powell
2024-01-24Add a CI workflow for Alpine.Sadie Powell
2024-01-24Merge branch '2.0' into 2.1.Sadie Powell
2024-01-24Backport CI changes from the 2.1 branch.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.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-23Fix some CoreExport types that should be DllExport.Sadie Powell
2024-01-22Mark all exception types as CoreExport.Sadie Powell
From the GCC docs: >Exception catching of a user defined type in a binary other than >the one which threw the exception requires a typeinfo lookup. Closes #335.
2024-01-22Update the Turkish translation for the changes in 2.1 git.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-01-22Merge branch '2.0' into 2.1.Sadie Powell
2024-01-22Add a new Turkish translation contributed by CaPa CuL.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-01-22Fix typoVictor Coss
2024-01-11Fix some module names that were missed in commit 4056af00e3.Sadie Powell
2024-01-10Fix an oversight in build_subdir.Sadie Powell
2024-01-10Parse InspIRCd module names in a way which is 1206 compatible.Sadie Powell
2024-01-10Add a wrapper for std::string::compare to Anope::string.Sadie Powell
2024-01-09Update the changelogs.Sadie Powell
2024-01-09Always build the stats modules.Sadie Powell
These have no external dependencies so it makes no sense to not always build them.
2024-01-09Bump the minimum OpenSSL version to 1.1.Sadie Powell
2024-01-09Always disable SSLv3 support, allow disabling TLSv1.[012].Sadie Powell