1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:46:38 +02:00

Commit Graph

  • 7640fad30c Simplify several boolean expressions. Sadie Powell 2024-02-27 10:16:05 +00:00
  • 9f6d378755 Fix write_pidfile on Windows. Sadie Powell 2024-02-27 10:05:32 +00:00
  • 642e68f53a Fix sending numerics on InspIRCd. Sadie Powell 2024-02-26 23:54:51 +00:00
  • eb658f87a3 Use fstream for accessing files where possible. Sadie Powell 2024-02-26 23:49:36 +00:00
  • 1e87849e5c Rework IRCDMessage/IRCDMessageFlag. Sadie Powell 2024-02-26 22:46:10 +00:00
  • 5fa4acb195 Refactor User::IsServicesOper. Sadie Powell 2024-02-26 21:55:43 +00:00
  • 79f215606d Allow using more than one fingerprint in an oper block. Sadie Powell 2024-02-26 21:50:15 +00:00
  • 2fd4b45f81 Deduplicate InspIRCd CAPAB parsing. Sadie Powell 2024-02-26 19:26:21 +00:00
  • d3b4a4bd05 Update translator names. Sadie Powell 2024-02-26 18:56:11 +00:00
  • d914febbec Fix a typo in UnrealIRCd's SendGlobops. Sadie Powell 2024-02-26 17:23:15 +00:00
  • 2962a0be8c Fix bs_kick not using the correct kick message for automatic kicks. Sadie Powell 2024-02-26 16:36:47 +00:00
  • 6be4df3b39 Remove several string format IRCDProto function overloads. Sadie Powell 2024-02-26 16:33:48 +00:00
  • 4789751e50 Fix a missing override keyword. Sadie Powell 2024-02-26 16:40:58 +00:00
  • 57674f5869 Replace IRCDProto::CanSendTags with IsTagValid. Sadie Powell 2024-02-26 15:44:36 +00:00
  • c6cb4ba159 Fix some coding style issues. Sadie Powell 2024-02-26 15:27:01 +00:00
  • e341cac8d6 Implement support for the IRCv3 +draft/channel-context tag. Sadie Powell 2024-02-26 15:16:01 +00:00
  • 83dd96b9f2 Extract should privmsg logic to its own function. Sadie Powell 2024-02-26 14:41:50 +00:00
  • cabaa079df Kill checks for obsolete versions of Windows. Sadie Powell 2024-02-25 23:56:46 +00:00
  • 273e7f249c Remove duplicate suffix from socketengine file names. Sadie Powell 2024-02-25 23:54:12 +00:00
  • 8c9ca23900 Remove a function which exists for compat with old versions of VS. Sadie Powell 2024-02-25 23:49:07 +00:00
  • 8e3da86283 Remove a reference to 1.8. Sadie Powell 2024-02-25 23:42:14 +00:00
  • 97b65b2255 Use unique_ptr for managing std::thread ownership. Sadie Powell 2024-02-25 21:54:40 +00:00
  • b26f198489 Fix formatting messages on ngircd. Sadie Powell 2024-02-22 19:54:09 +00:00
  • a99a00d7c5 Fix sending the ngircd PASS handler. Sadie Powell 2024-02-22 19:07:11 +00:00
  • 283137841f Refactor the InspIRCd module static variables and method. Sadie Powell 2024-02-22 17:45:04 +00:00
  • 3290ebd36a GetMaxListFor: use size_t and add a default like the other fields. Sadie Powell 2024-02-22 17:11:46 +00:00
  • c4e9c0bf85 If the IRCd sends a field limit then use it over that of the config. Sadie Powell 2024-02-22 15:58:23 +00:00
  • 84ad85ee85 Fix a bug in the unrealircd protocol module. Sadie Powell 2024-02-22 15:58:23 +00:00
  • 9789c3bd8c Deduplicate User::SendMessage. Sadie Powell 2024-02-22 14:14:23 +00:00
  • a75afb597b Add the IRCv3 reply tag to messages sent as responses to a user. Sadie Powell 2024-02-22 13:23:18 +00:00
  • f93d9e7698 Store the source message identifier in CommandSource. Sadie Powell 2024-02-22 13:19:36 +00:00
  • 7423fa9998 Route message tags into more message functions. Sadie Powell 2024-02-22 12:00:40 +00:00
  • 7cba665270 Fix some oversights in commit 82fa7e1467. Sadie Powell 2024-02-22 11:18:05 +00:00
  • 9502567453 Fix the NickServ help message showing a wrong min password length. Sadie Powell 2024-02-22 11:01:41 +00:00
  • 14472c5a95 Increase minpasslen and maxpasslen slightly. Sadie Powell 2024-02-22 10:46:30 +00:00
  • d4f4bcf23c Remove UplinkSocket::Message now nothing uses it. Sadie Powell 2024-02-22 00:04:46 +00:00
  • 82fa7e1467 Convert protocol modules over to Uplink::Send. Sadie Powell 2024-02-21 21:27:20 +00:00
  • aefbb4fbda Rework SendModeInternal to be usable with Uplink::Send. Sadie Powell 2024-02-21 20:45:38 +00:00
  • 9b77fdf5b6 Rework SendNumericInternal to be usable with Uplink::Send. Sadie Powell 2024-02-21 19:43:21 +00:00
  • 7a6979c814 Convert most core protocol handlers to use Uplink::Send. Sadie Powell 2024-02-21 19:34:27 +00:00
  • c4ab550ec7 Add Uplink::Send, rework message formatting. Sadie Powell 2024-02-21 16:35:27 +00:00
  • 3ecf6b495b Document IRCDProto::Parse. Sadie Powell 2024-02-21 15:44:55 +00:00
  • 8475697e3b Inline, constify, and document GetProtocolName. Sadie Powell 2024-02-21 15:39:40 +00:00
  • 85687781d1 Include tags in OnMessage. Sadie Powell 2024-02-21 15:34:35 +00:00
  • ccfaca32a2 Fix a typo in cs_drop. TehPeGaSuS 2024-02-22 00:09:09 +01:00
  • 07373c8cf2 Move IRCDProto member initializers to the header. Sadie Powell 2024-02-21 13:55:48 +00:00
  • 89594d4557 Add a method to the ns_cert API for replacing a certificate. Sadie Powell 2024-02-21 13:11:47 +00:00
  • b478a1cb53 Make ModuleManager::SetPriority more readable. Sadie Powell 2024-02-20 18:38:52 +00:00
  • 1fb77e414d Increase the size of the random codes in ns_register and ns_set. Sadie Powell 2024-02-19 22:29:17 +00:00
  • 22fe5bb724 Require users to use a confirmation code when dropping channels. Sadie Powell 2024-02-19 22:20:36 +00:00
  • 909b9b2679 Remove a leftover use of the m_ module prefix. Robert Scheck 2024-02-17 22:34:03 +01:00
  • 49ea709027 Merge branch '2.0' into 2.1. Sadie Powell 2024-02-17 20:50:31 +00:00
  • 4ea2bc5e46 Mark as 2.0.16-git. Sadie Powell 2024-02-17 20:08:10 +00:00
  • eabc8b641e Release 2.0.15. 2.0.15 Sadie Powell 2024-02-17 20:07:09 +00:00
  • 2f1ed186d1 Update the change log. Sadie Powell 2024-02-17 20:06:08 +00:00
  • 4cc68397dc Update the copyright headers for 2024. Sadie Powell 2024-02-17 19:58:17 +00:00
  • 2b7872139c Prevent resetting the password of suspended accounts. Sadie Powell 2024-02-17 19:31:38 +00:00
  • e47ad6ed3f Fix some typos in the config change log. TehPeGaSuS 2024-02-17 19:59:17 +01:00
  • f3b14694c6 Bump for 2.1.3-git. Sadie Powell 2024-02-17 18:15:38 +00:00
  • e9424b529c Release 2.1.2. 2.1.2 Sadie Powell 2024-02-17 18:14:10 +00:00
  • a60c796cf6 Update the config changelog. Sadie Powell 2024-02-17 18:13:30 +00:00
  • fcf16ab20a Merge branch '2.0' into 2.1. Sadie Powell 2024-02-11 21:35:31 +00:00
  • 8e3be20387 Update the Windows dependencies. Sadie Powell 2024-02-11 21:34:00 +00:00
  • 689dd44d3b Add a GitHub security policy. Sadie Powell 2024-02-11 21:22:27 +00:00
  • a25d0aa60e Update the changelog. Sadie Powell 2024-02-11 21:14:59 +00:00
  • c50d1dc2b5 Remove some outdated development docs. Sadie Powell 2024-02-11 21:08:17 +00:00
  • 274bb19d03 Switch Thread to use the C++11 equivalent, remove win32/pthread. Sadie Powell 2024-02-11 20:17:48 +00:00
  • 2c5b84bd1d Replace Condition and Mutex with the C++11 standard equivalents. Sadie Powell 2024-02-11 19:53:05 +00:00
  • 5c50bcb9c7 Remove the time_t parameter from Tick and TickTimers. Sadie Powell 2024-02-11 18:16:20 +00:00
  • cef56abea4 Consistently use time_t for the timer duration. Sadie Powell 2024-02-11 18:10:38 +00:00
  • 30b9f12711 Remove the now parameter from the Timer class. Sadie Powell 2024-02-11 17:53:32 +00:00
  • c9e0245f23 Revert "Document ns_no_expire nick default". Sadie Powell 2024-02-11 16:19:23 +00:00
  • 5337326cc9 Update the dutch language file. Robby 2024-01-31 06:17:01 +01:00
  • 73d8c85879 Update the dutch language file. Robby 2024-01-31 06:17:00 +01:00
  • 6237245ab7 Remove an extraneous space in cs_xop, part 2. Robby 2024-01-31 03:20:35 +01:00
  • 7ae20c2a6d Remove an extraneous space in cs_xop. Robby 2024-01-31 03:08:54 +01:00
  • ae1829e5a8 Fix a typo in the PASSWORD_TOO_SHORT text string. Robby 2024-01-30 19:15:19 +01:00
  • 026661c9a2 Fix irc2sql and webcpanel not being put into the modules folder. Sadie Powell 2024-01-30 14:53:08 +00:00
  • ec7223ace2 Convert map/multimap/hash_map to an alias template. Sadie Powell 2024-01-30 14:28:29 +00:00
  • 1f31621bbf Remove various references to old versions. Sadie Powell 2024-01-30 13:27:14 +00:00
  • dfd41b9b94 Fix Clang and GCC disagreeing about whether a move is needed. Sadie Powell 2024-01-24 15:05:23 +00:00
  • fdd4aade3b Add a CI workflow for Alpine. Sadie Powell 2024-01-24 14:49:16 +00:00
  • 0a53f4c26e Merge branch '2.0' into 2.1. Sadie Powell 2024-01-24 14:47:19 +00:00
  • d6a826a09c Backport CI changes from the 2.1 branch. Sadie Powell 2024-01-24 13:56:34 +00:00
  • 484160eb4e Shuffle modules around a bit. Sadie Powell 2024-01-24 12:34:03 +00:00
  • 7ac1fe5847 Rename several modules to remove the m_ prefix. Sadie Powell 2024-01-24 12:01:50 +00:00
  • 72acef4e15 Mark types that have no inheritors as final. Sadie Powell 2024-01-23 13:54:16 +00:00
  • a6a0f6c447 Improve the layout of types that inherit from another type. Sadie Powell 2024-01-23 15:28:23 +00:00
  • 398d674cf4 Fix some CoreExport types that should be DllExport. Sadie Powell 2024-01-23 14:02:34 +00:00
  • 1467de1c7e Mark all exception types as CoreExport. Sadie Powell 2024-01-22 19:25:21 +00:00
  • c5023fdfa0 Update the Turkish translation for the changes in 2.1 git. Sadie Powell 2024-01-22 19:50:36 +00:00
  • 97782248af Merge branch '2.0' into 2.1. Sadie Powell 2024-01-22 18:35:12 +00:00
  • 016761776b Add a new Turkish translation contributed by CaPa CuL. Sadie Powell 2024-01-22 16:29:20 +00:00
  • c2450eabab Fix typo Victor Coss 2024-01-20 13:25:16 -05:00
  • d6ced86021 Fix some module names that were missed in commit 4056af00e3. Sadie Powell 2024-01-11 16:50:33 +00:00
  • 0d8d1675f7 Fix an oversight in build_subdir. Sadie Powell 2024-01-10 17:49:02 +00:00
  • 4056af00e3 Parse InspIRCd module names in a way which is 1206 compatible. Sadie Powell 2024-01-10 17:47:27 +00:00
  • 99b4305573 Add a wrapper for std::string::compare to Anope::string. Sadie Powell 2024-01-10 17:06:59 +00:00
  • 113301dbba Update the changelogs. Sadie Powell 2024-01-09 21:25:20 +00:00
  • 349ae043b6 Always build the stats modules. Sadie Powell 2024-01-09 21:14:41 +00:00