PHP-P10.git
12 years agochanged file headers & added AUTHORS file
pk910 [Thu, 28 Jul 2011 11:24:08 +0000 (13:24 +0200)]
changed file headers & added AUTHORS file

12 years agoadded some more events
pk910 [Thu, 28 Jul 2011 10:16:10 +0000 (12:16 +0200)]
added some more events

12 years agoadded LICENSE file
pk910 [Thu, 28 Jul 2011 09:56:58 +0000 (11:56 +0200)]
added LICENSE file

12 years agofixed header of IPv6.class.php
pk910 [Thu, 28 Jul 2011 09:40:19 +0000 (11:40 +0200)]
fixed header of IPv6.class.php

12 years agosmall intToNum fix
pk910 [Thu, 28 Jul 2011 09:15:40 +0000 (11:15 +0200)]
small intToNum fix

12 years agotest our new IP Parser ;)
pk910 [Thu, 28 Jul 2011 09:02:46 +0000 (11:02 +0200)]
test our new IP Parser ;)

12 years agoremove the user from the users array on quit
pk910 [Thu, 28 Jul 2011 08:21:39 +0000 (10:21 +0200)]
remove the user from the users array on quit

12 years agoutf8 decode console outputs
pk910 [Thu, 28 Jul 2011 08:18:02 +0000 (10:18 +0200)]
utf8 decode console outputs

12 years agosome fixes
pk910 [Thu, 28 Jul 2011 08:15:41 +0000 (10:15 +0200)]
some fixes

12 years agoinfinite looooooooop :)
pk910 [Thu, 28 Jul 2011 08:06:19 +0000 (10:06 +0200)]
infinite looooooooop :)

12 years agoUMODE +g doesn't share it's parameter
pk910 [Thu, 28 Jul 2011 08:03:42 +0000 (10:03 +0200)]
UMODE +g doesn't share it's parameter

12 years agosome transfer fixes
pk910 [Thu, 28 Jul 2011 08:00:38 +0000 (10:00 +0200)]
some transfer fixes

12 years agoircu gives us real nicknames on usermode changes
pk910 [Thu, 28 Jul 2011 07:59:21 +0000 (09:59 +0200)]
ircu gives us real nicknames on usermode changes

12 years agoadded own IPAddr Class and rewrote the IP Address parser & builder
pk910 [Thu, 28 Jul 2011 07:57:48 +0000 (09:57 +0200)]
added own IPAddr Class and rewrote the IP Address parser & builder

12 years agoadded some debug output
pk910 [Thu, 28 Jul 2011 04:34:03 +0000 (06:34 +0200)]
added some debug output

12 years agoimplode mode string with " " as delimiter
pk910 [Thu, 28 Jul 2011 04:27:50 +0000 (06:27 +0200)]
implode mode string with " " as delimiter

12 years agofixed P10_ModeSets.class.php
pk910 [Thu, 28 Jul 2011 04:26:06 +0000 (06:26 +0200)]
fixed P10_ModeSets.class.php

12 years agomode fix
pk910 [Thu, 28 Jul 2011 04:20:38 +0000 (06:20 +0200)]
mode fix

12 years agoworkaround for broken ipv6 numeric builder
pk910 [Thu, 28 Jul 2011 04:16:54 +0000 (06:16 +0200)]
workaround for broken ipv6 numeric builder

12 years agofixed whois
pk910 [Thu, 28 Jul 2011 04:14:46 +0000 (06:14 +0200)]
fixed whois

12 years agoburst only channels we've users in
pk910 [Thu, 28 Jul 2011 04:12:42 +0000 (06:12 +0200)]
burst only channels we've users in

12 years agofixed join binding of IPv6.class.php
pk910 [Thu, 28 Jul 2011 04:08:02 +0000 (06:08 +0200)]
fixed join binding of IPv6.class.php

12 years agosmall syntax fix
pk910 [Thu, 28 Jul 2011 04:05:06 +0000 (06:05 +0200)]
small syntax fix

12 years agofixed some warnings
pk910 [Thu, 28 Jul 2011 04:03:36 +0000 (06:03 +0200)]
fixed some warnings

12 years agoadded IPv6.class.php
pk910 [Thu, 28 Jul 2011 04:01:08 +0000 (06:01 +0200)]
added IPv6.class.php

12 years agoadded recv_mode
pk910 [Thu, 28 Jul 2011 03:33:06 +0000 (05:33 +0200)]
added recv_mode

12 years agoadded per user / per channel stats
pk910 [Thu, 28 Jul 2011 02:26:29 +0000 (04:26 +0200)]
added per user / per channel stats

12 years agofixed small transfer bug in Stats.class.php
pk910 [Thu, 28 Jul 2011 01:48:00 +0000 (03:48 +0200)]
fixed small transfer bug in Stats.class.php

12 years agofixed P10_Channel.class.php checkChannel()
pk910 [Thu, 28 Jul 2011 01:41:54 +0000 (03:41 +0200)]
fixed P10_Channel.class.php checkChannel()

12 years agoadded RRD Stats Module
pk910 [Thu, 28 Jul 2011 01:36:03 +0000 (03:36 +0200)]
added RRD Stats Module

12 years agoadded HIS option to example config
pk910 [Thu, 28 Jul 2011 01:12:27 +0000 (03:12 +0200)]
added HIS option to example config

12 years agoadded config file
pk910 [Thu, 28 Jul 2011 01:07:35 +0000 (03:07 +0200)]
added config file

12 years agofixed Client.class.php (block timeouts) and some other bugs
pk910 [Thu, 28 Jul 2011 00:57:25 +0000 (02:57 +0200)]
fixed Client.class.php (block timeouts) and some other bugs

12 years agoadded PHPGod.class.php (PHP Module)
pk910 [Thu, 28 Jul 2011 00:38:41 +0000 (02:38 +0200)]
added PHPGod.class.php (PHP Module)

12 years agofinished first "alpha" version of PHP-P10 v2
pk910 [Thu, 28 Jul 2011 00:20:18 +0000 (02:20 +0200)]
finished first "alpha" version of PHP-P10 v2

12 years agocontinued BotLoader, added ModManager.class.php & timers
pk910 [Wed, 27 Jul 2011 23:54:44 +0000 (01:54 +0200)]
continued BotLoader, added ModManager.class.php & timers

12 years agoadded saxdb & continued BotLoader
pk910 [Wed, 27 Jul 2011 22:41:06 +0000 (00:41 +0200)]
added saxdb & continued BotLoader

12 years agofixed BotLoader.class.php header
pk910 [Wed, 27 Jul 2011 11:22:51 +0000 (13:22 +0200)]
fixed BotLoader.class.php header

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)