Ich freue mich jederzeit über Verbesserungsideen. Der Code von Lilaine wird immer frei zur Verfügung stehen, ausgenommen ist das Interface, dass wir verwenden um zwischen Forum und IRC zu kommunizieren, was man aber selbst relativ leicht über das Modulsystem selbst bauen kann.Code:TODO - check size of sendqueue (protection from "Excess Flood") - CHANGELOG Version 0.1.2 28-March-2008 - More sophisticated authentication verification (./base/config.inc.php, ./base/misc.inc.php (isowner(), splitmask())) There are currently three ways to verify the user is who he claims to be: Nickname, Ident and Hostname You can set $config['AUTH']['LEVEL'] to the following values: 0 = everyone can use every function (ABSOLUTELY not recommend) 1 = one out of three (not recommend either, because the right nick or ident which can easily be adapted would do the trick) 2 = two out of three (default, moderate security) 3 = three out of three, all options must match (recommend) Version 0.1.1 21-January-2008 - Reconnect Throtteling (./base/irc.inc.php, $irc::reconnect()) - errorHandling (error.inc.php) for automatic reconnect due to Broken Pipes - renamed function.inc.php to irc.inc.php, it contains the irc functions anyway - created misc.inc.php, containg some functions I am using here and there (like isowner() from config.inc.php) - function StrOfArray(array $array, int $offset) Version 0.1 15-January-2008 - stable IRC-Socket (./bot.php, ./base/functions.inc.php) - PING? PONG - RAWs: 376 (END_OF_MOTD), 433 (NICK_ALREADY_IN_USE) - perform (./etc/perform) - configuration based on variables in (./base/config.inc.php) - modularity: load, unload, list (./bot.php, ./base/modules.inc.php) - scripts: nonirc, events, load, unload - sendqueue (protection from "Excess Flood") (./bot.php, ./base/functions.inc.php)


LinkBack URL
About LinkBacks
Mit Zitat antworten
