PHP-P10.git
2011-07-27 pk910added BotLoader basics
2011-07-27 pk910added Bot class (simple method dummy) & fixed some...
2011-07-27 pk910added bind and unbind functions & added the simple...
2011-07-27 pk910added ModCMD.class.php with simple binding principle
2011-07-26 pk910added recv_whois
2011-07-26 pk910added scripting interfaces (addUser, delUser, join...
2011-07-26 pk910implemented EventHandler
2011-07-26 pk910added recv_join & recv_part
2011-07-26 pk910added channel Burst
2011-07-26 pk910really check if PASS was sent on Server handshake
2011-07-26 pk910FLAG_CONNECTED added
2011-07-26 pk910added EventHandler idea (not implemented, yet)
2011-07-26 pk910fixed some bugs
2011-07-26 pk910added P10_Channel.class.php and recv_burst
2011-07-26 pk910use the P10Formatter even if there are no parameters...
2011-07-26 pk910added missing entries to P10Formatter.class.php
2011-07-26 pk910some more bug fixes (linkable version now)
2011-07-26 pk910syntax & bug fixes (first startable version)
2011-07-26 pk910added recv_server_quit and recv_quit
2011-07-26 pk910mode handler
2011-07-26 pk910continued burst() method & Numerics.class.php
2011-07-26 pk910added recv_nick and P10_User
2011-07-26 pk910added Server PING -> PONG
2011-07-26 pk910finished Server Handshake (script should be able to...
2011-07-26 pk910added P10_Server.class.php & recv_server
2011-07-26 pk910added Line parser and recv_pass, recv_error; added...
2011-07-26 pk910start writing PHP P10 pack v2 (hopefully without bugs :D)