Sadie Powell
6d34054b78
Change the mode lock before removing/adding the PERM mode.
...
This fixes being unable to unset mlock on the first attempt.
2024-10-11 15:45:02 +01:00
Sadie Powell
ccc088d946
Log a user out fully when their nick gets suspended.
...
Closes #409 .
2024-06-04 22:41:32 +01:00
Sadie Powell
05e6df23a2
Mark boolean columns as DT_INT in bs_kick.
2024-05-16 16:50:41 +01:00
Sadie Powell
7d7664444a
Fix expiring forbids.
2024-03-12 16:26:33 +00:00
Sadie Powell
1a8bbd6004
Respect --noexpire in cs_suspend and ns_suspend.
2024-03-12 14:43:12 +00:00
Sadie Powell
e725c880a9
Fix expiring channel suspensions.
...
Closes #386 .
2024-03-12 14:12:37 +00:00
Sadie Powell
f5abcd1c4c
Fix expiring nick suspensions.
...
Closes #376 .
2024-03-12 14:02:16 +00:00
Sadie Powell
1986aa6581
Fix duplicate messages when synconset/syncongroup is set.
...
Closes #366 .
2024-03-12 13:26:25 +00:00
Sadie Powell
4cc68397dc
Update the copyright headers for 2024.
2024-02-17 19:58:17 +00:00
Sadie Powell
2b7872139c
Prevent resetting the password of suspended accounts.
...
Closes #351 .
2024-02-17 19:52:39 +00:00
Robby
7ae20c2a6d
Remove an extraneous space in cs_xop.
2024-01-31 03:08:54 +01:00
Sadie Powell
b84b1d8166
Misc grammar fixes.
2023-12-17 19:32:45 +00:00
Sadie Powell
c3e95d8e2e
Fix chanserv/suspend info not being visible to regular users.
...
Closes #325 .
2023-11-16 19:54:23 +00:00
Sadie Powell
97fa6d84bc
Fix confirming an unconfirmed operator's account.
2023-10-22 23:31:48 +01:00
Sadie Powell
02940e4ea8
Fix a misleading temporary variable in ns_register.
2023-10-20 18:10:29 +01:00
Sadie Powell
69a0f3bec2
Fix removing entries by an alias in chanserv/access and chanserv/xop.
2023-10-12 19:09:44 +01:00
PeGaSuS
e717ac0a89
Clarify that operserv/sqline can also match channel names.
2023-07-09 23:44:02 +01:00
Sadie Powell
34ab54522e
Fix not serialising dontkickops/dontkickvoices properly.
2023-07-09 23:09:11 +01:00
PeGaSuS
4e1f5cce80
Tell users that they must identify to their account before using CONFIRM.
...
This only happens when a nickname is registered via webcpanel and said nickname is online.
2023-07-05 17:09:47 +01:00
Adam
66f37139cb
regchannels: remove dependency on no-delete-null-pointer-checks
2023-05-28 21:26:03 -04:00
Adam
0646547c9e
config: remove dependency on no-delete-null-pointer-checks
2023-05-28 21:25:59 -04:00
Sadie Powell
33a337dfc0
Update the copyright headers for 2023.
2022-12-31 22:08:50 +00:00
Filippo Cortigiani
56687c27cb
Fix ns_resetpass not returning a response for XMLRPC ( #243 )
...
Co-authored-by: filippo nicola cortigiani <simos@H7-25.fritz.box >
2022-01-10 16:12:33 +00:00
k4bek4be
9b0c7929d9
Multiple updates for unreal4 protocol ( #285 )
...
* Parse PROTOCTL PREFIX and PROTOCTL USERMODES
* Add several previously unhandled modes
* Fix incorrect SJOIN prefix handling
* Enable message tags sending from ircd
* Add timedban matcher
* Add operclass matcher
* Store all client and channel moddata.
* Call unreal's internal unban on /cs unban
* Check for ~a:0 ban
* Add country ban matcher
* Use +B umode for services bots
2022-01-10 15:50:17 +00:00
Sadie Powell
b8bcad048e
Update the copyright headers for 2022.
2022-01-06 23:15:44 +00:00
Josh Soref
fd88b756fc
Fix various spelling issues ( #274 ).
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >.
2021-06-17 15:02:30 +01:00
Sadie Powell
e67c2d5632
Add support for per-mode list limits.
2021-06-04 02:12:09 +01:00
Sadie Powell
3728a0bda1
Fix some misleading indentation in ns_register.
2021-05-31 20:53:29 +01:00
Sadie Powell
095a25d473
Add the anope_override keyword to methods that lack it.
2021-04-27 21:41:19 +01:00
PeGaSuS
9483da3239
Added Account to show the main nick of a grouped nick(s).
...
#270
2021-02-19 01:42:13 +00:00
Adam
4d271e0210
cs_access: require accounts to be confirmed for level 0 access
2021-01-31 12:05:25 -05:00
Robby
c5a4e8337c
Update copyright to 2021.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
2021-01-07 03:31:08 +01:00
Sadie Powell
d0e8392445
Fix the global/global command showing the wrong origin nick.
2020-10-06 15:13:14 +01:00
Matt Schatz
c327d1aeef
Improve wording of the resetpass:confirm log message.
2020-04-06 09:49:46 +01:00
Robby
2c1f8260fd
ms_info: Fix a typo in the INFO output when a nickname has been given.
...
Update the dutch language file.
2020-01-07 04:37:19 +01:00
Robby
c8699c6726
Update copyright to 2020.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
2020-01-04 15:51:20 +01:00
Peter Powell
6617d29b52
Fix a bunch of broken indentation.
2019-12-14 18:38:13 +00:00
Matt Schatz
661b320d23
Look up unconfirmedexpire from the correct module.
...
- NickServ INFO and GLIST were looking in the wrong module.
2019-11-11 19:15:54 -07:00
Adam
c15dc49994
ns_recover: add privilege for admins to recover other users
2019-10-14 13:13:08 -04:00
Romain Rivière
5c8548040a
Log channel memo deletions
2019-03-30 22:17:00 -04:00
Robby
02ac3a403c
Fix the ChanServ SET SUCCESSOR syntax to show that a nickname is optional.
2019-03-06 03:34:25 +01:00
Peter Powell
eb66f9eda0
Fix missing braces in cs_set.
2019-03-05 11:29:45 +00:00
Robby
e567cfda36
Improve the help text for ChanServ SET SUCCESSOR.
2019-02-14 02:41:57 +01:00
Matt Schatz
d6af21e0d9
cs_enforce: fix typo in help.
2019-01-20 21:25:07 -07:00
Robby
6fbb7cffe9
Update copyright to 2019.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \;
2019-01-01 17:43:35 +01:00
Robby
42aa330db3
ns_set: Log email address change requests when confirmemailchanges = yes
2018-09-11 01:21:19 +02:00
Dragone2
281edf8475
cs_seen: fix for translations being ignored
...
These strings: " but %s mysteriously dematerialized.", ". %s is still online." and ", but %s mysteriously dematerialized." weren't translated by the method Anope::printf().
2018-06-12 10:22:20 -04:00
Adam
8294c94b95
Merge pull request #217 from genius3000/2.0+ns_set_message
...
Show NickServ SET MESSAGE in help when 'useprivmsg' is enabled
2018-06-12 10:07:55 -04:00
Adam
32076c099c
Merge pull request #219 from genius3000/2.0+set_help_hide
...
Check for 'hide' flag in commands in (bs,cs,ns)_set HELP
2018-06-12 08:39:24 -04:00
Matt Schatz
feb5a4d935
Log NickServ ungroup
2018-05-08 16:24:02 -06:00