-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
33 lines (28 loc) · 1.1 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Changes from 0.1 to 0.1.1
Bugfixes
- Fixed a bug in IE connection handling which leads to unnecessary
many requests
- Fixed some accordion bugs with double scrollbars during transition
between panes
- Introduces timeouts for the XHR objects including reconnects
Features
- Slight improvements on the layout/css
- Uses html5 audio is available. Uses new Audio abstraction in
ppp/util.js
Improvements
- Library cleanup. A lot of things have been moved to ppp/util.js
Changes from 0.1rc1 to 0.1
Bugfixes
- Cleaned up the code to not make any cyclic references which
would make the garbage colector run often and long in high
load environments. Also disconnected sessions are now cleaned
immediately.
- Fixed a bug in the code using the mootools accordion. Removing
panes now actually works properly.
Features
- Some more presence notices. Includes a notice for typing,
offline and idle users.
- New messages now trigger a sound, if not deactivated.
- Standalone server which does not require one to run roxen.
Other
- Parser and renderer performance optimizations.