Subversion Repositories cryptochat

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 daniel-mar 1
# Changelog
2
 
3
0.25 Beta (2018-04-18)
4
- Fixed small PHP warning
5
- Black background is now darkblue
6
 
7
0.24 Beta (2014-03-01)
8
- New feature: User online list
9
  Added configuration flags: USERSTAT_INACTIVE_SECS and DELETE_OLD_USERSTATS
10
- fixed compatibility problem with Chrome
11
- smaller fixes
12
 
13
0.23.1 beta (2014-02-23)
14
- fixed compatibility problem with Chrome
15
 
16
0.23 beta (2014-02-21)
17
- Decryption will start without delay if enter is pressed
18
- improved page title line (room name is now in front)
19
- htmlentities() to prevent XSS on username and roomname
20
- smaller fixes
21
 
22
0.22 beta (2014-02-17)
23
- New feature: List chat rooms (requires password)
24
- Improved username coloring function
25
- Username, Chat name and admin password will now be trimmed
26
- Chat names are now automatically converted to lowercase
27
- Added config symbol THEME_DARK
28
- Added config symbol CFG_CIPHERSUITE (replaces USE_MD5_COMPAT)
29
- Renamed config symbol ADMIN_PASSWORD to PWD_CREATE_ROOM
30
- Added config symbol PWD_LIST_ROOMS
31
- Added config symbol LIST_CHATS_REQUIRE_PWD
32
- Renamed config symbol NEEDS_TLS to REQUIRE_TLS
33
- Small bug fixes
34
 
35
0.21 beta (2014-02-16)
36
- First public release
37