1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 09:16:37 +02:00

Commit Graph

  • 88ac47e217 The sender can be null in OnBotUnAssign. Sadie Powell 2024-06-10 12:51:56 +01:00
  • 8a1bffba9b Fix a crash in ns_cert. Sadie Powell 2024-06-10 11:15:30 +01:00
  • 01eef7a392 Rename example.chk to cron.example.sh. TehPeGaSuS 2024-06-08 00:23:44 +02:00
  • 67b76fadca Fix a memory leak in os_akill and os_sxline. Sadie Powell 2024-06-07 22:36:52 +01:00
  • 7861712437 Add nullability attributes to the module events. Sadie Powell 2024-06-07 22:10:42 +01:00
  • ccc088d946 Log a user out fully when their nick gets suspended. Sadie Powell 2024-06-04 22:39:41 +01:00
  • 4468fe77fa Fix an inverted if in the global odule. Sadie Powell 2024-06-03 20:02:03 +01:00
  • e71a9e2894 Avoid NickAlias lookups by storing a pointer in the NickCore. Sadie Powell 2024-06-03 15:51:29 +01:00
  • f80bdf06ba Fix a null pointer dereference in the sasl module. Sadie Powell 2024-06-03 14:39:08 +01:00
  • 2d6033c73f Bump for 2.1.7-git. Sadie Powell 2024-06-01 09:44:43 +01:00
  • 756dc49813 Release 2.1.6. 2.1.6 Sadie Powell 2024-06-01 09:43:36 +01:00
  • aa92559aa0 Document the previous commit. Sadie Powell 2024-06-01 09:43:20 +01:00
  • eb12a89b8e Fix creating the runtime directory on Windows. Sadie Powell 2024-05-28 01:07:27 +01:00
  • d4a34308e5 Update the change logs. Sadie Powell 2024-05-23 16:02:54 +01:00
  • aab3a8e5b6 Clarify that one non-deprecated protocol module must be loaded. Sadie Powell 2024-05-23 15:40:56 +01:00
  • c72e12d0a6 Fix setting the history mode on UnrealIRCd. Sadie Powell 2024-05-22 15:08:13 +01:00
  • bce0d629fd Fix another iterator invalidation issue. Sadie Powell 2024-05-22 14:30:18 +01:00
  • 7d0dacc86c Change --modulesdir to be singular like the other config options. Sadie Powell 2024-05-22 10:30:03 +01:00
  • 729aa4ab4a Fix parsing the flood mode on UnrealIRCd. Sadie Powell 2024-05-18 18:36:17 +01:00
  • 18e9e12261 Fix an iterator invalidation issue in cs_set and ns_set. Sadie Powell 2024-05-18 16:35:14 +01:00
  • 9d68b29c9e Initial Portuguese retranslation. TehPeGaSuS 2024-05-17 18:24:24 +02:00
  • a4792412ba Merge branch '2.0' into 2.1. Sadie Powell 2024-05-16 18:00:13 +01:00
  • 8bb83f6b1a Explicitly specify ROW_FORMAT=DYNAMIC when creating tables. Sadie Powell 2024-05-16 17:13:47 +01:00
  • da99a53dfa Don't specify a width for DT_INT columns. Sadie Powell 2024-05-16 17:12:50 +01:00
  • a9e9ac32a0 Store boolean extension items as DT_INT. Sadie Powell 2024-05-16 17:11:22 +01:00
  • 05e6df23a2 Mark boolean columns as DT_INT in bs_kick. Sadie Powell 2024-05-16 16:50:41 +01:00
  • 3f9fc23270 Remove some unnecessary advice. Sadie Powell 2024-05-11 18:08:57 +01:00
  • cb21c7c1fa Fix some untranslated strings in the Turkish translation. Sadie Powell 2024-05-11 18:35:17 +01:00
  • 4008e64f26 Store when the account name was registered in the NickCore. Sadie Powell 2024-05-11 17:33:42 +01:00
  • 1cf5918574 Merge branch '2.0' into 2.1. Sadie Powell 2024-05-11 14:17:10 +01:00
  • afe87bf693 Ensure we are connected to MySQL before trying to escape data. Sadie Powell 2024-05-11 11:36:29 +01:00
  • ff1c5adb8b Always use server-side topic and mode locks where available. Sadie Powell 2024-05-10 19:03:50 +01:00
  • c36030c826 Remove CanSVSLogout and implement logout support on Plexus. Sadie Powell 2024-05-09 18:53:43 +01:00
  • 33a02b1223 Require a reason when throwing an exception. Sadie Powell 2024-05-09 18:34:32 +01:00
  • 68f4556609 Store an IP in CommandSource for IRC messages too. Sadie Powell 2024-05-06 17:08:37 +01:00
  • 23db58a303 Change badpasslimit from int to unsigned int. Sadie Powell 2024-05-06 16:42:13 +01:00
  • ee69dc3105 Fix parsing backup client certificate fingerprints on InspIRCd. Sadie Powell 2024-05-01 21:21:19 +01:00
  • e9243c3fde Add the ReplaceCert method to CertService. Sadie Powell 2024-05-01 21:20:31 +01:00
  • 4cfee23303 Simplify InspIRCd user metadata handler slightly. Sadie Powell 2024-05-01 20:20:47 +01:00
  • be3822523b Automatically add client certificates to the cert list on register. Sadie Powell 2024-05-01 17:18:22 +01:00
  • 111f81aa95 Bump microsoft/setup-msbuild from 1.3 to 2 dependabot[bot] 2024-05-01 16:01:42 +00:00
  • f12e1ad222 Bump for 2.1.6-git. Sadie Powell 2024-05-01 14:36:52 +01:00
  • 72318a6bf0 Release 2.1.5. 2.1.5 Sadie Powell 2024-05-01 14:16:09 +01:00
  • 2f77cb38e2 Update the changelogs. Sadie Powell 2024-05-01 14:15:17 +01:00
  • 84ca4c0d27 Update the inspircd module for recent 1206 protocol changes. Sadie Powell 2024-05-01 14:01:12 +01:00
  • 1f9a197b18 Merge branch '2.0' into 2.1. Sadie Powell 2024-04-29 08:36:23 +01:00
  • 0c5bf51378 Skip serializing data without a type in db_flatfile. Sadie Powell 2024-04-29 08:16:45 +01:00
  • 1647968c50 Fix message truncation in global/global and global/server. Sadie Powell 2024-04-28 08:52:16 +01:00
  • 5473311bd7 Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl. Sadie Powell 2024-04-15 21:07:52 +01:00
  • f3ebb67469 Make SendChannel abstract. Sadie Powell 2024-04-15 21:00:10 +01:00
  • 0d149ce195 Install a systemd service file on Linux. Sadie Powell 2024-03-04 15:27:26 +00:00
  • d68ba1b570 Implement support for BIGLINES on UnrealIRCd. Sadie Powell 2024-04-15 20:05:43 +01:00
  • 1877833e73 Bump Bahamut support to require 2.0 or newer. Sadie Powell 2024-04-15 18:29:36 +01:00
  • 63c3710785 Fix some missing translations in the tr_TR translation. Sadie Powell 2024-04-15 15:32:19 +01:00
  • 0043d137e5 Update the Turkish translation for the changes in 2.1.4. Sadie Powell 2024-04-15 15:26:55 +01:00
  • 3e5d3c5bdc Avoid packaging unnecessary .lib files on Windows. Sadie Powell 2024-04-15 12:35:36 +01:00
  • 62deedfa75 Automatically upload the Windows package on release. Sadie Powell 2024-04-15 10:58:33 +01:00
  • 44af4eac6b Update the Windows CI to the latest Conan. Sadie Powell 2024-04-15 11:11:16 +01:00
  • 5fdc637327 Expand relative paths when installing. Sadie Powell 2024-04-14 11:54:18 +01:00
  • 7c93007aa6 Avoid duplicate entries in ReplaceCert. Sadie Powell 2024-04-13 12:17:29 +01:00
  • e8fee93a7e Fix a typo in the example configs. Robert Scheck 2024-04-14 10:21:50 +02:00
  • 260539e987 Add more documentation for overriding confirmation codes. Sadie Powell 2024-04-07 15:52:24 +01:00
  • 4603cd467b Add an operator privilege to allow overriding drop codes. Sadie Powell 2024-04-05 14:06:24 +01:00
  • 00549bc9b2 Merge branch '2.0' into 2.1. Sadie Powell 2024-04-04 19:59:19 +01:00
  • e0a6f7456b Fix extracting timestamps from UnrealIRCd MODE messages. Sadie Powell 2024-04-04 19:46:51 +01:00
  • 5a54b37aeb Remove the g prefix from git hashes. Sadie Powell 2024-04-04 14:14:40 +01:00
  • 2e43665266 Log the services directory when chdiring to it. Sadie Powell 2024-04-04 14:02:57 +01:00
  • 8b4cd65e2a Fix erroring out when sendmailpath is empty. Sadie Powell 2024-04-02 16:50:52 +01:00
  • c08aaa86d1 Sync the build system directory names with the core. Sadie Powell 2024-04-02 16:50:24 +01:00
  • 87a8af0ad7 Use the paths from the build system instead of hardcoding them. Sadie Powell 2024-04-02 16:41:26 +01:00
  • 4691dfa3f0 Bump for 2.1.5-git. Sadie Powell 2024-04-01 11:26:07 +01:00
  • 507eefc820 Release 2.1.4. 2.1.4 Sadie Powell 2024-04-01 11:24:48 +01:00
  • 72af764861 Fix some typos in the changelog. Sadie Powell 2024-03-31 15:21:18 +01:00
  • 1b631e96bd Add a default value for sendmailpath. Sadie Powell 2024-03-31 15:17:03 +01:00
  • 3b4a4da52d Update the changelogs. Sadie Powell 2024-03-29 14:24:17 +00:00
  • 2e59aac025 Fix the default value of accessmax in cs_access. Sadie Powell 2024-03-29 14:21:51 +00:00
  • 3de6da80c6 Alias ACCESS to ALIST now the former is unused. Sadie Powell 2024-03-27 23:32:16 +00:00
  • 2829c83118 Add more nick options to webcpanel's nickserv/info page. Sadie Powell 2024-03-26 14:27:52 +00:00
  • f58012ea0e Remove some leftover references to nickserv/access. Sadie Powell 2024-03-26 13:40:53 +00:00
  • f8605ec188 Allow specifying the webcpanel template directory directly. Sadie Powell 2024-03-26 12:56:11 +00:00
  • 5a12beff15 Fix some spelling issues in the webcpanel that were missed earlier. Sadie Powell 2024-03-26 12:33:59 +00:00
  • 6b1f8de885 Use consistent headers and footers on all webcpanel templates. Sadie Powell 2024-03-26 11:32:41 +00:00
  • 33be5de66e Flatten the webcpanel hierarchy slightly. Sadie Powell 2024-03-26 11:22:43 +00:00
  • 4399eeaa58 Add the --nopid option to disable writing a pidfile. Sadie Powell 2024-03-20 21:34:28 +00:00
  • 38cfb0603a Fix deleting pidfiles. Sadie Powell 2024-03-20 21:34:18 +00:00
  • 1a3844e74e Fix the Windows build. Sadie Powell 2024-03-19 15:58:41 +00:00
  • bfed2e1bf5 Use paths relative to data/conf in the config file. Sadie Powell 2024-03-19 15:39:41 +00:00
  • e488f294a1 Put the webcpanel directory in the data directory not a subdir. Sadie Powell 2024-03-19 15:19:15 +00:00
  • fde3438ef2 Allow using absolute paths in more places. Sadie Powell 2024-03-19 15:10:25 +00:00
  • 1575dea5b9 Redocument deprecated encryption modules. Sadie Powell 2024-03-19 12:40:01 +00:00
  • a1972ba9b6 Prevent using enc_posix as a primary encryption module. Sadie Powell 2024-03-19 11:54:39 +00:00
  • 5a72d8783e Add verify-only support for POSIX crypt() hashes from Atheme. Sadie Powell 2024-03-18 22:07:31 +00:00
  • e6770bc2fd Fix an off by one error in enc_sha2. Sadie Powell 2024-03-18 22:04:57 +00:00
  • 413fed474e Fix unnecessary uses of std::string. Sadie Powell 2024-03-18 12:42:41 +00:00
  • 60083834f8 Improve sending email. Sadie Powell 2024-03-18 11:57:08 +00:00
  • 9ac4da0489 Fix not storing the start time after calling UpdateTime. Sadie Powell 2024-03-18 11:45:33 +00:00
  • cb3848b7db Use clock_gettime if it is available. Sadie Powell 2024-03-18 11:13:46 +00:00
  • d41764bfd6 Fix sending emails to nicks ending with a backslash. Sadie Powell 2024-03-15 18:51:17 +00:00
  • 753119c4a1 Use consistent casing when referring to vhosts and vidents. Sadie Powell 2024-03-15 12:42:13 +00:00
  • d996c3aa8f Fix a format-extra-args warning on some versions on GCC. Sadie Powell 2024-03-15 12:21:48 +00:00