1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 15:24:46 +02:00

Commit Graph

  • 17cd10ef21 Fix a crashed caused by invalidation of an iterator in os_mode. 2.1 Sadie Powell 2026-06-12 10:47:58 +01:00
  • ca8fcbe119 Allow protocol modules to apply tags to sent messages. Sadie Powell 2026-06-10 09:05:14 +01:00
  • b9d0762f2b Add a function for building an ISO 8601 timestamp. Sadie Powell 2026-06-10 09:01:55 +01:00
  • 4878b1787e Only send tags on InspIRCd when we are done syncing. Sadie Powell 2026-06-09 23:29:35 +01:00
  • 0163d92b1d Fix showing tags in the protocoldebug output for sent messages. Sadie Powell 2026-06-09 23:23:18 +01:00
  • a861a059f6 Fix the config parser using int for values that can not be negative. Sadie Powell 2026-06-08 15:41:00 +01:00
  • 90da25f84f Add Block::GetBlocks which returns an iterable list of blocks. Sadie Powell 2026-06-08 15:19:47 +01:00
  • ab362c9828 Pascalize some typedefs in Configuration::Block. Sadie Powell 2026-06-08 14:17:30 +01:00
  • d1f6da1817 Allow specifying the order of ns_set_misc entries. Kufat 2026-06-08 04:36:18 -04:00
  • 9280d90aba Make it clear that the hmac-* algos can't be used in the config. Sadie Powell 2026-06-08 09:09:19 +01:00
  • c71f69208d Add various config options to the argon2 algo in anope-mkpasswd. Sadie Powell 2026-06-08 09:08:19 +01:00
  • d0080b85a7 Fix a typo in the default Argon2 priority in the example config. Sadie Powell 2026-06-08 09:07:16 +01:00
  • 745e94783d Respect BCRYPT_ROUNDS from the environment in anope-mkpasswd. Sadie Powell 2026-06-08 08:58:15 +01:00
  • c32be6a711 Fix a missing colon when REPRODUCIBLE_BUILD is defined. Sadie Powell 2026-06-08 08:54:46 +01:00
  • 9dd3acfc87 Append EXTRA_CONFIG_ARGS to CMake command Kufat 2026-06-04 21:29:05 -04:00
  • 15f5be76b9 Bump for 2.0.21-git. 2.0 Sadie Powell 2026-05-26 18:00:37 +01:00
  • 12f1ebee1c Release 2.0.20. 2.0.20 Sadie Powell 2026-05-26 17:58:15 +01:00
  • 82b6da3763 Merge branch '2.0' into 2.1. Sadie Powell 2026-05-26 10:48:07 +01:00
  • 8e691eac80 Update the change log. Sadie Powell 2026-05-26 10:44:44 +01:00
  • 2327c6ac9a Fix an escaped value that wasn't escaped enough in chanstats. Sadie Powell 2026-05-26 10:36:50 +01:00
  • e23ea8f8ea Escape user-provided values in ldap_authentication and ldap_oper. Sadie Powell 2026-05-26 09:30:15 +01:00
  • 449cfa6503 Add EscapeDN and EscapeSF to the LDAP API. Sadie Powell 2026-05-26 09:29:57 +01:00
  • 59c60849b6 Remove hard coded references to default access levels. Sadie Powell 2026-05-21 11:43:30 +01:00
  • 6d2c4fb612 Merge branch '2.0' into 2.1. Sadie Powell 2026-05-20 22:14:37 +01:00
  • 01fc7421b6 Backport the pull request checks from 2.0. Sadie Powell 2026-05-20 22:13:38 +01:00
  • 3a59a81aa4 Update the Portuguese translation. TehPeGaSuS 2026-05-20 21:57:10 +02:00
  • c24de0ca8f Fix update.sh on recent gettext. Sadie Powell 2026-05-20 17:42:17 +01:00
  • 18555638c9 Update the Romanian translation. KidProtect 2026-05-20 09:59:48 +01:00
  • d5a653fe94 Make it clearer how to enable localisation. Sadie Powell 2026-05-19 16:14:14 +01:00
  • ad3be96283 Increase {nickserv}:regdelay to 15 minutes, add {ns_group}:delay. Sadie Powell 2026-05-17 16:06:42 +01:00
  • d689c0686d Update the Conan dependencies. Sadie Powell 2026-05-16 20:57:05 +01:00
  • 4ca2952069 Update the change log. Sadie Powell 2026-05-16 12:24:28 +01:00
  • caf904c938 Fix updating the access description in cs_flags. Sadie Powell 2026-05-16 11:23:25 +01:00
  • 8930cc2a92 Avoid potential crashes from calling strftime on a weird value. Sadie Powell 2026-05-15 19:51:57 +01:00
  • 47b927d788 Fix a crash from an uninitialised field in migrated flags. Sadie Powell 2026-05-15 19:45:28 +01:00
  • 647a07ff96 Fix an crash when a user migrates their own access. Sadie Powell 2026-05-15 15:54:57 +01:00
  • a856e80b1e Move migration messages to cs_flags, split non-migratable and non-migrated. Sadie Powell 2026-05-15 09:03:39 +01:00
  • 55746e1098 Fix users getting extra privileges when migrating to flags. Sadie Powell 2026-05-15 08:41:25 +01:00
  • e0da3bae18 Fix confirming accounts when admin-only confirmation is enabled. Sadie Powell 2026-05-14 09:45:59 +01:00
  • c1cf7b0bcc Fix checking if an access entry has a flag when migrating. Sadie Powell 2026-05-13 23:40:09 +01:00
  • 1cf64a49c0 Fix the unique runtime library names on Windows. Sadie Powell 2026-05-12 14:20:21 +01:00
  • 92ed0071d7 Make the runtime copy error more verbose. Sadie Powell 2026-05-12 14:10:04 +01:00
  • 9469cb8b0e Merge branch '2.0' into 2.1 Sadie Powell 2026-05-12 13:53:36 +01:00
  • e0b715b185 Sync the CI scripts. Sadie Powell 2026-05-11 13:13:25 +01:00
  • e6d7306202 Backport the mailmap changes from 2.1. Sadie Powell 2026-05-12 11:26:06 +01:00
  • 2107d18d9e Remove suggestion to email language file updates to team@. Sadie Powell 2026-05-11 12:59:30 +01:00
  • acb9428635 Backport the locales-all advice from 2.1. Sadie Powell 2026-05-11 12:58:47 +01:00
  • d942da1df5 Update author list. Sadie Powell 2026-05-06 12:01:57 +01:00
  • a961259556 Merge branch '2.0' into 2.1. Sadie Powell 2026-05-06 12:00:21 +01:00
  • 27a19dcc52 Update the mailmap. Sadie Powell 2026-05-06 11:58:02 +01:00
  • e45814bfd6 Deduplicate the timer constructors with delegation. Sadie Powell 2026-05-02 15:38:09 +01:00
  • f12b590a6d Change Timer::Tick to return bool, get rid of the repeating field. Sadie Powell 2026-05-02 14:34:17 +01:00
  • c0bafe10b4 Avoid double deleting the ban timer in cs_ban. Sadie Powell 2026-05-02 10:54:18 +01:00
  • 5f40d0d6bb Bump negrutiu/nsis-install from 2 to 3 dependabot[bot] 2026-05-01 19:37:17 +00:00
  • 6b416cc64d Bump for 2.1.25-git. Sadie Powell 2026-05-01 12:39:06 +01:00
  • 331c33c350 Release 2.1.24. 2.1.24 Sadie Powell 2026-05-01 12:38:33 +01:00
  • 10eef1af23 Update the change log. Sadie Powell 2026-05-01 12:38:18 +01:00
  • 90ff716ed3 Remove using statements that break unity builds. Sadie Powell 2026-04-30 13:34:50 +01:00
  • f67c70e485 Get rid of the using statement for Configuration::Uplink. Sadie Powell 2026-04-30 13:23:06 +01:00
  • fd5e10c54c Fix an inverted default for should_commit. Sadie Powell 2026-04-27 20:10:53 +01:00
  • 029565c894 Convert some messages in cs_enforce to use format strings. Sadie Powell 2026-04-26 18:26:23 +01:00
  • 9b8862826c Sort the files before running xgettext so we get consistent output. Sadie Powell 2026-04-26 18:24:19 +01:00
  • e2dc77641a Add some helper methods to CommandSource for translation. Sadie Powell 2026-04-26 18:07:56 +01:00
  • 7eb710a009 Update the change log. Sadie Powell 2026-04-26 12:57:03 +01:00
  • b33b5a6630 Use versioned prefixes for the SQL database tables. Sadie Powell 2026-04-26 12:49:54 +01:00
  • f4d5b1f01d Clean up the Config script a bit. Sadie Powell 2026-04-26 12:45:57 +01:00
  • b61daf81b0 Allow as many dashes as provided on Config options. Sadie Powell 2026-04-23 19:23:12 +01:00
  • da3f667188 Update the change log. Sadie Powell 2026-04-23 19:08:35 +01:00
  • 040cd99027 Add more debug logging to db_json. Sadie Powell 2026-04-23 18:20:24 +01:00
  • 6c7977f239 Remove duplicate objects from corrupt databases on database write. Sadie Powell 2026-04-23 18:13:20 +01:00
  • 9b8570a2ee Banish Redis support to the shadow realm. Sadie Powell 2026-04-23 17:02:55 +01:00
  • 64f386e29e Skip deserialising the old cert column when its empty. Sadie Powell 2026-04-23 13:44:45 +01:00
  • 9434be29bc Delete the cert object after removing it from the cert list. Sadie Powell 2026-04-23 13:41:11 +01:00
  • 9aff71fb2f Merge branch '2.0' into 2.1. Sadie Powell 2026-04-16 11:53:22 +01:00
  • ba26d9a15c Add a missing FNAME handler on InspIRCd 3+. Sadie Powell 2026-04-16 11:49:45 +01:00
  • 22dc33de9f Add support for the ratified channel-context tag. Sadie Powell 2026-04-09 12:01:16 +01:00
  • 11d6f58a1a Bump microsoft/setup-msbuild from 2 to 3 dependabot[bot] 2026-04-01 20:56:29 +00:00
  • f32d6453f5 Bump for 2.1.24-git. Sadie Powell 2026-04-01 10:58:23 +01:00
  • 1606bb01a3 Release 2.1.23. 2.1.23 Sadie Powell 2026-04-01 10:57:58 +01:00
  • 3d86c82ac5 Update the change log. Sadie Powell 2026-03-30 12:50:17 +01:00
  • a858a1e0a0 Fix the missing AUTOLOGIN extension. Sadie Powell 2026-03-30 17:42:12 +01:00
  • eaa24d3b0a Fix the location of &* on types. Sadie Powell 2026-03-26 16:01:05 +00:00
  • 5355b53008 Remove the remaining istream use in Data. Sadie Powell 2026-03-26 15:48:52 +00:00
  • 85a32077b5 Add Data::Load, make the istream operator private. Sadie Powell 2026-03-26 14:26:11 +00:00
  • 5006993d0a Make the hops parameter to Server optional. Sadie Powell 2026-03-26 12:25:09 +00:00
  • 1b2b4386c1 Use ProtocolException instead of setting Quitting manually. Sadie Powell 2026-03-26 12:06:25 +00:00
  • b199d74088 Fix the message counts in RPL_STATSLINKINFO. Sadie Powell 2026-03-26 11:54:23 +00:00
  • 7e2ef3774b Move NET_BUFSIZE to socket_transport. Sadie Powell 2026-03-24 20:18:15 +00:00
  • e002f39509 Abolish the few remaining uses of BUFSIZE. Sadie Powell 2026-03-23 02:14:51 +00:00
  • d3395a5d39 Include the file name in the translation files. Sadie Powell 2026-03-18 23:58:56 +00:00
  • 1deff337fe Skip the run and vendor directory when updating the translations. Sadie Powell 2026-03-18 23:22:33 +00:00
  • adf457ffb2 Update the Romanian translation. KidProtect 2026-03-18 20:27:11 +00:00
  • 550adc13f3 Update the Portuguese translation. TehPeGaSuS 2026-03-18 21:26:04 +01:00
  • 04bdcb8ce6 Update the en_US language file. Sadie Powell 2026-03-17 00:50:26 +00:00
  • 0a99866e5b Add more examples to the BotServ modules. Sadie Powell 2026-03-17 00:47:13 +00:00
  • c22f7a9038 Add examples to the greet module and improve the help output. Sadie Powell 2026-03-17 00:45:10 +00:00
  • 074ad6556c Allow migrating access entries to the flags access system. Sadie Powell 2026-03-16 19:06:37 +00:00
  • a657cb5edf Move access entries for other access systems under an ALL option. Sadie Powell 2026-03-16 19:05:14 +00:00
  • 63032dc8d9 Fix translating the help output when the flexible layout is used. Sadie Powell 2026-03-16 18:19:48 +00:00
  • 404f55502e Finish the Portuguese (Portugal) translation. TehPeGaSuS 2026-03-16 18:52:32 +01:00