PHP-P10.git
12 years agoadded BotLoader basics
pk910 [Wed, 27 Jul 2011 11:21:52 +0000 (13:21 +0200)]
added BotLoader basics

12 years agoadded Bot class (simple method dummy) & fixed some bugs
pk910 [Wed, 27 Jul 2011 11:11:23 +0000 (13:11 +0200)]
added Bot class (simple method dummy) & fixed some bugs

12 years agoadded bind and unbind functions & added the simple ExampleBot. (doesn't run right...
pk910 [Wed, 27 Jul 2011 11:05:48 +0000 (13:05 +0200)]
added bind and unbind functions & added the simple ExampleBot. (doesn't run right now)

12 years agoadded ModCMD.class.php with simple binding principle
pk910 [Wed, 27 Jul 2011 10:26:13 +0000 (12:26 +0200)]
added ModCMD.class.php with simple binding principle

12 years agoadded recv_whois
pk910 [Tue, 26 Jul 2011 22:30:29 +0000 (00:30 +0200)]
added recv_whois

12 years agoadded scripting interfaces (addUser, delUser, join, part, kick, privmsg, notice,...
pk910 [Tue, 26 Jul 2011 21:49:07 +0000 (23:49 +0200)]
added scripting interfaces (addUser, delUser, join, part, kick, privmsg, notice, mode) && added recv_kick, recv_kill, recv_privmsg, recv_notice

12 years agoimplemented EventHandler
pk910 [Tue, 26 Jul 2011 18:57:05 +0000 (20:57 +0200)]
implemented EventHandler

12 years agoadded recv_join & recv_part
pk910 [Tue, 26 Jul 2011 18:28:27 +0000 (20:28 +0200)]
added recv_join & recv_part

12 years agoadded channel Burst
pk910 [Tue, 26 Jul 2011 18:04:36 +0000 (20:04 +0200)]
added channel Burst

12 years agoreally check if PASS was sent on Server handshake
pk910 [Tue, 26 Jul 2011 10:59:20 +0000 (12:59 +0200)]
really check if PASS was sent on Server handshake

12 years agoFLAG_CONNECTED added
pk910 [Tue, 26 Jul 2011 10:53:16 +0000 (12:53 +0200)]
FLAG_CONNECTED added

12 years agoadded EventHandler idea (not implemented, yet)
pk910 [Tue, 26 Jul 2011 10:50:28 +0000 (12:50 +0200)]
added EventHandler idea (not implemented, yet)

12 years agofixed some bugs
pk910 [Tue, 26 Jul 2011 10:06:09 +0000 (12:06 +0200)]
fixed some bugs

12 years agoadded P10_Channel.class.php and recv_burst
pk910 [Tue, 26 Jul 2011 10:02:50 +0000 (12:02 +0200)]
added P10_Channel.class.php and recv_burst

12 years agouse the P10Formatter even if there are no parameters to build a command
pk910 [Tue, 26 Jul 2011 09:00:04 +0000 (11:00 +0200)]
use the P10Formatter even if there are no parameters to build a command

12 years agoadded missing entries to P10Formatter.class.php
pk910 [Tue, 26 Jul 2011 08:57:32 +0000 (10:57 +0200)]
added missing entries to P10Formatter.class.php

12 years agosome more bug fixes (linkable version now)
pk910 [Tue, 26 Jul 2011 08:55:25 +0000 (10:55 +0200)]
some more bug fixes (linkable version now)

12 years agosyntax & bug fixes (first startable version)
pk910 [Tue, 26 Jul 2011 08:49:39 +0000 (10:49 +0200)]
syntax & bug fixes (first startable version)

12 years agoadded recv_server_quit and recv_quit
pk910 [Tue, 26 Jul 2011 08:32:29 +0000 (10:32 +0200)]
added recv_server_quit and recv_quit

12 years agomode handler
pk910 [Tue, 26 Jul 2011 08:17:34 +0000 (10:17 +0200)]
mode handler

12 years agocontinued burst() method & Numerics.class.php
pk910 [Tue, 26 Jul 2011 07:24:04 +0000 (09:24 +0200)]
continued burst() method & Numerics.class.php

12 years agoadded recv_nick and P10_User
pk910 [Tue, 26 Jul 2011 06:31:23 +0000 (08:31 +0200)]
added recv_nick and P10_User

12 years agoadded Server PING -> PONG
pk910 [Tue, 26 Jul 2011 05:08:32 +0000 (07:08 +0200)]
added Server PING -> PONG

12 years agofinished Server Handshake (script should be able to connect to another server now)
pk910 [Tue, 26 Jul 2011 04:55:03 +0000 (06:55 +0200)]
finished Server Handshake (script should be able to connect to another server now)

12 years agoadded P10_Server.class.php & recv_server
pk910 [Tue, 26 Jul 2011 04:42:18 +0000 (06:42 +0200)]
added P10_Server.class.php & recv_server

12 years agoadded Line parser and recv_pass, recv_error; added send command with a P10Formatter
pk910 [Tue, 26 Jul 2011 03:46:51 +0000 (05:46 +0200)]
added Line parser and recv_pass, recv_error; added send command with a P10Formatter

12 years agostart writing PHP P10 pack v2 (hopefully without bugs :D)
pk910 [Tue, 26 Jul 2011 02:42:01 +0000 (04:42 +0200)]
start writing PHP P10 pack v2 (hopefully without bugs :D)