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

network-wide bans #31

Open
kaniini opened this issue Apr 7, 2015 · 2 comments
Open

network-wide bans #31

kaniini opened this issue Apr 7, 2015 · 2 comments
Assignees
Milestone

Comments

@kaniini
Copy link
Contributor

kaniini commented Apr 7, 2015

We need a mechanism like charybdis KLINE (or unrealircd's GLINE). We should also implement DLINE/ZLINE too.

@kaniini kaniini added this to the mammon-1 milestone Apr 7, 2015
@DanielOaks
Copy link
Member

I'll assume we'll just copy Charyb's syntax for KLINE, DLINE, UNKLINE and UNDLINE?

At the moment in the config file, we've got these capabilities:

  #   oper:kline         allows KLINE and DLINE
  #   oper:unkline       allows UNKLINE and UNDLINE
  #   oper:remote_ban    allows remote klines

So will we have KLINE and GLINE, or do we wanna just make all KLINEs global? (ditto for G/ZLINE)
edit: I'll take a hard look at how Charyb does them and properly understand how they handle it. I'll assume we're copying the way they work there for the most part.

Should be able to implement this on top of the data store without too much hassle once that's all ready.

@kaniini
Copy link
Contributor Author

kaniini commented Nov 16, 2015

Yes, it seems reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants