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
/
include
Age
Commit message (
Expand
)
Author
2024-11-25
Update Send and Recv to use ssize_t instead of int.
Sadie Powell
2024-11-25
Rework how guest nicks work.
Sadie Powell
2024-11-24
Take a constant pointer in GetModule.
Sadie Powell
2024-11-22
Add a plural form overload of SendMessage.
Sadie Powell
2024-11-19
Emplace services when registering them with the core.
Sadie Powell
2024-11-19
Add a plural form overload of CommandSource::Reply.
Sadie Powell
2024-11-15
Make the account id map also use a checker.
Sadie Powell
2024-11-13
Add support for plural form translation.
Sadie Powell
2024-11-11
Merge branch '2.0' into 2.1.
Sadie Powell
2024-11-11
Fix serialising boolean extension items.
Sadie Powell
2024-11-07
Simplify account identifier generation.
Sadie Powell
2024-10-22
Replace usestrictprivmsg with something actually useful.
Sadie Powell
2024-10-22
Move nickserv/set/message to a new module, kill options:useprivmsg.
Sadie Powell
2024-10-04
Fix matching stacked extbans.
Sadie Powell
2024-10-02
Change User::SetModesInternal to take a split mode change.
Sadie Powell
2024-10-02
Remove the formatting overload of User::SetModesInternal.
Sadie Powell
2024-10-02
Change Channel::SetModesInternal to take a split mode change.
Sadie Powell
2024-08-18
Fix the grammar of some info messages.
Sadie Powell
2024-08-14
Automatically determine SQL column type from the field.
Sadie Powell
2024-08-14
Remove the unused KeySet method in Serialize::Data.
Sadie Powell
2024-08-06
Add <cstring> include to services.h to fix build on some musl systems.
Wilson Birney
2024-07-14
Fix the name of the key parameter in SendSVSJoin.
Sadie Powell
2024-06-24
Add support for sending tag messages.
Sadie Powell
2024-06-24
Rework how CTCP messages are sent and received.
Sadie Powell
2024-06-24
Remove the formatting overloads of SendNotice/SendPrivmsg.
Sadie Powell
2024-06-19
Fix importing Atheme opers.
Sadie Powell
2024-06-10
The sender can be null in OnBotUnAssign.
Sadie Powell
2024-06-10
Fix a crash in ns_cert.
Sadie Powell
2024-06-07
Add nullability attributes to the module events.
Sadie Powell
2024-06-03
Avoid NickAlias lookups by storing a pointer in the NickCore.
Sadie Powell
2024-05-16
Merge branch '2.0' into 2.1.
Sadie Powell
2024-05-16
Store boolean extension items as DT_INT.
Sadie Powell
2024-05-11
Store when the account name was registered in the NickCore.
Sadie Powell
2024-05-09
Remove CanSVSLogout and implement logout support on Plexus.
Sadie Powell
2024-05-09
Require a reason when throwing an exception.
Sadie Powell
2024-05-01
Add the ReplaceCert method to CertService.
Sadie Powell
2024-04-15
Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.
Sadie Powell
2024-04-15
Make SendChannel abstract.
Sadie Powell
2024-04-04
Remove the g prefix from git hashes.
Sadie Powell
2024-04-02
Sync the build system directory names with the core.
Sadie Powell
2024-04-02
Use the paths from the build system instead of hardcoding them.
Sadie Powell
2024-03-20
Add the --nopid option to disable writing a pidfile.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-18
Fix unnecessary uses of std::string.
Sadie Powell
2024-03-18
Improve sending email.
Sadie Powell
2024-03-18
Use clock_gettime if it is available.
Sadie Powell
2024-03-15
Use consistent casing when referring to vhosts and vidents.
Sadie Powell
2024-03-15
Consistently use READ_ONLY_MODE everywhere.
Sadie Powell
2024-03-14
Initialize timer members with constructor initialization.
Sadie Powell
2024-03-14
Rework sending global notices.
Sadie Powell
[next]