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

Separation of Network and Services in command hierarchies #25

Open
Xe opened this issue Feb 2, 2015 · 1 comment
Open

Separation of Network and Services in command hierarchies #25

Xe opened this issue Feb 2, 2015 · 1 comment

Comments

@Xe
Copy link
Contributor

Xe commented Feb 2, 2015

A proposition has been made in #dev to separate commands that modify the network (such as AKILL/SQLINE, etc) from commands that modify services itself (DIE, MODLOAD, etc). I believe this is a reasonable proposal and should be implemented as such:

Two services will be created for management of the network and services itself. For now we will call the network side NetServ and the core side CoreServ. NetServ will contain the functions that manage network state such as banning people or nicknames. CoreServ will only contain functions to manage Arata itself.

Relates to #23

@ori-sky
Copy link
Owner

ori-sky commented Feb 2, 2015

Thanks for writing up this issue. To clarify, I was the one who made the proposal so I basically have nothing else to say here. This issue doesn't really relate to #23 but does depend on it as the permissions system really needs to be implemented before this proposal can be worked on.

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

No branches or pull requests

2 participants