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

basic RFC1459 compliance #2

Open
26 of 33 tasks
kaniini opened this issue Jan 5, 2015 · 2 comments
Open
26 of 33 tasks

basic RFC1459 compliance #2

kaniini opened this issue Jan 5, 2015 · 2 comments
Milestone

Comments

@kaniini
Copy link
Contributor

kaniini commented Jan 5, 2015

  • Initial handshake commands
    • NICK
    • USER
  • User management commands
    • QUIT
    • PING
    • PONG
    • WHOIS
    • WHOWAS
    • ISON
    • PRIVMSG
    • NOTICE
    • MODE (as wrapper for user properties)
    • AWAY (AWAY #16)
  • Channel management commands
    • JOIN
    • PART
    • TOPIC
    • KICK
    • NAMES
    • LIST
    • MODE (as wrapper for channel properties)
    • WHO
  • Oper commands
    • OPER
    • KILL
    • CONNECT
    • SQUIT
    • STATS (as wrapper for IRCv3.3 XINFO)
  • Misc commands
    • INFO
    • VERSION
    • MOTD

TBD: implement stub SUMMON/USERS?

@kaniini kaniini added this to the mammon-1 milestone Jan 11, 2015
@kaniini
Copy link
Contributor Author

kaniini commented Jan 29, 2015

I removed PASS as a hard requirement as I think our use of IAL will provide the same use-cases in a better way.

@kaniini
Copy link
Contributor Author

kaniini commented Jan 31, 2015

I removed LUSERS as only RFC2812 defines it as mandatory. We can add it (or some subset of it) later.

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

1 participant