forked from milosivanovic/xbot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
113 lines (83 loc) · 2.35 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
2011-12-27 Milos Ivanovic address@removed
* version 2.0
* initial commit
2011-12-27 Milos Ivanovic address@removed
* version bumped to 2.2
* minor:
- fix a few irregular indentations
- other trivial clean-ups and fixes
* major:
* core
- move channels to config file instead of built-in source
- use servers:port given in config file instead of built-in source
* module (quotes)
- bump result threshold to max 15
- publicly display results found if queried
and 1 < num results <= 15
2011-12-27 Milos Ivanovic address@removed
* version bumped to 2.21
* major:
- refactored logging code in core and module
source files
2011-12-28 Milos Ivanovic address@removed
* version bumped to 2.22
* minor:
* core
- actually bump-up internal version number
- method name changes
* module (io)
- tidy up the way NOTICEs are replied
* module (quotes)
- variable name changes for better understanding
- syntax tidy-up
* module (googleapi)
- syntax tidy-up
* module (dnstools)
- tidy up the way NOTICEs are replied
2011-12-28 Milos Ivanovic address@removed
* version bumped to 2.23
* major:
* core
- fixed typo in variable name (introduced in 2.22)
* module (quotes)
- fixed parameters in method (introduced in 2.22)
2011-12-28 Milos Ivanovic address@removed
* version bumped to 2.24
* major:
* module (quotes)
- fixed parameters in method again (introduced in 2.22)
* minor:
*core
- removed excess variables
2011-12-29 Milos Ivanovic address@removed
* version bumped to 2.25
* minor:
* core
- actually bump-up internal version number
- remove excess parameters in _reload
* module (io)
- remove excess parameters in _reload
2011-12-29 Milos Ivanovic address@removed
* version bumped to 2.26
* major:
* core:
- actually use the new 2.25 source code
2012-05-02 Milos Ivanovic address@removed
* version bumped to 2.3
* minor:
* core
- keep track of who has operator status
* module (logger)
- ignore db connect issues
* module (wolframalpha)
- accept more titles
2012-11-04 Milos Ivanovic address@removed
* version bumped to 2.4
* major:
* core:
- many bug fixes and improvements
* module (botdb)
- moved database configuration to a single location to centralise
and simplify usage
* module (js)
- new module