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