public
Description: Easy, fresh, feature-rich IRC bots in Ruby
Home | Edit | New

To Do

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.
  • AL_ROOT => Autumn.root, AUTUMN_VERSION => Autumn.version (if Rails does it, so do I!)

RFC compliance

  • 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
Last edited by RISCfuture, Fri Dec 12 15:13:44 -0800 2008
Home | Edit | New
Versions: