Merge branch 'master' of ssh://git.pk910.de:16110/PHP-P10
[PHP-P10.git] / Uplink / Uplink.class.php
2013-07-29 pk910Merge branch 'master' of ssh://git.pk910.de:16110/PHP-P10 master
2013-07-29 pk910fixed bug in Uplink.class.php (fixed handling of Server...
2012-05-27 pk910added setServerAddr and isServerAddr to IPAddr.class...
2012-04-29 NurPechformat
2011-12-30 pk910Another year is about to end... So we have to update...
2011-12-29 pk910reduce HACK(4) messages by using MODE instead of OPMODE...
2011-12-29 pk910fixed small "NICK_ALREADY_IN_USE" bug on kill/quit...
2011-12-26 pk910automatically assign default (HIS) fakehost when user...
2011-12-22 pk910fixed bug in Uplink::kick()
2011-12-21 pk910fixed last commit
2011-12-18 pk910added HALFOP (+h, %) support and Binding filters
2011-12-11 pk910added recv_fakehost (FA) and recv_newfakehost (NFH...
2011-12-09 pk910set UMode +r on AC (ACCOUNT) RAW
2011-08-25 pk910don't trigger mode event if mode change is coming from...
2011-08-25 pk910fixed small bugs in the mode and burst parsing code
2011-08-16 pk910fixed possible empty channel bursts
2011-08-16 pk910support for multi-target notices ("multicast")
2011-08-01 pk910fixed small burst parsing bug
2011-07-28 pk910added default CTCP replies
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)