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
/
commands
Age
Commit message (
Expand
)
Author
2024-01-24
Shuffle modules around a bit.
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-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
Mark format strings with the GNU printf attribute.
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-04
Update the copyright headers for 2024.
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
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-11-30
Add the UNBANME privilege to allow users to unban themselves.
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-10-22
Fix confirming an unconfirmed operator's account.
Sadie Powell
2023-10-20
Fix a misleading temporary variable in ns_register.
Sadie Powell
2023-10-12
Fix removing entries by an alias in chanserv/access and chanserv/xop.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-07-11
Merge branch '2.0' into 2.1.
Sadie Powell
2023-07-11
Allow access list entries to have a description.
Sadie Powell
2023-07-09
Clarify that operserv/sqline can also match channel names.
PeGaSuS
2023-07-09
Fix not serialising dontkickops/dontkickvoices properly.
Sadie Powell
2023-07-05
Tell users that they must identify to their account before using CONFIRM.
PeGaSuS
2023-06-03
Merge branch '2.0' into 2.1.
Sadie Powell
2023-05-28
regchannels: remove dependency on no-delete-null-pointer-checks
Adam
2023-05-28
config: remove dependency on no-delete-null-pointer-checks
Adam
2023-03-13
Fix missing override keywords.
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-12-09
Use emplace() instead of insert(std::make_pair()).
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-10
Fix ns_resetpass not returning a response for XMLRPC (#243)
Filippo Cortigiani
2022-01-10
Multiple updates for unreal4 protocol (#285)
k4bek4be
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
Replace all uses of push_back with emplace_back.
Sadie Powell
2022-01-04
Use C++11 style class/struct initialisation.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-11-30
Remove undefined behaviour around checking if this is null.
Sadie Powell
2021-10-17
Increase the default nickname expiry to 90 days.
Sadie Powell
2021-08-01
Deduplicate code for checking if a user is securely connected.
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-06-04
Add support for per-mode list limits.
Sadie Powell
[next]