Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Known Bugs

RISCfuture edited this page Sep 13, 2010 · 6 revisions

Not Yet Fixed

  • Source reloading via the !reload command is not perfect. It can’t reload constants and could cause strange problems in leaves that use a lot of metaprogramming.

Fixed in Next Release

These are bugs that have been fixed and will be available for the next release. If you need one of these fixes now, please checkout the “master” branch (see the Source tab).

  • Added the :long stem option, which gives you the ability to choose among different behaviors when a message exceeds a certain length (chop, split, etc.).
  • Now uses Bundler to manage dependencies
  • Can now specify a custom command prefix other than “!”
  • Can now specify custom nick regexes
  • Ruby 1.9 compatibility
  • Added additional server types
  • Fixed crash on empty QUIT message
  • No longer changes working directory but instead updates load paths
  • Fixed a bug for authentication on unprotected methods
  • Now parses more server messages
  • Other minor bugfixes

Version 2.0 Legacy Fixes

These are bugs that have been fixed in the version-2.0 branch and will be available for the next legacy release. If you need one of these fixes now, please checkout the “2.0” branch.

No fixes yet.

Version 1.0 Legacy Fixes

These are bugs that have been fixed in the version-1.0 branch and will be available for the next legacy release. If you need one of these fixes now, please checkout the “1.0” branch.

  • Correctly updates internal NAMES list for large channels.
  • Updates internal NAMES list when people join and leave the channel.
  • EyeAreSee instance gets passed SSL option.
  • Support for server passwords.
  • Processes NAMES list correctly on other servers.