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