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