Update 'README.md'
This commit is contained in:
parent
d6f1a246ed
commit
a4294cfa57
19
README.md
19
README.md
@ -3,23 +3,26 @@ This is a simple ajax chat system with a very small footprint on web servers. we
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
PHP 5.2+
|
PHP 5.2+
|
||||||
telnet (IRC backend)
|
Read-Write access for working directory
|
||||||
Read-Write access for .webirc.log and .webirc.input (server side stuffs)
|
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
~Download webirc-client
|
~Download webirc-client
|
||||||
~Extract it to desired web server / htdocs directory
|
~Extract it to desired web server / htdocs directory
|
||||||
~Customize config.php / webirc.conf to your likings
|
~Customize config.php to your liking
|
||||||
~Use it!
|
~Use it!
|
||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
v1.0.1:
|
v1.2.0:
|
||||||
|
-Server backend rewrite, all now using PHP and socket_connect / socket_recv / socket_write
|
||||||
|
-Server.php cleanup.
|
||||||
|
-Simple ping / pong between irc.php and the ajax web client (disconnect user if user not active after 10s)
|
||||||
|
|
||||||
|
v1.0.1:
|
||||||
-Add message, and server activity timestamps to chat logs.
|
-Add message, and server activity timestamps to chat logs.
|
||||||
|
|
||||||
v1.0.0:
|
v1.0.0:
|
||||||
-Probably going to do something with it!
|
-Probably going to do something with it!
|
||||||
-Functioning as a bash / php based IRC web client!
|
-Functioning as a bash / php based IRC web client!
|
||||||
|
|
||||||
Legal stuff:
|
Legal stuff:
|
||||||
webirc-client is based from microchat and has been greatly modified for this project.
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user