-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathChangeLog
92 lines (54 loc) · 2.38 KB
/
ChangeLog
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
2005-12-06 Stefan Strigler <[email protected]>
* src/roster.html: fixed style attrib 'cursor'
* src/options.html: fixed style tag comments
2005-12-05 Stefan Strigler <[email protected]>
* src/index.html:
* src/jwchat.html:
- support presence priorities
- store onlmsg at server side, load on startup
* src/jwchat.css
- use 'cursor: pointer;' throughout
* src/chat_iframe.html:
* src/groupchat_iframe.html:
* src/help.html: fixed style tag comments
2005-12-01 Stefan Strigler <[email protected]>
* po/sk.po: Slovak translation added
2005-08-25 Stefan Strigler <[email protected]>
* po/pt_br.po: added
2005-07-21 Stefan Strigler <[email protected]>
* README: be more verbose
2005-06-24 Stefan Strigler <[email protected]>
* po/nl.po: update translation for nl
2004-10-25 Stefan Strigler <[email protected]>
* use JSJaC for communication. support for WebClientService has
been dropped in favor of HTTP-Polling/HTTP-Binding
2004-09-21 Stefan Strigler <[email protected]>
* support for making annotations to users
2004-09-20 Stefan Strigler <[email protected]>
* added about tab to options dialog
2004-09-14 Stefan Strigler <[email protected]>
* added support for digest login
2004-09-09 Stefan Strigler <[email protected]>
* did a lot of bug fixing the last days
2004-08-17 Stefan Strigler <[email protected]>
* initial support for JEP-0136 Message Archiving
2004-07-09 Stefan Strigler <[email protected]>
* fixed user info - fetching vcard works now
* implemented irc-style commands for muc
* fixed timestamps for messages
2004-07-08 Stefan Strigler <[email protected]>
* support for muc invite
* muc room names are escaped now
* redesign chat dialog
2004-07-02 Stefan Strigler <[email protected]>
* load/store roster preferences (hidden/collapsed groups)
2004-07-01 Stefan Strigler <[email protected]>
* use Private XML Storage (JEP-0049) to store client preferences
2004-06-28 Stefan Strigler <[email protected]>
* support for configuring chatrooms
* modify user lists (ban, moderators, members and so on)
2004-06-19 Stefan Strigler <[email protected]>
* support for JUD
2004-06-04 Stefan Strigler <[email protected]>
* initial support for gateways aka transports
* started to write a ChangeLog ;-)