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
/
protocol
/
solanum.cpp
Age
Commit message (
Expand
)
Author
2024-02-22
Convert protocol modules over to Uplink::Send.
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-04
Update the copyright headers for 2024.
Sadie Powell
2023-12-17
Remove some unnecessary spaces that break editor indentation.
Sadie Powell
2023-11-14
Implement support for the ANONYMOUS SASL mechanism.
Sadie Powell
2023-10-11
Start migrating to range-based for loops.
Sadie Powell
2023-03-13
Fix missing override keywords.
Sadie Powell
2022-12-31
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-12
Merge branch '2.0' into 2.1.
Sadie Powell
2022-01-03
Replace anope_{final,override} with their C++11 equivalent.
Sadie Powell
2021-04-27
Switch SendSVSLogin to take a NickAlias.
Sadie Powell
2021-04-21
Remove unnecessary space.
Sadie Powell
2021-04-21
The last parameter of Solanum ECHO is a <trailing>.
Sadie Powell
2021-04-21
Implement support for the Solanum ECHO server capability.
Sadie Powell
2021-03-30
Fix the syntax of Solanum identified messages.
Sadie Powell
2021-02-19
Send the appropriate messages for Solanum's IDENTIFIED feature.
Sadie Powell
2021-02-19
Replace the Charybdis protocol module with Solanum (its successor).
Sadie Powell