A bug in Onis::Users has been fixed.
[onis.git] / CHANGELOG
1  onis - CHANGELOG
2 ==================
3 http://verplant.org/onis/
4
5   0.8.0 - All new persistency
6  =============================
7  - This release features a complete rewrite of the persistency-code. The
8    new code is much more powerful and flexible. In addition to using
9    Storable onis can now use DBM-files too. This is the first step towards
10    database-backed storage.
11  - A plugin showing the channel activity based on weekdays has been added.
12  - A plugin showing the channel activity over the last 31 days
13    (configurable, of course) has been added.
14  - The Userdetails-plugin has been extended to display the data of the above
15    plugins, too.
16  - Many, many code and documentation fixes and additions.
17
18
19
20   0.7.2 - Spanish translation
21  =============================
22  - Javier Garcia Alarcon (Sorry, my term didn't like all the fancy spanish
23    characters :/) has contributed a spanish translation for onis. Thank
24    you very much :)
25
26
27
28   0.7.1 - Improved aging and new translation
29  ============================================
30  - ``Aging'' now only occurs once a day, so you can generate hourly-stats
31    without losing data..
32  - Christoffer Jonsson has sent in a swedish translation. Thank you very
33    much :)
34  - Fixes in the CSS files allow the MSIE to render the generated files
35    correctly. You have to resize the images to 50 by 50 pixels though.. If
36    you don't like that you'll have to edit the CSS files yourself..
37
38
39
40   0.7.0 - Aging data and themes
41  ===============================
42  - A parser for EnergyMech logfiles has been contributed/added. Thanks to
43    Korbinian Rosenegger :) Unfortunately it doesn't quite work, yet..
44  - When including images in the stats the images will now be displayed in
45    the Userdetails-stats, too.
46  - There is a new ``public_page'' option: When set to ``true'' (the
47    default setting) the page will eventually show up on onis' homepage.
48  - There is now support for simple themes. Basically, they are ordered
49    configs.. Also, the themes have been improved a bit..
50  - Words, Nicks and Ident `age' now. This means, that a lot less diskspace
51    will be used to store persistent data, because useless old data will be
52    removed..
53  - The nicks-Plugin is now RFC2812 compliant.
54
55
56
57   0.6.1 - Bugfixes
58  ==================
59  - A display bug with the ``Conversations'' plugin has been fixed.
60  - POD documentation for some modules has been improved/added.
61  - Bjørn Danielsen has contributed a norwegian translation.
62    Thanks a lot :)
63  - Handling of unidentified nicks has been improved. People who don't use
64    the users-configuration and run onis on small logs (daily logs or so)
65    may see a huge improvment here..
66
67
68
69   0.6.0 - Detailed nick statistics
70  ==================================
71  - The new ``Userdetails''-plugin provides detailed per-user-statistics
72    for people that are into that kind of things (ie. me ;).
73  - The width of the bars of the ``Conversation''-plugin is calculated more
74    appropriately now.
75  - Typos in lang/german.lang have been fixed.
76  - Persistency files won't work with any other version than they were
77    created with.
78
79
80
81   0.5.1 - Some more cosmetics
82  =============================
83  - Dircproxy parser has been fixed. The format seems to have changed.
84  - Error- and warning-messages have been changed to provide more
85    information about what's wrong and how it can be fixed.
86
87
88
89   0.5.0 - Stable, at last
90  =========================
91  - The Conversations- and the Nicks-plugin both now ignore nicks that
92    didn't write at least 100 lines. This value will be configurable in a
93    later release.
94  - The persistency data is ignored now, if the user configuration changes.
95    This has caused some irritation in the past so I thought it would be
96    good to implement..
97  - Output fixes.. (Thanks Bob :)
98  - A new theme, named ``liner'' after it's creator, has been added.
99    Thanks a lot :)
100  
101
102
103   0.4.9 - Bugfixes and conversations
104  ====================================
105  - Workaround for MSIE issues have been implemented. Isn't it weird that
106    such a widespread browser can;t even center a table the right way?!
107  - A bug html-tag generation code has been fixed. Now all there's left to
108    do is to use them ;)
109  - The ``Conversations'' plugin has been added. It displays the persons
110    with the most conversations.
111  - The user config has been integrated a lot better into the nick-tracing
112    code.
113  - A bug in the persistency code has been fixed. Thanks to Bob Ball for
114    reporting it :)
115
116
117
118   0.4.8 - Look ma, that's me on the internet ;)
119  ===============================================
120  - Option to add an image to each nick has been added.
121  - Option to ignore hosts/nicks has been added.
122  - The newest time is now saved per-file, so the order of the input files
123    doesn't matter anymore.
124  - Files are no longer identified by their name, their inode numbers are
125    used instead. This has not been tested unter M$ Windows!
126  - New default config is to sort the users by words, not lines.
127  - Fixed bug with the coloring-code (Thanks to Bob Ball for pointing this
128    out :)
129
130
131
132   0.4.7 - Colors and users
133  ==========================
134  - Added forgotten ident prefix `='.
135  - Recognition of mIRC-color-codes has been added. (Thanks to Bob Ball for
136    coding this :)
137  - A user-configuration has been added which aloows to set specific
138    information (like link, realname and image) for an user.
139
140
141
142   0.4.6 - Yet another nasty bug fixed
143  =====================================
144  - A bug in the persistency code has been fixed: If the first line of a
145    logfile had the same timestamp as the last line parsed in the previous
146    run, the entire logfile would not be parsed.
147  - An alternate config file can be set with the ``--config'' command line
148    argument.
149
150
151
152   0.4.5 - Purge option and fixes
153  ================================
154  - Option to automatically purge (truncate or delete) parsed logfiles has
155    been added.
156  - Input files will be sorted by mtime from now on. This addresses an
157    issue with weird sorted input..
158  - The dancer-parser has had a problem with the month of december (which
159    has been taken care of ;)
160  - A potential deivision by zero in Html.pm has been fixed.
161
162
163
164   0.4.4 - Bugfix release
165  ========================
166  - Forgotten config options have been added again.
167  - Fixes in the translation system.
168
169
170
171   0.4.3 - Multilingualism
172  =========================
173  - A bug in the generated HTML code has been fixed.
174  - Support for translations and a german translation has been added.
175  - A parser for dancer-logs has been added (again).
176
177
178
179   0.4.2 - Bugfix release
180  ========================
181  - An issue with perl 5.8.0 has been resolved: Time::Local tried to load
182    ``Config'' and got onis' module with the same name.
183  - A bug in the Eggdrop parser has been fixed: leave-events were not
184    parsed correctly.
185  - A parser for xchat has been added.
186
187
188
189   0.4.1 - Added missing features and more
190  =========================================
191  - Internal restructure due to planned features.
192  - The main table can now be sorted by lines, words or characters written.
193  - Written lines, words and characters can be displayed at will. You can
194    even chose between number only, bar only and both.
195  - The overall-distribution of time spent chatting can be displayed.
196  - A plugin named ``Interesting Numbers'' has been added. It brings back
197    the information displayed by the ``Action'', ``Kicks'' and
198    ``Soliloquies'' plugins.
199  - URLs are now cut after 50 characters.
200  - The daily activity stats now use characters (instead of lines) for
201    greater precision.
202
203
204
205   0.4.0 - Complete rewrite (testing)
206  ====================================
207  - Complete rewrite of huge parts of the program.
208  - Improvments for nick-tracing.
209  - Fixes for URL-Matching.
210  - Better config-parsing.
211  - Persistent data using ``Storable''.
212  - New, lighter output theme.
213  - Tons of other stuff I forgot to write down.
214
215
216
217   0.3.3 - Major Feature Enhancements
218  ====================================
219  - Bug fixed: eggdrop and dircproxy logs wouldn't work with the kicks
220    plugin. Thanks to Daniel Peters.
221  - New plugin: nicks determines the nicks which were mentioned the most.
222  - New plugin: channel tries to determine the channel's name. This only
223    works with eggdrop, ircii, mirc and perlbot logs.
224  - New plugin: topics lists the last topics set in the channel.
225  - There are more configuration options for certain plugins.
226  - onis uses Getopt::Long for some settings such as channel name or output
227    file. Getopt::Long is part of the standard perl distribution.
228  - Quotes taken out of the logfiles are now escaped and URLs are linked.
229    There can be only one URL per line so far.
230  - Bug fixed: You can now include images from other webservers in the
231    config file.
232  - Bug fixed: The words plugin now ignores nicks.
233
234
235
236   0.3.0 - Major Feature Enhancements
237  ====================================
238  - Merged Fester's "extensions" into the main branch as "plugins". These 9
239    (!) new plugins give a lot of useless information about the channel
240    usage.
241  - Added parsing modules for dancer- and dircproxy-logfiles. Thanks to
242    Korbinian Rosenegger for writing the initial code.
243  - Modularized the entire structure of onis.
244  - The new comment-character is ';'. I though it would look better.
245  - Updated the perlbot parser so it is compatible with perlbot 1.4.2
246
247
248
249   0.2.0 - advanced and tested pre0.1.9
250  ======================================
251  - user-ranking scaleable (check the config-file)
252  - improvment of the user-tracing. slows down when handling unknown nicks,
253    so make sure to use the plugin if running perlbot!
254  - source better documented
255  - changed syntax!!