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-03-09
Rename hash_map to unordered_map to match the underlying container.
Sadie Powell
2024-03-09
Save the last email time for accounts.
Sadie Powell
2024-03-09
Modernize the initialisation of NickAlias and NickCore.
Sadie Powell
2024-03-09
Enable message-tags support for UnrealIRCd
Bram Matthys
2024-03-09
Tweak the config default limits slightly.
Sadie Powell
2024-03-08
Use a separate CAPAB handler on InspIRCd to avoid pollution.
Sadie Powell
2024-03-08
Only enable InspIRCd parser logging when using --protocoldebug.
Sadie Powell
2024-03-08
Implement support for the InspIRCd 1206 protocol.
Sadie Powell
2024-03-08
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-08
Fix feature detection on InspIRCd.
Sadie Powell
2024-03-08
Improve protocol debug messages.
Sadie Powell
2024-03-08
Keep the InspIRCd protocol version around for later use.
Sadie Powell
2024-03-07
Move some modules which can be built by default out of extra.
Sadie Powell
2024-03-07
Remove a guarantee that may not necessarily be correct.
Sadie Powell
2024-03-07
Consistently use email instead of e-mail.
Sadie Powell
2024-03-07
Update the changelogs.
Sadie Powell
2024-03-07
Use the C++11 random number generator instead of rand().
Sadie Powell
2024-03-07
Require new accounts to have email addresses.
Sadie Powell
2024-03-07
Update the English translation for the previous commit.
Sadie Powell
2024-03-07
Also use drop confirmation codes for nicknames.
Sadie Powell
2024-03-07
Fix some misc bugs in the InspIRCd protocol module.
Sadie Powell
2024-03-07
Add the initial version of the Atheme database importer.
Sadie Powell
2024-03-04
Merge branch '2.0' into 2.1.
Sadie Powell
2024-03-04
When using ldap/sql auth prevent displays expiring before their group.
Sadie Powell
2024-03-04
Bump for 2.1.4-git.
Sadie Powell
2024-03-04
Release 2.1.3.
Sadie Powell
2024-03-04
Update the changelogs.
Sadie Powell
2024-03-04
Add NickAlias::GetVhostMask for getting the vident@vhost.
Sadie Powell
2024-02-29
Clean up some more CMake flags.
Sadie Powell
2024-02-29
Fix some oversights from previous commits.
Sadie Powell
2024-02-29
If a user runs an invalid command try to suggest a valid one.
Sadie Powell
2024-02-29
Consolidate some header files.
Sadie Powell
2024-02-29
Rework some platform compatibility code.
Sadie Powell
2024-02-29
Update the changelogs.
Sadie Powell
2024-02-29
Fix some oversights.
Sadie Powell
2024-02-29
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-29
Fix a copy/paste error in webcpanel.
Sadie Powell
2024-02-29
Rip out ns_access and related code.
Sadie Powell
2024-02-29
Add names for the numerics used by the core.
Sadie Powell
2024-02-29
If a PRIVMSG or NOTICE is empty then send a single space instead.
Sadie Powell
2024-02-27
Fix matching extbans on InspIRCd and implement missing matchers.
Sadie Powell
2024-02-27
Replace OnChannelUnban with an IRCDProto function.
Sadie Powell
2024-02-27
Make functions that don't use `this` static.
Sadie Powell
2024-02-27
Remove redundant uses of const.
Sadie Powell
2024-02-27
Simplify several boolean expressions.
Sadie Powell
2024-02-27
Fix write_pidfile on Windows.
Sadie Powell
2024-02-26
Fix sending numerics on InspIRCd.
Sadie Powell
2024-02-26
Use fstream for accessing files where possible.
Sadie Powell
2024-02-26
Rework IRCDMessage/IRCDMessageFlag.
Sadie Powell
2024-02-26
Refactor User::IsServicesOper.
Sadie Powell
[next]