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