16ff75eb1d
[TASK] Removed all the protocol handlers. [TASK] Clients are no longer part of the SocketFramework itself. [TASK] The Framework provides an "interface" to external clients - the ClientDispatcher. [TASK] Added the Core package and added a better ClassLoader. [TASK] Created a bootstrap module to include in other projects. [TASK] Cleaned up comments, reformatted them. |
||
---|---|---|
IrcClient/Classes | ||
SocketFramework | ||
Testcode | ||
.gitignore | ||
BRAINSTORM | ||
Doxyfile | ||
Main.php | ||
README | ||
start.sh | ||
update-docs.sh |
README
# General This multiserver-ircbot is based on an advanced socket-driven framework. It's still in beta, but the basics are working. # Running the bot To run it, simply type ./start.sh into your console. # Documentation The documentation is not in the svn, but you can easily create it using the existing Doxyfile with doxygen. Simply run ./update-docs.sh and - if doxygen + dot are installed - you'll have a perfectly fine documentation. The Code itself should also give you an idea of how this works :-) # License This project is a private one, i don't know what license i will use yet. Maybe something like GPL v2+