]> git.donarmstrong.com Git - infobot.git/blob - ChangeLog
* Accidentally left in a debug output
[infobot.git] / ChangeLog
1 1.5.4
2 =====
3 * Updates to DebianExtra.pl:
4 - use soap for bug_info
5 - totally replace do_id with the copy from DebianBugs.pl
6 - fix ||= typo
7 - fix url->uri typo
8 - fix -> typo
9 - add some more debugging code to the do_id code
10 - remove useless bug =>
11 - disable debugging output of the soap object returned
12 - soap returns multiple bugs in a single shot
13 - use strftime on the date
14
15 * check for and use of old blootbot.(users|chan) files
16
17 * Retired the old broken W3Search module in favour of a working Google search
18
19 * Removed +W3Search in infobot.chan, added +Google (don't forget to update your
20 configs)
21
22
23 1.5.3
24 =====
25
26 * New maxVolunteerLength to govern max size of non addressed replies
27
28 * Cleaned up some of the regex code for what the bot considers a question
29
30 * Fixed an obscure and undocumented variable that was disabling "query?"
31 questions in non addressed mode
32
33 * Fixed bug in babelfish module due to site/html changes
34
35 * Added chanset and help for verstats to allow disabling of command to prevent abuse
36
37 * Fixed verstats to warn the channel about who involked the command and bug that
38 was causing the output to go to random channels due to loss of variable scope
39
40 * Added infobot client to verstats and cleaned up a few other client regex
41
42 * Fixed talkok bug with 'how are you' statement
43
44 1.5.2
45 =====
46
47 * Correction to factoid updates to treat appending as a modification
48
49 * Code formatting cleanups
50
51 * Removed unmaintained patches directory
52
53 * Changed +chan to chanadd
54
55 * Changed -chan to chandel
56
57 * Changed +ban to banadd
58
59 * Changed -ban to bandel
60
61 * Changed +host to hostadd
62
63 * Changed -host to hostdel
64
65 * Changed adduser to useradd
66
67 * Changed deluser to userdel
68
69 1.5.1
70 =====
71
72 * Fixed bug in factoid modification code that prevented matching against
73 created_by properly
74
75 * New +M flag to allow modifying factoids created by same nick
76
77 1.5.0
78 =====
79
80 * Rebranding from blootbot
81
82 # vim:ts=4:sw=4:expandtab:tw=80