summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-19Improve logging about the protocol module on startup.Sadie Powell
2025-03-19Merge branch '2.0' into 2.1.Sadie Powell
2025-03-19Use a set instead of a vector for storing memo ignores.Sadie Powell
2025-03-19Make it clear that an ignore list is for memos in ms_ignore.Sadie Powell
Closes #484.
2025-03-17RPC::service is not necessary anymore.Sadie Powell
2025-03-17Switch RPC event registration to use the service system.Sadie Powell
2025-03-17Simplify the requirename logic.Sadie Powell
2025-03-16Improve the error reporting in os_shutdown.Sadie Powell
2025-03-16Update author list.Sadie Powell
2025-03-16Import a slightly modified version of mkauthors from InspIRCd.Sadie Powell
2025-03-16Update the mailmap.Sadie Powell
2025-03-15Move the RPC service interface to the RPC header.Sadie Powell
2025-03-15Fix getting the IP of a user in CommandSource.Sadie Powell
2025-03-15Add NickCore::FindId for finding an account by its id.Sadie Powell
2025-03-15Use custom-cloak when setting the SASL hostname too.Sadie Powell
2025-03-14Refactor the InspIRCd METADATA handler to actually be readable.Sadie Powell
2025-03-14Implement support for the new way of setting vhosts on InspIRCd.Sadie Powell
2025-03-14Fix {nickserv}:defaults still documenting the old nick protection.Sadie Powell
2025-03-14Improve JSON-RPC error messages.Sadie Powell
2025-03-14Warn if enc_bcrypt is the first module and maxpasslen is >72.Sadie Powell
2025-03-13Deduplicate response building code in the jsonrpc module.Sadie Powell
2025-03-13Fix the jsonrpc not having a root element one is not specified.Sadie Powell
2025-03-13Fix the messageUser function in the JavaScript library.Sadie Powell
2025-03-13Document the required RPC modules in the JavaScript library.Sadie Powell
2025-03-13Update the changelogs.Sadie Powell
2025-03-13Add the rpc_message module, remove the notice RPC event.Sadie Powell
2025-03-13Fix sending global messages with the default sender.Sadie Powell
2025-03-13Fix setting keepbackups to 0 in db_flatfile.Sadie Powell
2025-03-13Fix a crash in the ns_sasl module.Sadie Powell
Closes #481.
2025-03-13Fix deleting old db_flatfile database backups.Sadie Powell
2025-03-13Refactor the TIME handler.Sadie Powell
2025-03-13Fix a warning on Clang.Sadie Powell
2025-03-13Add an ALLTIME handler on InspIRCd.Sadie Powell
2025-03-12Refactor and redocument Serialize::Type.Sadie Powell
2025-03-12Add defines for the core serialisation type names.Sadie Powell
2025-03-12Move serialization from Serializable to a Serialize::Type child.Sadie Powell
2025-03-12Const correct Serialize::Type::GetName().Sadie Powell
2025-03-12Fix the id data type in db_flatfile.Sadie Powell
2025-03-12Fix importing some data from 1.8.Sadie Powell
2025-03-12Move serialization data type logic from sql.h to the core.Sadie Powell
2025-03-12Save the databases on SIGUSR1.Sadie Powell
2025-03-10Fix an outdated comment.Sadie Powell
2025-03-10Add an XML-RPC method to rpc_system for debugging RPC responses.Sadie Powell
2025-03-10Add a config option for disabling the i8 XML-RPC extension.Sadie Powell
2025-03-10Add a config option for disabling the nil XML-RPC extension.Sadie Powell
2025-03-10Fix a memory leak in the xmlrpc module.Sadie Powell
2025-03-09Update the changelogs.Sadie Powell
2025-03-09Add a missing override keyword.Sadie Powell
2025-03-09Simplify some weird logic in bs_bot.Sadie Powell
2025-03-09Fix a forward declaration on Clang.Sadie Powell