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
2025-04-14
Add Anope::Templace and switch all template strings to use it.
Sadie Powell
2025-04-13
Resort the Implementation list.
Sadie Powell
2025-04-10
Expand GetQueryCommand to take a command name.
Sadie Powell
2025-04-02
Add a message handler for messages that can be safely ignored.
Sadie Powell
2025-04-01
Refactor and document the rest of the SASL header.
Sadie Powell
2025-03-31
Move SASL::IdentifyRequest to ns_sasl.
Sadie Powell
2025-03-30
Add NickAlias::FindId.
Sadie Powell
2025-03-26
Initialize ChannelInfo in the Modern C++ way.
Sadie Powell
2025-03-26
Initialize Channel in the Modern C++ way.
Sadie Powell
2025-03-26
Add a typedef for the serializable id.
Sadie Powell
2025-03-19
Use a set instead of a vector for storing memo ignores.
Sadie Powell
2025-03-17
RPC::service is not necessary anymore.
Sadie Powell
2025-03-17
Switch RPC event registration to use the service system.
Sadie Powell
2025-03-15
Move the RPC service interface to the RPC header.
Sadie Powell
2025-03-15
Add NickCore::FindId for finding an account by its id.
Sadie Powell
2025-03-12
Refactor and redocument Serialize::Type.
Sadie Powell
2025-03-12
Add defines for the core serialisation type names.
Sadie Powell
2025-03-12
Move serialization from Serializable to a Serialize::Type child.
Sadie Powell
2025-03-12
Const correct Serialize::Type::GetName().
Sadie Powell
2025-03-12
Move serialization data type logic from sql.h to the core.
Sadie Powell
2025-03-09
Fix a forward declaration on Clang.
Sadie Powell
2025-03-09
Add support for oper-only quit messages.
Sadie Powell
2025-03-09
Fix a compiler warning on Clang.
Sadie Powell
2025-03-09
Make config variables a lot more useful.
Sadie Powell
2025-03-08
Move some headers around.
Sadie Powell
2025-03-06
Fix a REPRODUCIBLE_BUILD check after the previous commit.
Sadie Powell
2025-03-06
Move REPRODUCIBLE_BUILD to sysconf.
Sadie Powell
2025-03-04
Remove GetAgent and SendMechs from the SASL interface.
Sadie Powell
2025-03-03
Misc cleanup of ns_sasl and sasl.h.
Sadie Powell
2025-03-03
SASL::ProtocolInterface should not be exported.
Sadie Powell
2025-03-03
Move SASL protocol messages to the SASL header.
Sadie Powell
2025-03-02
Add a helper method for getting a description of an uplink.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-02-25
Deduplicate RPC parameter count checks.
Sadie Powell
2025-02-25
Deduplicate some SASL logic.
Sadie Powell
2025-02-24
Add the system.listMethods RPC method.
Sadie Powell
2025-02-24
Allow use of a non-map type as the root RPC element.
Sadie Powell
2025-02-24
Add support for RPC arrays, simplify the RPC objects.
Sadie Powell
2025-02-23
Rename RPC::Block to RPC::Map.
Sadie Powell
2025-02-20
Store the source address in the identify request.
Sadie Powell
2025-02-20
Add error constants for the custom error range.
Sadie Powell
2025-02-20
Move RPC types to the RPC namespace.
Sadie Powell
2025-02-20
Use an enum for standard RPC error codes.
Sadie Powell
2025-02-20
Add support for more RPC data types.
Sadie Powell
2025-02-18
Fix sending RPC responses after the previous commit.
Sadie Powell
2025-02-18
Rework how the RPC interface stores its events.
Sadie Powell
2025-02-14
Use RPC error responses correctly.
Sadie Powell
2025-02-14
Fix the naming convention of the RPC methods.
Sadie Powell
2025-02-13
Make the RPC API sanitize automatically.
Sadie Powell
2025-02-13
Rework the RPC modules in preparation for the new JSON-RPC module.
Sadie Powell
[next]