summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-12Merge various email modules into one module.Sadie Powell
In the future this will become the basis of the email contact module and will encapsulate everything relating to email but for now its mostly kept as-is.
2025-05-11Also require services operators to confirm their email addresses.Sadie Powell
Closes #468.
2025-05-11Remove first_commit which snuck into an earlier commit.Sadie Powell
2025-05-11Be more specific in the generator field in db_json.Sadie Powell
2025-05-11Prefix the special db_json columns with an @.Sadie Powell
2025-05-11Fix loading databases in db_json.Sadie Powell
2025-05-11Enable db_json by default.Sadie Powell
2025-05-11Consistently use yes/no instead of true/false in the configs.Sadie Powell
2025-05-11Redocument db_sql(_live) in the example configs.Sadie Powell
2025-05-10Refactor Anope::strftime.Sadie Powell
2025-05-10Use UTC in timestamps shown to users.Sadie Powell
2025-05-10Remove an outdated comment in the memoserv example config.Sadie Powell
2025-05-10Consistently use realname instead of gecos.Sadie Powell
2025-05-10Add defaults for service:{user,host,gecos}.Sadie Powell
2025-05-10Fix some remaining uses of vHost in the configs.Sadie Powell
2025-05-10Add a note to irc2sql about using rpc_data instead.Sadie Powell
2025-05-10Remove some duplicate chanstats settings.Sadie Powell
2025-05-10Always use the same stats object when deserialising stats.Sadie Powell
Closes #509.
2025-05-10Use more appropriate types for MaxUserCount and OperCount.Sadie Powell
2025-05-10There's no need to count the servers in os_stats.Sadie Powell
2025-05-10Try to ensure we only have use Stats instance.Sadie Powell
This probably only happens when a user has a broken database but its best to be more robust.
2025-05-09Build buffers a bit smarter in cs_access/cs_xop/help.Sadie Powell
2025-05-09Add an accessor to Serialize::Reference and deduplicate code.Sadie Powell
2025-05-09Allow using an account identifier in the anope.account RPC method.Sadie Powell
2025-05-09Be more explicit about what versions compatibility code is for.Sadie Powell
2025-05-09Revert "Force the MySQL module to use UTC for connections".Sadie Powell
This results in a deadlock. We have other ways for dealing with this problem anyway. Closes #506.
2025-05-09Fix some forward declarations in the httpd header.Sadie Powell
2025-05-09Store user away state and add it to the anope.user RPC event.Sadie Powell
2025-05-09Add TLS usage to the anope.user RPC event.Sadie Powell
2025-05-09Move HTTP types to the HTTP namespace.Sadie Powell
2025-05-09Stringify all parameters in the example RPC clients.Sadie Powell
2025-05-08Merge branch '2.0' into 2.1.Sadie Powell
2025-05-08Change Command::Run to return true on success.Sadie Powell
2025-05-08Bump for 2.0.19-git.Sadie Powell
2025-05-08Release 2.0.18.Sadie Powell
2025-05-08Update the change log.Sadie Powell
2025-05-08Fix being able to group guest nicknames.Sadie Powell
This does not affect 2.1 because grouped nicknames work differently on that branch. Reported by @ValwareIRC.
2025-05-06Fix French translation of "last used"Val Lorentz
2025-05-05Remove rpc_main.Sadie Powell
2025-05-05Optimise the maths for the jsonrpc oversize integer workaround.Sadie Powell
2025-05-05Add a workaround for JavaScript truncating integers in RPC.Sadie Powell
2025-05-05Add an example Ruby JSON-RPC client.Sadie Powell
2025-05-05Fix various documentation errors in the JavaScript JSON-RPC client.Sadie Powell
2025-05-04Document the existence of the example JSON-RPC client.Sadie Powell
2025-05-04Fix HTTP headers to be case insensitive as required by the spec.Sadie Powell
2025-05-04Also allow hashed RPC tokens in the config file.Sadie Powell
2025-05-04Add support for bearer tokens for authorising with RPC.Sadie Powell
2025-05-04Send list mode changes with BMASK or EBMASK on Solanum.Sadie Powell
2025-05-04Request EBMASK on Solanum.Sadie Powell
TODO: also send this.
2025-05-04Zero-initialize a variable in BuildModeChange.Sadie Powell