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
/
modules
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-30
Fix irc2sql and webcpanel not being put into the modules folder.
Sadie Powell
2024-01-24
Fix Clang and GCC disagreeing about whether a move is needed.
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-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-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
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
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-05
Fix inconsistent capitalization of 'services'.
Val Lorentz
2024-01-05
Merge branch '2.0' into 2.1.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2024-01-01
Fix a copy/paste error in the default channel settings.
Sadie Powell
2023-12-21
Remove an extraneous space in cs_xop.
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
Add the regex_stdlib regular expression engine.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-12-17
Remove the m_regex_pcre module.
Sadie Powell
2023-11-30
Add the UNBANME privilege to allow users to unban themselves.
Sadie Powell
2023-11-26
Fix some modules that weren't converted to the new socket ctor.
Sadie Powell
2023-11-24
Merge branch '2.0' into 2.1.
Sadie Powell
2023-11-23
Allow users to opt-out of being added to channel access lists.
Sadie Powell
2023-11-16
Fix chanserv/suspend info not being visible to regular users.
Sadie Powell
2023-11-16
Merge branch '2.0' into 2.1.
Sadie Powell
2023-11-16
Make the SASL PLAIN implementation more robust.
Sadie Powell
2023-11-14
Implement support for the ANONYMOUS SASL mechanism.
Sadie Powell
2023-11-14
Deduplicate account sending code in the inspircd module.
Sadie Powell
2023-11-03
Remove the two day X-line cap.
Sadie Powell
2023-10-24
Fix a missing override keyword.
Sadie Powell
[next]