Not Yet Fixed- Comands like !quit and !autumn are executed once for each leaf in a stem, when only one execution is necessary.
- If two or more leaves share the same data objects but use different databases, rake db:populate will sometimes generate empty tables with no columns.
- Source reloading via the !reload command is not perfect. It can't reload constants and DataMapper models. It reloads the souce code for every leaf, not just the ones that received the command.
Fixed in Next ReleaseThese are bugs that have been fixed and will be available for the next release. If you need one of these fixes now, please download the "trunk" branch from Subversion (see the Source tab). - That fancy synchronous methods feature I added in 2.0.3 actually works now.
Legacy FixesThese 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 download the "branches/1.0" branch from Subversion (see the Source tab). - 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.
|