fixed 0000022
[JIRC.git] / README
CommitLineData
39c8b14f 1JIRC: An IRC client based on websocket
2======================================
3
4
5Release Notes
6-------------
7
8Please do not share the code without my permission.
9This is Beta-Software and not ready for the masses.
10There will be a public version with 1.0.
11Feel free to modify and improve the code,
12but please send me your improvements.
13
14
15Changelog
16---------
17
d91a9613 18v0.9
845bc1fa 19- new feature: aliases
20- new feature: perform
21- improved settings dialog
22- many many bug fixes
23
24v0.9-beta2
39c8b14f 25- Connection-Settings will be saved now using local storage
26- Colors (and color stripping) are now working correctly
27 (0000002, 0000009)
28- Username and realname are now filled automatically
29 if user types in a nickname in the connection dialog
30- Connection dialog has now a field for server-password
31 (0000005)
32- Button title of channel becomes blue on new messages,
33 if the window stays in background (0000008)
34- Minor bug fixes (0000003,0000004,0000006,0000007,0000010)
35
36
37Known Issues
38------------
39
40- No error-handling in the backend
41- No error-handling in UI-dialogs
39c8b14f 42- Only one connection per time allowed
43- Not multi-user ready
44
45
46Browser Support
47---------------
48
d91a9613 49In general, you need a browser with websocket-support,
50if you want to use an older browser without websockets,
51you need to have flash player >= 10 installed.
52
39c8b14f 53- Tested Browsers:
d91a9613 54 Firefox 15+
55 Safari 5+
56 Opera 12+
57 Chrome 18+
39c8b14f 58
59
60Installation
61------------
62
631. Download and install NodeJS from http://nodejs.org
642. open a terminal and cd into the JIRC-directory
653. type in "node JIRC.js"
664. that's it