summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-05-04Request SJSBY from UnrealIRCd.Sadie Powell
We don't send this yet because its not ergonomic to do so with the current API. Bleh.
2025-05-04Enable hidenetsplitquit by default.Sadie Powell
2025-05-03Fix a missing override keyword.Sadie Powell
2025-05-03Store the setter and ts for all modes and try to restore them.Sadie Powell
This is mostly for preserving channel list mode info.
2025-05-03Remove the unused template overload of SendMode.Sadie Powell
2025-05-03Always use SVSLOGIN on UnrealIRCd.Sadie Powell
2025-05-03Drop support for Bahamut as it has no non-DALnet users.Sadie Powell
Closes #438.
2025-05-03Bump the minimum version of ircd-hybrid to 8.2.34.Sadie Powell
This is 5 years old and allows us to remove the SVSACCOUNT hack.
2025-05-03Don't send join numerics to our own clients.Sadie Powell
2025-05-02Remove the inconsistently used [auto memo] prefix from some memos.Sadie Powell
2025-05-02Remove an obsolete comment about Windows.Sadie Powell
2025-05-02Add a note to LANGUAGE about control characters in messages.Sadie Powell
2025-05-02Remove double spacing after a full stop in help messages.Sadie Powell
This hasn't been considered a best practice since the age of the typewriter. https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
2025-05-02Fix some typos in the change log.Sadie Powell
2025-05-02Bump for 2.1.15-git.Sadie Powell
2025-05-02Release 2.1.14.Sadie Powell
2025-05-02Update the change logs.Sadie Powell
2025-04-27Deduplicate code in cs_access.Sadie Powell
2025-04-27Show the reason why a config file failed to open.Sadie Powell
2025-04-27Fix broken handling of colour codes in LineWrapper.Sadie Powell
Closes #504.
2025-04-25Allow disabling the timestamp in os_news messages.Sadie Powell
2025-04-24Fix a typo in ns_alist.Sadie Powell
2025-04-24Fix skipping lone $ values within config values.Sadie Powell
2025-04-24Add support for hashing operator passwords in the config.Sadie Powell
Closes #327.
2025-04-24Remove some double lookups in User::BadPassword.Sadie Powell
2025-04-23Update the change logs.Sadie Powell
2025-04-23Fix a minor regression in serialising channel data.Sadie Powell
2025-04-23Respect NEVEROP in chanserv/set/{founder,successor}.Sadie Powell
2025-04-23When deleting a single list item show the deleted item not a count.Sadie Powell
Closes #487.
2025-04-23Show all privileges in nickserv/alist.Sadie Powell
Closes #502.
2025-04-22Allow users to unmark themselves as a channel successor.Sadie Powell
Closes #501.
2025-04-22Remove hardcoded command names from most messages.Sadie Powell
2025-04-22Replace hard linebreaks in RPC and webcpanel messages.Sadie Powell