-------------
Version 0.6.7
-------------
- Improved the cURL get_site function to support POST and Login.
- Added a Link for turning LFT on in click to join blob, can be disabled under settings.
- Autoinvites users who apear to have LD during a Raid.
- rally's can now be saved and loaded
- The bot will now automatically use cURL if it is available. The previous get_site setting has been removed
and a new setting added to allow disabling cURL.
- The socket method used for get_site should now properly time out instead of waiting for the default
socket timeout which is 60 seconds for most installs.
- Removed a bug where cron jobs sometimes didn't execute right on time.
- Added Tank and Caller Info to Raid Spam.
- Added Ability to kick all users in PG that arnt in Raid.
- Some Bug Fixes and Spelling Corrections in Raid mod.
- Make it so you goto be in PG to join Raid, can be disable in settings and only applies to AO game.
- Roster Module now Supports use of dimension name for AO
- Fixed login procedure for AoC patch 1.06
- Changed name of AoC Testlive server so that it doesn't get confused with AO Testlive
- Fixed an issue with invalid users on AOC causing crashes.
- Xyphos items database now used by default for AO. Please report issues at
http://www.xyphos.com/viewforum.php?f=7New Modules:
- Added AdminsUI Module to allow members to easily see the admin list, which also shows alts and status
-------------
Version 0.6.6
-------------
- Add detection of missing config file and try to detect if config file was not read properly.
- Added setting for what raid types to show in raid control start raid links
- Added a best match function to tools module
- Added waypoint support to rally
- Added a General queue module Changed chatqueue buddy_queue and masmsg (invites) to use
- Fixed login in AoC after patch 1.05.6
-------------
Version 0.6.5
-------------
- Fixed date format for !whois -> last online (aoc only)
- Added missing version info in !about (not currently used for stable release versions)
- Backported some more fixes for various PHP notices when running with higher error reporting levels enabled.
- Fixed a bug causing the internal buddylist count to be off, which in turn meant roster updates would run every hour for busy bots.
- Fix the bug causing !list output for the AO loot module to not have clickable item references.
- Fix a bug #417476 causing IRC nickname changes to ignore AnnounceTo setting. Reported by Getrix.
API Changes:
- make_item again accepts the optional fifth argument for alternative quoting.
-------------
Version 0.6.4
-------------
- Modified the network protocol to work with AoC 1.05
Please note that PrivGroup relays are no longer an option for AoC due to chatserver changes.
- Reversing stripping of control characters on text from IRC for now.
- htmlspecialchars_decode text going to IRC to decode & and similar.
- IRC join/part/quit messages now properly prefixed on IRC and are also relayed over guild relay if UseGuildRelay is set for IRC module.
- IRC part/quit messages are now relayed ingame.
- Fixed flip command
- Added the option to make reason required for !ban add
- Added a check for botname_rules.txt before getting rules.txt
- Lots of Changes to Raid module, lots of new function and features including restart/crash support, raid logging, raid control interface,
punish raiders, move countdown, min level and also fixed alot of problems with output to wrong place or unnessesary spam
- Lots of Changes to Bid module, lots of new function and deatures including using points log, !bid cancel, !bid all, and more
- Corrected some color codes and time zone for "last online" in !whois (AoC only)
- Backported some fixes from trunk to make it bearable to enable E_ALL logging
- Changed help for !aliasadmin (which didn't exist) to !alias admin
- Bot doesn't tell people that there are "No news." upon login any more. Only if they ask for "!news".
- Added more spam protection (e.g. when double clicking tell links) to message queue.
- !roll should work properly now.
- Improved !raffle logic slightly. Will now determine the number of times to do a roll depending on the number of people in the raffle.
- Added setting Members->QuietUpdate to let the bot do roster updates quietly (default off).
- Added setting Shutdown->QuietShutdown to let the bot do restart and shutdown quietly (default off).
- Fixed a bug causing the bot to malfunction for Anarchy Online if one did not use the numeric dimension representations.
- The bot now checks online to see if a newer version is available. This behaviour can be disabled using "!set version checkupdate off" if desired.
- !version is now an alias of !about.
- !version check can now be used by superadmins and above (hardcoded in 0.6 branch) to force a version check.
API Changes:
- make_item no longer accepts the optional fifth argument. It will now properly deal with item names containing ' automatically.
- Added this->bot->core("tools")->my_rand($min=false, $max=false) wrapper to call random number generator.