| 1 |
// $Id: CHANGELOG.txt,v 1.13 2006/12/28 04:02:24 morbus Exp $
|
| 2 |
|
| 3 |
Todo:
|
| 4 |
* bring in Frando's logger as a Seen-er too.
|
| 5 |
* add that hook that allows bot responses to be logged.
|
| 6 |
* find Druplicon's "anyone?", "only me" and add to botagotchi.
|
| 7 |
|
| 8 |
2006, December:
|
| 9 |
* issue metadata and IRC count per suggestions by ChrisKennedy.
|
| 10 |
|
| 11 |
2006, November:
|
| 12 |
* bot_drupal: "Bot Drupal URLs" renamed to just "Drupal URLs".
|
| 13 |
* bot: bot/ URL now exists and displays connection/feature details.
|
| 14 |
* bot_agotchi: greeting and thankful responses added, user configurable.
|
| 15 |
* bot_agotchi: variable substitution is now possible in responses.
|
| 16 |
* bot_drupal: popular URLs are now constrained to last 14 days.
|
| 17 |
* bot_start: fixed error where SCRIPT_NAME was not being set properly.
|
| 18 |
* bot_drupal: now shows page of popular/recent URLs at bot/drupal_urls.
|
| 19 |
* bot_drupal: now stores the retrieved title in the database.
|
| 20 |
* bot_agotchi.module added; botsnacks, greetings, personality.
|
| 21 |
* bot_drupal: URLs are remembered and counted in the database now.
|
| 22 |
* Shipped plugins moved to their own directories for less clutter.
|
| 23 |
* Help interface added; module developers, please see README.txt.
|
| 24 |
* bot_drupal.module added; Drupal developer helper.
|
| 25 |
* Removed layer of abstraction from the hook system.
|
| 26 |
* Renamed some files, got rid of bot_version.module.
|
| 27 |
* Initial proof of concept release.
|
| 28 |
|