-
Notifications
You must be signed in to change notification settings - Fork 6
Home
gmallard edited this page Sep 13, 2010
·
7 revisions
This is a forked repository. Have a look at
rattle’s stompserver wiki
for more information.
As of 2009.12.29 this code seems to work on:
- ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]
- ruby 1.9.0 (2008-10-04 revision 19669) [i486-linux]
- ruby 1.9.1p243 (2009-07-16 revision 24175) [i486-linux]
These changes have been made to the forked code:
- Add ruby 1.9.x functionality (see the minimal_19x branch) – a minor change
- Add ruby logger capability throughout and eliminate (most) puts usage – a more major change
- Make configuration file options and those from the command line function exactly the same
- Others as noted below
Drop 0.9.9.2010.01.15.00 / 15 Jan 2010
- Refactor and correct tests.
- Correct lead sequence of config files.
- Fix send receipt sequencing bug
- Fix exceptions with no config file command line overide
- Fix problems with sysvinit script
- Change some messages to warn level
Drop 0.9.9.2010.01.08.00 / 08 Jan 2010
- Override server and/or port from tests.
- Fix one more 1.9 compatability issue during shutdown.
- Fix counts reported by monitor with ack => client.
As of the 0.9.9.2010.01.02.00 drop:
- Most functionality around ack=>client should work, with some concurrency limitations
- Handle SIGTERM
- Optional (at runtime) session ID cache, session IDs are UUIDs
- sysv style init script examples provided