changed file headers & added AUTHORS file
[PHP-P10.git] / Uplink / Uplink.class.php
2011-07-28 pk910changed file headers & added AUTHORS file
2011-07-28 pk910added some more events
2011-07-28 pk910some fixes
2011-07-28 pk910ircu gives us real nicknames on usermode changes
2011-07-28 pk910added own IPAddr Class and rewrote the IP Address parse...
2011-07-28 pk910implode mode string with " " as delimiter
2011-07-28 pk910mode fix
2011-07-28 pk910fixed whois
2011-07-28 pk910burst only channels we've users in
2011-07-28 pk910small syntax fix
2011-07-28 pk910added recv_mode
2011-07-28 pk910added RRD Stats Module
2011-07-28 pk910finished first "alpha" version of PHP-P10 v2
2011-07-27 pk910continued BotLoader, added ModManager.class.php & timers
2011-07-27 pk910added saxdb & continued BotLoader
2011-07-27 pk910added Bot class (simple method dummy) & fixed some...
2011-07-27 pk910added bind and unbind functions & added the simple...
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 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 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)