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
/
src
Age
Commit message (
Expand
)
Author
2024-02-26
Extract should privmsg logic to its own function.
Sadie Powell
2024-02-25
Kill checks for obsolete versions of Windows.
Sadie Powell
2024-02-25
Remove duplicate suffix from socketengine file names.
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
Deduplicate User::SendMessage.
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
Convert most core protocol handlers to use Uplink::Send.
Sadie Powell
2024-02-22
Add Uplink::Send, rework message formatting.
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-20
Make ModuleManager::SetPriority more readable.
Sadie Powell
2024-02-17
Bump for 2.1.3-git.
Sadie Powell
2024-02-17
Release 2.1.2.
2.1.2
Sadie Powell
2024-02-11
Merge branch '2.0' into 2.1.
Sadie Powell
2024-02-11
Update the Windows dependencies.
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-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-09
Use native file extensions on macOS and 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-06
Use auto in places where the type is unambiguous.
Sadie Powell
2024-01-05
Use normal exit codes when exiting the process.
Sadie Powell
2024-01-04
Update the copyright headers for 2024.
Sadie Powell
2024-01-04
Bump for 2.1.2-git.
Sadie Powell
2024-01-04
Release 2.1.1.
2.1.1
Sadie Powell
2024-01-04
Fix a typo in GetCommandLineArgument.
Sadie Powell
2023-12-22
Move privilege descriptions to the example configs.
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
Merge branch '2.0' into 2.1.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-12-08
messages: fix incorrect format specifier
Mingjie Shen
2023-11-24
Bump for 2.1.1-git.
Sadie Powell
2023-11-24
Release 2.1.0.
2.1.0
Sadie Powell
[next]