1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Commit Graph

  • aba75c1f31 Fix an inverted condition in ns_email. Sadie Powell 2025-12-11 10:57:54 +00:00
  • f367820714 Implement better rehash detection support in enc_argon2. Sadie Powell 2025-12-08 11:44:34 +00:00
  • f526932882 Backport CI changes from the 2.1 branch. Sadie Powell 2025-12-03 16:26:32 +00:00
  • db2f7ca192 Merge branch '2.0' into 2.1. Sadie Powell 2025-12-03 16:20:33 +00:00
  • 5a9f581491 Fix chanserv/enforce enforcing against founders. Sadie Powell 2025-12-03 16:11:03 +00:00
  • 6b707049f2 Bump actions/upload-artifact from 4 to 5 dependabot[bot] 2025-12-01 19:31:26 +00:00
  • 3d845097de Bump actions/checkout from 5 to 6 dependabot[bot] 2025-12-01 19:31:23 +00:00
  • f368f5c541 Bump for 2.1.21-git. Sadie Powell 2025-12-01 12:41:21 +00:00
  • 87cf324d13 Release 2.1.20. 2.1.20 Sadie Powell 2025-12-01 12:40:45 +00:00
  • 8b2a29a0b0 Update author list. Sadie Powell 2025-12-01 12:38:47 +00:00
  • bd7f0050d2 Update the change log. Sadie Powell 2025-12-01 12:35:39 +00:00
  • 1eb26e8a38 Write a real version to anoperc. Sadie Powell 2025-11-29 10:43:30 +00:00
  • 52ee467755 Improve the usability of anope-mkpasswd slightly. Sadie Powell 2025-11-25 15:38:20 +00:00
  • d179c0351e Add a script for generating passwords for the config and database. Sadie Powell 2025-11-25 14:26:18 +00:00
  • 6ca027db00 Start work on the change log for the next release. Sadie Powell 2025-11-25 01:53:42 +00:00
  • 08bebeb9f0 Unmark a message with no translatable content as translatable. Sadie Powell 2025-11-25 00:37:29 +00:00
  • 52063fe05f Fix some messages that should use plural forms. Sadie Powell 2025-11-25 00:32:32 +00:00
  • 20a8fcc574 Stop inconsistently apologising in error messages. Sadie Powell 2025-11-25 00:07:08 +00:00
  • e0331dae2a Add the TRY_AGAIN_LATER message for when a command is unavailable. Sadie Powell 2025-11-24 23:56:23 +00:00
  • bee669b42e Sort defs alphabetically and remove obsolete entries. Sadie Powell 2025-11-24 23:34:06 +00:00
  • be965f2618 Rework the module headers to use namespaces and static services. Sadie Powell 2025-11-24 16:47:00 +00:00
  • 62ca6c96eb Move akick from the core to cs_akick. Sadie Powell 2025-11-24 12:36:22 +00:00
  • cadeac2dea Even more build system cleanup. Sadie Powell 2025-11-18 05:04:12 +00:00
  • c5e03de667 Attempt to re-parent objects after reloading. Sadie Powell 2025-11-21 01:19:17 +00:00
  • 6ce719437f Rename an event for consistency. Sadie Powell 2025-11-21 00:52:33 +00:00
  • 88658a12f3 Create and check objects following the type order. Sadie Powell 2025-11-21 00:24:03 +00:00
  • 9256b051fc Delay running the type creation event until after initialisation. Sadie Powell 2025-11-20 23:56:41 +00:00
  • 20ca0c76e0 Store hs_offer data with the correct data type. Sadie Powell 2025-11-20 23:28:12 +00:00
  • 9cc2ea8a56 Don't reload the main database when reloading a module. Sadie Powell 2025-11-20 20:09:09 +00:00
  • e62ca67d2e Initialize the HostOffer type before the HostOffer list. Sadie Powell 2025-11-20 19:14:09 +00:00
  • e4eb3f1cc5 Move the hs_offer list into the module class. Sadie Powell 2025-11-20 15:16:51 +00:00
  • 319a523b4f Add support for loading forbids from a file. Sadie Powell 2025-11-20 15:03:29 +00:00
  • cfe1317b5d Allow forbidding passwords. Sadie Powell 2025-11-20 13:07:13 +00:00
  • 50a2dd227f Upload the installer build artifact when not doing a release. Sadie Powell 2025-11-18 15:57:05 +00:00
  • b33ebc0058 Version the install directory. Sadie Powell 2025-11-18 03:56:23 +00:00
  • 6e151a693a Clean up more obsolete build system cruft. Sadie Powell 2025-11-18 02:42:47 +00:00
  • 838de2f5b8 Kill a bunch of obsolete build system cruft. Sadie Powell 2025-11-18 02:11:20 +00:00
  • 5cc5d0effd Extract build_module from build_modules. Sadie Powell 2025-11-18 01:41:11 +00:00
  • ca27e1e60f Misc fixes to hs_offer. Sadie Powell 2025-11-18 00:38:05 +00:00
  • 73175a0187 Use the name of the language in ns_set_language not the code. Sadie Powell 2025-11-17 23:49:24 +00:00
  • dc32f6945e Improve the help for nickserv/{sa,}set/{language,timezone}. Sadie Powell 2025-11-17 22:55:02 +00:00
  • 0489b47236 Redocument options:defaultlanguage. Sadie Powell 2025-11-17 22:59:20 +00:00
  • 4fbcc7f391 Fix an uninitialized read in hs_offer. Sadie Powell 2025-11-17 22:31:36 +00:00
  • 6e26d96a44 Update the en_US language file. Sadie Powell 2025-11-17 22:18:19 +00:00
  • d3d77c5893 Fix a missing period in hs_offer. Sadie Powell 2025-11-17 22:17:19 +00:00
  • 6c163e53d8 Import a refactored version of hs_offer from the modsite. Sadie Powell 2025-11-17 22:07:12 +00:00
  • 5ae45d96af Allow setting the language and timezone back to the default. Sadie Powell 2025-11-15 16:52:24 +00:00
  • e2af62352d Add a workaround for some broken databases. Sadie Powell 2025-11-15 00:01:52 +00:00
  • c2681733df Merge branch '2.0' into 2.1. Sadie Powell 2025-11-13 13:24:07 +00:00
  • f6c093ae23 Fix not respecting the mode state when removing a mode lock. Sadie Powell 2025-11-13 13:23:05 +00:00
  • 2c3ee456c1 Deduplicate mode locking code, stack more lock messages. Sadie Powell 2025-11-13 12:52:04 +00:00
  • 5e55a223c9 Fix synchronising channels on link. Sadie Powell 2025-11-12 21:57:56 +00:00
  • 0fffae7bb5 Centralise logic for determining if a mode needs a param in cs_mode. Sadie Powell 2025-11-12 21:33:59 +00:00
  • 989a2da73a Fix getting the brief mode lock string. Sadie Powell 2025-11-12 21:33:32 +00:00
  • 213f3dd41b Only require a param in LOCK DEL when deleting a list/status mode. Sadie Powell 2025-11-12 20:46:25 +00:00
  • 1c84a5e3c9 Fix a syntax error in a cs_mode help message. Sadie Powell 2025-11-12 19:52:03 +00:00
  • f721e0974e Update author list. Sadie Powell 2025-11-12 19:43:46 +00:00
  • 7da2364b69 Switch enc_sha1 to use a vendored library. Sadie Powell 2025-11-12 19:29:20 +00:00
  • fa0c6ba821 Consistently use the same header layout on all files. Sadie Powell 2025-11-12 19:20:15 +00:00
  • dee4574ae7 Resynchronise the license file with the latest copy from the FSF. Sadie Powell 2025-11-12 16:59:35 +00:00
  • 61396e8c01 Disable channel suspend expiry by default. Sadie Powell 2025-11-12 13:48:15 +00:00
  • 32e5339b54 Remove an obsolete command from the example config and resort. Sadie Powell 2025-11-12 01:01:38 +00:00
  • c4e0c41f11 Use bool for boolean fields not int. Sadie Powell 2025-11-11 23:50:49 +00:00
  • b2ee8a5b4b Fix a typo in cs_mode. Sadie Powell 2025-11-11 22:26:17 +00:00
  • 4b05ec26b7 Make mlock messages consistent, centralise mode string formatting. Sadie Powell 2025-11-11 21:12:00 +00:00
  • e1fe7e17d3 Add support for the UnrealIRCd flood profile mode. Sadie Powell 2025-11-11 17:49:21 +00:00
  • e6fa71af9d Refactor UnrealIRCd mode protoctl parsing code. Sadie Powell 2025-11-11 17:48:49 +00:00
  • 1ce39c8e76 Add an option to not preserve old data in db_json. Sadie Powell 2025-11-10 17:16:21 +00:00
  • 88785bfdef Sort the core language strings and rename for consistency. Sadie Powell 2025-11-10 13:58:16 +00:00
  • 815df5c292 Remove an InspIRCd mode that hasn't existed since 1.2. Sadie Powell 2025-11-10 13:45:33 +00:00
  • 0016106772 Add an event for password validation, expand obscurity checks. Sadie Powell 2025-11-10 01:33:53 +00:00
  • 253cca7b3b Fix some time-related language strings. Sadie Powell 2025-11-10 00:59:46 +00:00
  • 71c3d7608a Merge branch '2.0' into 2.1. Sadie Powell 2025-11-09 16:38:38 +00:00
  • f4c565aa08 Fix reading the settings in m_dns. Sadie Powell 2025-11-09 15:56:30 +00:00
  • 8843e89e9f Fix some missing documentation. Sadie Powell 2025-11-09 12:35:25 +00:00
  • 8562445038 Fix double lookups on accounts when authenticating. Sadie Powell 2025-11-09 11:38:51 +00:00
  • fb1014a53c Cache the NickCore in rpc_user. Sadie Powell 2025-11-08 18:04:16 +00:00
  • 0ea89852d0 Fix an inverted condition in rpc_user. Sadie Powell 2025-11-08 18:02:04 +00:00
  • 5a56f95b35 Allow only showing accounts in nickserv/list. Sadie Powell 2025-11-08 15:15:51 +00:00
  • ebab5b4f1d Bring ns_list into the 21st century. Sadie Powell 2025-11-08 15:07:35 +00:00
  • 8a8cee4061 Add a method for consistently updating the NickAlias seen data. Sadie Powell 2025-11-02 17:23:57 +00:00
  • 1d59b05e29 Fix a typo in the OnNickRegister documentation comment. Sadie Powell 2025-11-02 16:43:17 +00:00
  • 002128217c Bump for 2.1.20-git. Sadie Powell 2025-11-01 02:32:50 +00:00
  • 0bb51f6551 Release 2.1.19. 2.1.19 Sadie Powell 2025-11-01 02:32:32 +00:00
  • 28ce7bccb6 Update the change log. Sadie Powell 2025-11-01 02:23:09 +00:00
  • a70ef47359 Numerics should always be unsigned. Sadie Powell 2025-10-29 13:14:35 +00:00
  • 90ac540960 Force CMake to recheck for new modules when building. Sadie Powell 2025-10-24 10:26:14 +01:00
  • 909a77efb9 Remove unnecessary return statements at the end of blocks. Sadie Powell 2025-10-24 10:22:29 +01:00
  • 59c8867e64 Remove some dead code from the inspircd protocol module. Sadie Powell 2025-10-23 18:50:42 +01:00
  • 08d47a5dad Drop support for InspIRCd v3. Sadie Powell 2025-10-23 13:52:07 +01:00
  • 41403c7e36 Update the Turkish translation. Sadie Powell 2025-10-21 11:45:12 +01:00
  • b8ef28509c Update account display format in ns_info. TehPeGaSuS 2025-10-21 11:56:19 +02:00
  • cf6e56130a Improve some confirmation messages sent by NickServ. Sadie Powell 2025-10-18 14:43:38 +01:00
  • a3f6ffd2c7 Enable TAGMSG on Solanum. Sadie Powell 2025-10-18 11:44:16 +01:00
  • b9554f8539 Add an IRCv3 time tag to entry messages. Sadie Powell 2025-10-18 00:38:25 +01:00
  • 84dc0f3cc8 Error out if a user tries to use an undefined variable. Sadie Powell 2025-10-16 14:49:04 +01:00
  • 75f764e353 The Debian language advice now works for Ubuntu. Sadie Powell 2025-10-12 21:41:42 +01:00
  • 302c4f334e Add support for S2S tags on Solanum. Sadie Powell 2025-10-10 22:27:26 +01:00
  • 5148b349b7 Fix some obsolete strings in the Romanian translation. Sadie Powell 2025-10-09 17:17:38 +01:00
  • bbe31a6a38 Add a Romanian translation. KidProtect 2025-10-09 17:09:27 +01:00