An IRC server written in sloppy PHP.
Various basic features are implemented such as mode and membership tracking and some /OPER commands.
The latest commits here require PHP 8. See below table for older PHP versions.
This codebase was created during my high school career and first uploaded to SourceForge in April 2008 (when I was ~15 years old). Originally, the code targetted PHP 5.2.0 on Windows.
It was not good code.
I don't support this project, but since then several people have made contributions to work on some of the bugs or support newer PHP versions.
Here are some permalinks into the different snapshots:
Date | Description | Contributor | Tree |
---|---|---|---|
April 2008 | Initial commit | @danopia | 5a03029 |
June 2008 | Final feature commit | @danopia | 137458a |
December 2012 | Typo/formatting | @zhaofengli | 49160cb |
March 2014 | Refactoring | @snacsnoc | e64cd3f |
January 2019 | Typo | @avram | b9db16e |
July 2020 | Support PHP 7.4 | @henrikhjelm | e9cbb9a |
July 2021 | Require PHP 8 | @JosunLP | b100861 |