Simple PHP IRC web client using Ajax calls.

Pentium44 3c35857aa0 Call this v1.3.0 3 years ago
LICENSE Call this v1.2.0 3 years ago
README.md Call this v1.3.0 3 years ago
config.php Call this v1.3.0 3 years ago
index.php Call this v1.3.0 3 years ago
irc.php Call this v1.3.0 3 years ago
server.php Call this v1.3.0 3 years ago
style.css Call this v1.3.0 3 years ago

README.md

webirc-client

This is a simple ajax chat system with a very small footprint on web servers. webirc-client uses a IRC backend written in bash and uses telnet to communicate with IRC servers. With that being said, it's not secured by TLS or anything like that. This is in working condition!

Requirements:

    PHP 5.2+
    Read-Write access for working directory

Installation:

    ~Download webirc-client
    ~Extract it to desired web server / htdocs directory
    ~Customize config.php to your liking
    ~Use it!

Changelog: <<<<<<< HEAD

v1.3.0:
    -Add /join commands as well as /msg
    -Some security fixes
    -AJax URI formatting
    -Channel input boxes for login
    -IRC client bugfixes (irc.php)
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:

a4294cfa57

    -Add message, and server activity timestamps to chat logs.
v1.0.0:
    -Probably going to do something with it!
    -Functioning as a bash / php based IRC web client!

Legal stuff:

    License: GPLv2