summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-04-22Fix splitting in the middle of some command names.Sadie Powell
2025-04-19Remove time from the name of some variables where its obvious.Sadie Powell
2025-04-19Add the anope.account and anope.listAccounts RPC events.Sadie Powell
2025-04-19Fix various typos in the rpc_data docs.Sadie Powell
2025-04-19Document the rpc_data result better.Sadie Powell
2025-04-19Allow syntax messages to take a predicate.Sadie Powell
2025-04-19Add expanded data to the rpc_data list events.Sadie Powell
2025-04-19Get rid of the internal block wrapper.Sadie Powell
This only existed for compatibility with old 2.0 modules and 2.1 has already broken compatibility with them.
2025-04-19Add support for local password comparison in sql_authentication.Sadie Powell
2025-04-18Use windows-2025 for the Windows CI.Sadie Powell
[skip alpine ci] [skip ubuntu ci]
2025-04-16Use a duration string when telling people to wait before emailing.Sadie Powell
2025-04-16Use duration strings when reporting the expiry period.Sadie Powell
2025-04-16Update the change logs.Sadie Powell
2025-04-16Fix some text strings that should be marked as translatable.Sadie Powell
2025-04-16Rename TextSplitter to LineWrapper.Sadie Powell
2025-04-16Automatically wrap the help output.Sadie Powell
2025-04-16Fix a compiler warning on Clang.Sadie Powell
2025-04-16Reduce the maximum line length from 120 to 100.Sadie Powell
This should fit on user screens a bit better.
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-04-15Automatically line wrap messages sent by services.Sadie Powell
2025-04-15Show the protection time in the INFO output.Sadie Powell