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