Files | Admin

Notes:

Release Name: Butler beta 2

Notes:
Fixed some bugs and modified Scheduler, see changelog.


Changes: -Increased login-timeout since else servers that do ident-lookups will mostly time out -Added execute-method to Scheduled (Scheduled can execute blocks now standalone without dispatcher) -Added text-escaping to log -Fixed some bugs in Scheduled, related to Scheduled.at -Scheduler now is Dispatcher::Scheduled -ScheduledResponder now is Dispatcher::Event -No need anymore to send a Wakeup to Dispatcher::Scheduled after Dispatcher::Event changed. -API of Scheduled as changed slightly (no more camelCase methods, all are snake_case now) -API of Dispatcher::Scheduled has heavily changed, it should be much simpler now to use it. -Added blocks to Scheduled, so it can schedule and execute as standalone -Renamed Access::Role#remove_role to Access::Role#delete_role for more consistency -Renamed Access::User#remove_role to Access::User#delete_role for more consistency -Added to_s and to_str to Access::Role -Added to_str to Access::User -Fixed a bug in Plugins#unload -Added 8-ball plugin :) -Added quite some documentation -Fixed documentation (accidentally double and tripple indexed files, thus growing from 1.7MB to 4MB)