idleirc/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2020-12-09 18:36:00 -08:00
### IdleIRC
2020-12-09 18:32:06 -08:00
This is a simple ajax frontend with a very small footprint on web servers. IdleIRC uses a IRC backend
written in PHP to communicate with IRC servers. With that being said, it's not secured by TLS or
anything like that. This is in working condition!
2020-12-09 18:30:45 -08:00
2020-12-09 18:36:00 -08:00
#### Requirements
2020-12-09 18:33:45 -08:00
PHP 5.2+
Read-Write access for working directory
2020-12-09 18:32:06 -08:00
2020-12-09 18:36:00 -08:00
#### Installation
2020-12-09 18:36:38 -08:00
* Download IdleIRC
* Extract it to desired web server / htdocs directory
* Customize config.php to your liking
* Use it!
2020-12-09 18:32:06 -08:00
2020-12-09 18:36:00 -08:00
#### Changelog
2020-12-09 22:17:19 -08:00
* v1.2.0:
* Added /help command for client usage
* Added /nick, and /list commands
* Added another session variable for nick name changes
* Should be rather stable as it sits, need to clean up CSS a bit more
2020-12-09 21:25:20 -08:00
* v1.1.0:
* Added alias' for /focus (/query, /switch)
* General cleanup.
2020-12-09 18:36:00 -08:00
* v1.0.0:
* Functioning web based front end with PHP based backend
* irc.php performs as an IRC bouncer when web client disconnects
* Controls to start / stop irc.php within web panel
* server.php is used by the AJAX frontend to communicate with irc.php
* Client supports: /join, /msg, and /me currently
* Multi user support
2020-12-09 18:32:06 -08:00
2020-12-09 18:36:00 -08:00
#### Legal stuff
Licensed via GPLv3