|
@@ -3,23 +3,26 @@ This is a simple ajax chat system with a very small footprint on web servers. we
|
3
|
3
|
|
4
|
4
|
Requirements:
|
5
|
5
|
PHP 5.2+
|
6
|
|
- telnet (IRC backend)
|
7
|
|
- Read-Write access for .webirc.log and .webirc.input (server side stuffs)
|
|
6
|
+ Read-Write access for working directory
|
8
|
7
|
|
9
|
8
|
Installation:
|
10
|
9
|
~Download webirc-client
|
11
|
10
|
~Extract it to desired web server / htdocs directory
|
12
|
|
- ~Customize config.php / webirc.conf to your likings
|
|
11
|
+ ~Customize config.php to your liking
|
13
|
12
|
~Use it!
|
14
|
13
|
|
15
|
14
|
Changelog:
|
16
|
|
- v1.0.1:
|
|
15
|
+ v1.2.0:
|
|
16
|
+ -Server backend rewrite, all now using PHP and socket_connect / socket_recv / socket_write
|
|
17
|
+ -Server.php cleanup.
|
|
18
|
+ -Simple ping / pong between irc.php and the ajax web client (disconnect user if user not active after 10s)
|
|
19
|
+
|
|
20
|
+ v1.0.1:
|
17
|
21
|
-Add message, and server activity timestamps to chat logs.
|
18
|
22
|
|
19
|
|
- v1.0.0:
|
20
|
|
- -Probably going to do something with it!
|
21
|
|
- -Functioning as a bash / php based IRC web client!
|
|
23
|
+ v1.0.0:
|
|
24
|
+ -Probably going to do something with it!
|
|
25
|
+ -Functioning as a bash / php based IRC web client!
|
22
|
26
|
|
23
|
27
|
Legal stuff:
|
24
|
|
- webirc-client is based from microchat and has been greatly modified for this project.
|
25
|
28
|
License: GPLv2
|