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-05-16
Rename id to uniqueid to avoid shadowing.
Sadie Powell
2025-05-16
Serialize using mutable objects not immutable ones.
Sadie Powell
2025-05-11
Remove first_commit which snuck into an earlier commit.
Sadie Powell
2025-05-11
Prefix the special db_json columns with an @.
Sadie Powell
2025-05-10
Consistently use realname instead of gecos.
Sadie Powell
2025-05-10
Use more appropriate types for MaxUserCount and OperCount.
Sadie Powell
2025-05-09
Add an accessor to Serialize::Reference and deduplicate code.
Sadie Powell
2025-05-09
Fix some forward declarations in the httpd header.
Sadie Powell
2025-05-09
Store user away state and add it to the anope.user RPC event.
Sadie Powell
2025-05-09
Move HTTP types to the HTTP namespace.
Sadie Powell
2025-05-08
Change Command::Run to return true on success.
Sadie Powell
2025-05-04
Fix HTTP headers to be case insensitive as required by the spec.
Sadie Powell
2025-05-04
Also allow hashed RPC tokens in the config file.
Sadie Powell
2025-05-04
Add support for bearer tokens for authorising with RPC.
Sadie Powell
2025-05-03
Store the setter and ts for all modes and try to restore them.
Sadie Powell
2025-05-03
Remove the unused template overload of SendMode.
Sadie Powell
2025-04-24
Add support for hashing operator passwords in the config.
Sadie Powell
2025-04-24
Remove some double lookups in User::BadPassword.
Sadie Powell
2025-04-22
Fix splitting in the middle of some command names.
Sadie Powell
2025-04-19
Remove time from the name of some variables where its obvious.
Sadie Powell
2025-04-19
Allow syntax messages to take a predicate.
Sadie Powell
2025-04-19
Get rid of the internal block wrapper.
Sadie Powell
2025-04-16
Rename TextSplitter to LineWrapper.
Sadie Powell
2025-04-16
Automatically wrap the help output.
Sadie Powell
2025-04-16
Update as many messages as possible for automatic line wrapping.
Sadie Powell
2025-04-15
Automatically line wrap messages sent by services.
Sadie Powell
2025-04-15
Allow clearing other list modes using ClearBans.
Sadie Powell
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
[next]