summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2023-12-21Remove an extraneous space in cs_xop.Sadie Powell
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-11-30Add the UNBANME privilege to allow users to unban themselves.Sadie Powell
This is separate from the existing UNBAN privilege which applies to all users. Closes #331.
2023-11-24Merge branch '2.0' into 2.1.Sadie Powell
2023-11-23Allow users to opt-out of being added to channel access lists.Sadie Powell
2023-11-16Fix chanserv/suspend info not being visible to regular users.Sadie Powell
Closes #325.
2023-11-16Merge branch '2.0' into 2.1.Sadie Powell
2023-10-22Fix confirming an unconfirmed operator's account.Sadie Powell
2023-10-20Fix a misleading temporary variable in ns_register.Sadie Powell
2023-10-12Fix removing entries by an alias in chanserv/access and chanserv/xop.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-07-11Merge branch '2.0' into 2.1.Sadie Powell
2023-07-11Allow access list entries to have a description.Sadie Powell
This is useful when adding glob matches to the access list as a reminder of who they actually match. Resolves https://bugs.anope.org/view.php?id=1613
2023-07-09Clarify that operserv/sqline can also match channel names.PeGaSuS
2023-07-09Fix not serialising dontkickops/dontkickvoices properly.Sadie Powell
2023-07-05Tell users that they must identify to their account before using CONFIRM.PeGaSuS
This only happens when a nickname is registered via webcpanel and said nickname is online.
2023-06-03Merge branch '2.0' into 2.1.Sadie Powell
2023-05-28regchannels: remove dependency on no-delete-null-pointer-checksAdam
2023-05-28config: remove dependency on no-delete-null-pointer-checksAdam
2023-03-13Fix missing override keywords.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-12-09Use emplace() instead of insert(std::make_pair()).Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-10Fix ns_resetpass not returning a response for XMLRPC (#243)Filippo Cortigiani
Co-authored-by: filippo nicola cortigiani <simos@H7-25.fritz.box>
2022-01-10Multiple updates for unreal4 protocol (#285)k4bek4be
* 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-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services".
2022-01-04Replace all uses of push_back with emplace_back.Sadie Powell
2022-01-04Use C++11 style class/struct initialisation.Sadie Powell
2022-01-03Replace anope_{final,override} with their C++11 equivalent.Sadie Powell
2021-11-30Remove undefined behaviour around checking if this is null.Sadie Powell
2021-10-17Increase the default nickname expiry to 90 days.Sadie Powell
2021-08-01Deduplicate code for checking if a user is securely connected.Sadie Powell
2021-08-01Merge branch '2.0' into 2.1.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
2021-06-04Add support for per-mode list limits.Sadie Powell
2021-05-31Remove nickserv:strictpasswords as it is now obsolete.Sadie Powell
2021-05-31Add the nickserv:minpasslen option.Sadie Powell
2021-05-31Rename nickserv:passlen to nickserv:maxpasslen.Sadie Powell
2021-05-31Merge branch '2.0' into 2.1.Sadie Powell
2021-05-31Fix some misleading indentation in ns_register.Sadie Powell
2021-04-27Add the anope_override keyword to methods that lack it.Sadie Powell
2021-02-19Added `Account` to show the main nick of a grouped nick(s).PeGaSuS
#270
2021-02-18Merge branch '2.0' into 2.1.Sadie Powell
2021-01-31cs_access: require accounts to be confirmed for level 0 accessAdam
2021-01-07Update copyright to 2021.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
2020-10-07Merge tag '2.0.8' into 2.1.Sadie Powell