Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 1.13 KB

TODO.md

File metadata and controls

78 lines (62 loc) · 1.13 KB

TODO/Ideas list

  • Incomplete item.
  • Complete item.
  • version Complete item and version it was included in.

General

  • Improve MODE sender.

  • Figure out how and to where IRCv3 tags are going to be passed.

  • Write some tests!

  • Split documentation out from README - use ldoc?

Documentation

  • Document ALL callback.
  • Document sender table type field.
  • Maybe change all uses of IRCe to irce?

Senders and handlers

List is from RFC2812

  • PASS

  • NICK

  • USER

  • OPER

  • MODE (user)

  • SERVICE

  • QUIT

  • SQUIT

  • JOIN

  • PART

  • MODE (channel)

  • TOPIC

  • NAMES Handler done.

  • LIST

  • INVITE

  • KICK

  • PRIVMSG

  • NOTICE

  • MOTD

  • LUSERS

  • VERSION

  • STATS

  • LINKS

  • TIME

  • CONNECT

  • TRACE

  • ADMIN

  • INFO

  • SERVLIST

  • SQUERY

  • WHO

  • WHOIS

  • WHOWAS

  • KILL

  • PING

  • PONG

  • ERROR

  • AWAY

  • REHASH

  • DIE

  • RESTART

  • SUMMON

  • USERS

  • OPERWALL

  • USERHOST

  • ISON

  • CAP (IRCv3)