Simple PHP IRC web client using Ajax calls.

README.md 972B

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+
    telnet (IRC backend)
    Read-Write access for .webirc.log and .webirc.input (server side stuffs)

Installation:

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

Changelog:

v1.0.1:
    -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:

    webirc-client is based from microchat and has been greatly modified for this project.
    License: GPLv2