]> git.donarmstrong.com Git - infobot.git/blob - ChangeLog
* Missed DebianBugs.pl in the previous merge
[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
18 1.5.3
19 =====
20
21 * New maxVolunteerLength to govern max size of non addressed replies
22
23 * Cleaned up some of the regex code for what the bot considers a question
24
25 * Fixed an obscure and undocumented variable that was disabling "query?"
26 questions in non addressed mode
27
28 * Fixed bug in babelfish module due to site/html changes
29
30 * Added chanset and help for verstats to allow disabling of command to prevent abuse
31
32 * Fixed verstats to warn the channel about who involked the command and bug that
33 was causing the output to go to random channels due to loss of variable scope
34
35 * Added infobot client to verstats and cleaned up a few other client regex
36
37 * Fixed talkok bug with 'how are you' statement
38
39 1.5.2
40 =====
41
42 * Correction to factoid updates to treat appending as a modification
43
44 * Code formatting cleanups
45
46 * Removed unmaintained patches directory
47
48 * Changed +chan to chanadd
49
50 * Changed -chan to chandel
51
52 * Changed +ban to banadd
53
54 * Changed -ban to bandel
55
56 * Changed +host to hostadd
57
58 * Changed -host to hostdel
59
60 * Changed adduser to useradd
61
62 * Changed deluser to userdel
63
64 1.5.1
65 =====
66
67 * Fixed bug in factoid modification code that prevented matching against
68 created_by properly
69
70 * New +M flag to allow modifying factoids created by same nick
71
72 1.5.0
73 =====
74
75 * Rebranding from blootbot
76
77 # vim:ts=4:sw=4:expandtab:tw=80