Commit Graph

32 Commits (eab12ce9161ac2181b52c102ba9cb2b9428c41e5)

Author SHA1 Message Date
Valentin Lorentz c08e1111b7 WebStats: Fix count when recording on more than one day 2010-11-27 08:46:51 +01:00
Valentin Lorentz ac5f7b62b6 WebStats: reduce line to less than 80 characters 2010-11-27 07:59:18 +01:00
Valentin Lorentz 264b1f990b WebStats: make the orderby in the URL un-case-sensitive 2010-11-26 20:00:39 +01:00
Valentin Lorentz fd4dfce4ee Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2010-11-26 17:59:45 +01:00
Valentin Lorentz 299ef2c7ff WebStats remove debug print and add assertions 2010-11-26 17:58:53 +01:00
Valentin Lorentz f3f6815022 WebStats: prepare /channels/NAME/subdir style url 2010-11-26 17:58:23 +01:00
Valentin Lorentz 78a5bd0f39 WebStats: change channel name extraction from url handling 2010-11-26 17:47:13 +01:00
Valentin Lorentz 5fa64d3aff WebStats: add protection in getChanRecordingTimeBoundaries() 2010-11-26 17:45:55 +01:00
Valentin Lorentz 8c921a02ae WebStats: rename getChanNickData() to getChanNickGlobalData() 2010-11-26 17:24:44 +01:00
Valentin Lorentz 73e23d7075 WebStats: fix bug with HTTP headers
FireFox used to display the source code of the page
2010-11-24 19:55:52 +01:00
Valentin Lorentz 953287f8b1 WebStats: add getChanNickData() function 2010-11-24 18:32:49 +01:00
Valentin Lorentz 6ab4842379 WebStats: increase server timeout + change version 0.1 -> 0.2 2010-11-22 19:48:10 +01:00
Valentin Lorentz d4d7b94d38 WebStats: add nick and kicks managment 2010-11-22 19:07:47 +01:00
Valentin Lorentz e0eb850705 WebStats: fix quits count 2010-11-22 18:23:09 +01:00
Valentin Lorentz 0ca1eae918 WebStats: change index handling for future per-nick stats 2010-11-22 18:05:08 +01:00
Valentin Lorentz 61c639e747 WebStats: fix SQL syntax error 2010-11-22 17:42:34 +01:00
Valentin Lorentz 157b4c4b9d WebStats: add quit managment 2010-11-22 17:28:55 +01:00
Valentin Lorentz 2532d84687 WebStats: replace tabs by spaces 2010-11-22 16:33:02 +01:00
Valentin Lorentz 0dea685b79 Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2010-11-22 16:30:42 +01:00
Valentin Lorentz f83eb78138 WebStats: add nick in nicks_cache table structure. 2010-11-22 16:30:37 +01:00
Valentin Lorentz c8637fd295 WebStats: fix bug if there is a hole in the stats period 2010-11-22 07:20:25 +01:00
Valentin Lorentz 263edfc46b WebStats: prevent getChannel() to return multiple times the same channel name 2010-11-21 18:12:09 +01:00
Valentin Lorentz ef637f7b48 WebStats: add join, parts, and quits managment 2010-11-21 18:00:53 +01:00
Valentin Lorentz 369d798f2c WebStats: add the hourly sum and its progressbar 2010-11-21 15:32:29 +01:00
Valentin Lorentz a1782854e1 WebStats: Display record boundaries 2010-11-21 11:32:28 +01:00
Valentin Lorentz c40846c3e2 WebStats: use SUM() in getChanGlobalData()
It used to retrieve only the first matching row, instead of all the stats.
2010-11-21 09:58:56 +01:00
Valentin Lorentz f17de90fa1 WebStats: Remove plugin docstring, and add docstrings to all functions 2010-11-21 09:51:54 +01:00
Valentin Lorentz 936127632f WebStats: Remove BaseHTTPServer logs, use log.info() instead of print, set a smaller socket timeout 2010-11-21 09:33:36 +01:00
Valentin Lorentz 41939d8906 WebStats: code refactoring in plugin.py 2010-11-21 09:12:06 +01:00
Valentin Lorentz 21b133b7c8 WebStats: change to database for future daily/hourly stats 2010-11-21 08:40:09 +01:00
Valentin Lorentz 37b4c7eb04 WebStats: make it works basically 2010-11-20 17:51:23 +01:00
Valentin Lorentz 2c6b022a7d WebStats: first commit 2010-11-19 20:06:38 +01:00