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