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-03-07
Consistently use email instead of e-mail.
Sadie Powell
2024-03-07
Use the C++11 random number generator instead of rand().
Sadie Powell
2024-03-07
Also use drop confirmation codes for nicknames.
Sadie Powell
2024-03-07
Add the initial version of the Atheme database importer.
Sadie Powell
2024-03-04
Add NickAlias::GetVhostMask for getting the vident@vhost.
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
Rework some platform compatibility code.
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-27
Replace OnChannelUnban with an IRCDProto function.
Sadie Powell
2024-02-27
Remove redundant uses of const.
Sadie Powell
2024-02-26
Rework IRCDMessage/IRCDMessageFlag.
Sadie Powell
2024-02-26
Allow using more than one fingerprint in an oper block.
Sadie Powell
2024-02-26
Remove several string format IRCDProto function overloads.
Sadie Powell
2024-02-26
Replace IRCDProto::CanSendTags with IsTagValid.
Sadie Powell
2024-02-26
Fix some coding style issues.
Sadie Powell
2024-02-26
Implement support for the IRCv3 +draft/channel-context tag.
Sadie Powell
2024-02-26
Extract should privmsg logic to its own function.
Sadie Powell
2024-02-25
Remove a function which exists for compat with old versions of VS.
Sadie Powell
2024-02-25
Use unique_ptr for managing std::thread ownership.
Sadie Powell
2024-02-22
GetMaxListFor: use size_t and add a default like the other fields.
Sadie Powell
2024-02-22
If the IRCd sends a field limit then use it over that of the config.
Sadie Powell
2024-02-22
Add the IRCv3 reply tag to messages sent as responses to a user.
Sadie Powell
2024-02-22
Store the source message identifier in CommandSource.
Sadie Powell
2024-02-22
Route message tags into more message functions.
Sadie Powell
2024-02-22
Remove UplinkSocket::Message now nothing uses it.
Sadie Powell
2024-02-22
Rework SendModeInternal to be usable with Uplink::Send.
Sadie Powell
2024-02-22
Rework SendNumericInternal to be usable with Uplink::Send.
Sadie Powell
2024-02-22
Add Uplink::Send, rework message formatting.
Sadie Powell
2024-02-22
Document IRCDProto::Parse.
Sadie Powell
2024-02-22
Inline, constify, and document GetProtocolName.
Sadie Powell
2024-02-22
Include tags in OnMessage.
Sadie Powell
2024-02-21
Move IRCDProto member initializers to the header.
Sadie Powell
2024-02-21
Add a method to the ns_cert API for replacing a certificate.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2024-02-11
Switch Thread to use the C++11 equivalent, remove win32/pthread.
Sadie Powell
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 a typo in the PASSWORD_TOO_SHORT text string.
Robby
2024-01-30
Convert map/multimap/hash_map to an alias template.
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-23
Fix some CoreExport types that should be DllExport.
Sadie Powell
2024-01-22
Mark all exception types as CoreExport.
Sadie Powell
2024-01-10
Add a wrapper for std::string::compare to Anope::string.
Sadie Powell
2024-01-09
Use native file extensions on macOS and Windows.
Sadie Powell
2024-01-08
Add a string overload of Channel::Kick.
Sadie Powell
[prev]
[next]