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
Age
Commit message (
Collapse
)
Author
2025-03-30
Refuse to import data that already exists in db_atheme.
Sadie Powell
2025-03-30
Reference accounts in the database by their id not their nick.
Sadie Powell
2025-03-26
Add a typedef for the serializable id.
Sadie Powell
2025-03-26
Initialize the db_flatfile LoadData stream reference from the ctor.
Sadie Powell
2025-03-26
Add the db_json module.
Sadie Powell
2025-03-22
Fix a missing format argument in ns_maxemail.
Sadie Powell
2025-03-22
Use a plural form translation for the ns_maxemail error.
Sadie Powell
2025-03-22
Read the ns_maxemail limit as unsigned instead of int.
Sadie Powell
2025-03-22
Merge branch '2.0' into 2.1.
Sadie Powell
2025-03-22
Fix ns_maxemail miscounting email addresses in some cases.
Sadie Powell
2025-03-22
Update more messages to use gettext plural forms.
Sadie Powell
2025-03-22
Fix a semicolon that was missing from the previous commit.
Sadie Powell
2025-03-22
Fix an unclear message in gl_queue.
Sadie Powell
2025-03-22
Deduplicate requirename code in os_shutdown.
Sadie Powell
2025-03-19
Merge branch '2.0' into 2.1.
Sadie Powell
2025-03-19
Use a set instead of a vector for storing memo ignores.
Sadie Powell
2025-03-19
Make it clear that an ignore list is for memos in ms_ignore.
Sadie Powell
Closes #484.
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-17
Simplify the requirename logic.
Sadie Powell
2025-03-16
Improve the error reporting in os_shutdown.
Sadie Powell
2025-03-15
Move the RPC service interface to the RPC header.
Sadie Powell
2025-03-15
Use custom-cloak when setting the SASL hostname too.
Sadie Powell
2025-03-14
Refactor the InspIRCd METADATA handler to actually be readable.
Sadie Powell
2025-03-14
Implement support for the new way of setting vhosts on InspIRCd.
Sadie Powell
2025-03-14
Improve JSON-RPC error messages.
Sadie Powell
2025-03-14
Warn if enc_bcrypt is the first module and maxpasslen is >72.
Sadie Powell
2025-03-13
Deduplicate response building code in the jsonrpc module.
Sadie Powell
2025-03-13
Fix the jsonrpc not having a root element one is not specified.
Sadie Powell
2025-03-13
Add the rpc_message module, remove the notice RPC event.
Sadie Powell
2025-03-13
Fix sending global messages with the default sender.
Sadie Powell
2025-03-13
Fix setting keepbackups to 0 in db_flatfile.
Sadie Powell
2025-03-13
Fix a crash in the ns_sasl module.
Sadie Powell
Closes #481.
2025-03-13
Fix deleting old db_flatfile database backups.
Sadie Powell
2025-03-13
Fix a warning on Clang.
Sadie Powell
2025-03-13
Add an ALLTIME handler on InspIRCd.
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
Fix the id data type in db_flatfile.
Sadie Powell
2025-03-12
Fix importing some data from 1.8.
Sadie Powell
2025-03-10
Add an XML-RPC method to rpc_system for debugging RPC responses.
Sadie Powell
2025-03-10
Add a config option for disabling the i8 XML-RPC extension.
Sadie Powell
2025-03-10
Add a config option for disabling the nil XML-RPC extension.
Sadie Powell
2025-03-10
Fix a memory leak in the xmlrpc module.
Sadie Powell
2025-03-09
Add a missing override keyword.
Sadie Powell
2025-03-09
Simplify some weird logic in bs_bot.
Sadie Powell
2025-03-09
Add support for oper-only quit messages.
Sadie Powell
This currently only works on InspIRCd but I believe that other servers also support this.
2025-03-09
Sync the chanserv defaults between the code and config.
Sadie Powell
2025-03-08
Fix various webcpanel bugs relating to nickname protection.
Sadie Powell
2025-03-08
Rework how nickname protection works.
Sadie Powell
- Rename the command and module from kill to protect (this command hasn't actually killed users in a long time). - Replace QUICK/IMMED with a duration option.
[prev]
[next]