You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
RISCfuture edited this page Sep 13, 2010
·
15 revisions
Version 3.1
RSpec out all core classes
Unscheduled
Drop [word]_filter requirements for filters.
Less network-trafficy way of getting the user list … Perhaps maintain an internal user list and update it as users are promoted and demoted.
RFC compliance
Build in support for server-specific IRC commands
RFC-1459 specifies a nick being of nine characters, with the characters {}| having equivalence to []\ for comparison. The regex is /[a-z][a-z0-9\-\[\]\\\`\^\{\}]{8}/i
RFC-2812 specifies a nick being of nine characters, as such: /[a-z\[\]\\\`_\^\{\|\}][a-z\[\]\\\`_\^\{\|\}0-9\-]{8}/i