Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cfg(ircd) type '3' to prevent and hide the use of mode 'secure' for ircds InspIRCd, Solanum, and ircd-seven #140

Closed
empus opened this issue Mar 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@empus
Copy link
Owner

empus commented Mar 6, 2024

Description

Server ircds InspIRCd, Solanum, and ircd-seven do not support channel modes +D and +d and therefore, secure mode is redundant and should not be allowed.

Implementation

  • Implement handling using cfg(ircd) value 3
  • Hide secure mode from arm:cmd:mode in usage
  • Shunt the binds for procs:
    • mode:add:D
    • mode:rem:D
    • mode:add:d
    • mode:rem:d
  • Add handling in install.sh installation script

Request credit goes to siniStar on Undernet.

@empus empus added the enhancement New feature or request label Mar 6, 2024
@empus empus added this to the v4.1 milestone Mar 6, 2024
@empus empus self-assigned this Mar 6, 2024
@empus
Copy link
Owner Author

empus commented Mar 24, 2024

Done

@empus empus closed this as completed Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant