summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Maxim Konovalov [Fri, 31 Jan 2014 09:01:37 +0000 (13:01 +0400)]
small irssistats localization patch
Hi Antoine,
would you mind to commit the following patch as well?
TIA,
maxim
Maxim Konovalov [Sun, 28 Jul 2013 19:58:56 +0000 (23:58 +0400)]
small irssistats localization patch
Hi Antoine,
below is a small patch that fixes grammar in russian localization.
Thanks for a nice tool!
Cyril Roelandt [Wed, 25 Jan 2012 04:07:39 +0000 (05:07 +0100)]
remove nested functions
irssistats uses nested functions (cf. irssistats.c:1566). It seems to me that nested functions are not part of the C standard (they are a GCC extension), which makes irssistats impossible to compile with compilers that do not support this feature. For example, clang fails to compile it.
Antoine Jacquet [Fri, 9 Nov 2007 23:00:00 +0000 (00:00 +0100)]
version 0.75
* generate better/longer quotes when possible (patch by Nikolai Weh)
Antoine Jacquet [Wed, 19 Sep 2007 22:00:00 +0000 (00:00 +0200)]
version 0.74
* added CFLAGS to Makefile (patch by VMiklos)
* added '&' and '~' to list of nick prefix (patch by VMiklos)
Antoine Jacquet [Sat, 19 May 2007 22:00:00 +0000 (00:00 +0200)]
version 0.73
* added last weeks and last months options (suggested by Gouki)
* fixed theme option when generating output
* also reset last days statistics when generating output
* fix german translation (reported by Nico)
* close the last div when using custom footer
Antoine Jacquet [Fri, 24 Mar 2006 23:00:00 +0000 (00:00 +0100)]
version 0.72
* now supports statistics of russian words (patch by Pavel N.Kovalenko)
* parsing more relaxed for modified log formats (patch by Micha Nelissen)
* check day changes with multiple log files (patch by Micha Nelissen)
Antoine Jacquet [Sun, 6 Feb 2005 23:00:00 +0000 (00:00 +0100)]
version 0.71
* back to a basic Makefile for clean packinging purposes
Antoine Jacquet [Sat, 5 Feb 2005 23:00:00 +0000 (00:00 +0100)]
version 0.70
* Makefile was improved to easily build packages
* Windows binaries are now available
* patch to make parsing more robust and dutch translation updated (thank you Wouter Horré)
* added an option to display pictures for the users
* added the irssistats logo with an option to hide it
* expand the "~" character in configuration file to the home directory
* added 3 themes : biseau, damier and niflheim
* gcc optimization to speed up irssistats
Antoine Jacquet [Sun, 2 May 2004 22:00:00 +0000 (00:00 +0200)]
version 0.62
* estonian support (thank you Martin Vool)
Antoine Jacquet [Sun, 4 Apr 2004 22:00:00 +0000 (00:00 +0200)]
version 0.61
* russian support (thank you kamikaze)
* manpage was rewritten in SGML, updated and restored
Antoine Jacquet [Sat, 20 Mar 2004 23:00:00 +0000 (00:00 +0100)]
version 0.6
* no hard user limit anymore (dynamic table size)
* alternate CSS themes
* quarters support in top hours statistics
* words/letters ranking
* top words can be disabled to use less memory
* old polish translation was restored
Antoine Jacquet [Sat, 13 Dec 2003 23:00:00 +0000 (00:00 +0100)]
version 0.51
* bugfixes and polish language updated (thank you Jakub Jankowski)
* "CHARSET" is now a language parameter
* Internet Explorer specific bugfix in themes
Antoine Jacquet [Sat, 6 Dec 2003 23:00:00 +0000 (00:00 +0100)]
version 0.5
* configuration file
* it is now possible to build multiple stats in one run
* customizable header and footer
* now produces XHTML with CSS templates as suggested by some users
* "grayscale" and "pisg" theme were added
* italian support (thank you Coviello Giuseppe)
* dutch support and BSD include patch (thank you Jeroen Ubbink)
* patch nickmode (thank you Philipp Haegi)
Antoine Jacquet [Sat, 24 May 2003 22:00:00 +0000 (00:00 +0200)]
version 0.44
* finnish support (thank you Antti Huopana)
* minor updates
Antoine Jacquet [Sat, 23 Nov 2002 23:00:00 +0000 (00:00 +0100)]
version 0.43
* manpage was added
* increased number of users
* "blue" theme was added
* improved Makefile
Antoine Jacquet [Fri, 15 Nov 2002 23:00:00 +0000 (00:00 +0100)]
version 0.42
* W3C validated HTML
* better quote selection during nick alias
* auto refresh (suggested by Charles Blackburn)
Antoine Jacquet [Fri, 18 Oct 2002 22:00:00 +0000 (00:00 +0200)]
version 0.41
* polish support (thank you Piotr Jarmuz)
* you can now ignore some users
* improved Makefile
* the # in channel name is not imposed anymore (to support "&channels")
* number of total days are now displayed
Antoine Jacquet [Sun, 13 Oct 2002 22:00:00 +0000 (00:00 +0200)]
version 0.4
* nick alias support using regular expression
* some code fix
Antoine Jacquet [Sun, 29 Sep 2002 22:00:00 +0000 (00:00 +0200)]
version 0.32
* german support (thank you Valentin Gelhorn)
Antoine Jacquet [Sat, 31 Aug 2002 22:00:00 +0000 (00:00 +0200)]
version 0.31
* spanish support (thank you Alex)
* minor code changes
* bugfix : division by 0 (thank you Qball)
* better random topics / urls algorithm
Antoine Jacquet [Tue, 28 May 2002 22:00:00 +0000 (00:00 +0200)]
version 0.3
* top users by time of day
* some big numbers
* some new themes
* increased number of users
* better HTML output
Antoine Jacquet [Wed, 15 May 2002 22:00:00 +0000 (00:00 +0200)]
version 0.2
* languages support (currently english and french)
* themes support
* most used words
* now handles personal messages and "/me"
* parameters on command line
* some code change
* faster
* no more image when 0 lines
* maximum height for graph is now calculated
Antoine Jacquet [Tue, 30 Apr 2002 22:00:00 +0000 (00:00 +0200)]
version 0.1
* initial release