summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-04-15Add / to the default vhost chars.Sadie Powell
2025-04-15Allow unbanning virtual modes, add the !unmute fantasy command.Sadie Powell
2025-04-15Fix a typo in cs_unban.Sadie Powell
2025-04-15Allow clearing other list modes using ClearBans.Sadie Powell
2025-04-15Sync the GitHub templates with the ones InspIRCd uses.Sadie Powell
2025-04-15Use Anope::Template in db_json.Sadie Powell
2025-04-15Add support for monthly backups to db_json.Sadie Powell
2025-04-15Merge branch '2.0' into 2.1.Sadie Powell
2025-04-15Ask people to file PRs on GitHub as well as emailing team@.Sadie Powell
2025-04-14Update the change logs.Sadie Powell
2025-04-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-04-14Purge the seen database after 90 days.Sadie Powell