]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Persist the uhm_type and uhm_uhmode values to disk to handle restarts properly.
authorRyan Smith <redacted>
Sun, 1 Aug 2021 23:50:29 +0000 (19:50 -0400)
committerRyan Smith <redacted>
Sun, 1 Aug 2021 23:50:29 +0000 (19:50 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8dad873e45effa0c055020576164ae5c6861a73b..f1992093a5b37c799143136f9bc823cf2339cd1a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ rasengan (2):
      Search for WEBIRC users using /rwho (PR #139)
      Added /stats P to show listening ports (PR #134)
 
-Ryan Smith (8):
+Ryan Smith (10):
      Override clone limits with SVSCLONE (PR #148)
      Updates to user hostmasking (PR #175)
      Do not attempt to mask the Staff_Address for opers. (PR #175)
@@ -13,6 +13,8 @@ Ryan Smith (8):
      Do not allow user mode H to be changed if the user is in any channels. This is to prevent potential client-side weirdness from happening if a user's host changes while they're already in one or more channels. (PR #175)
      Send out WATCH notifications if the hostname changes due to a mode H change. (PR #175)
      Minor typo fixes.
+     Show UHM variables in /INFO.
+     Persist the uhm_type and uhm_uhmode values to disk to handle restarts properly.
 
 Emilio Escobar (4):
      Fixed oper block corruption when two opers share the same IP (PR #181)