Commit Graph

64 Commits (master)

Author SHA1 Message Date
Valentin Lorentz 87e9996af1 WebStats: Fix the “powered by” footer. 2014-04-06 11:23:33 +00:00
Valentin Lorentz 7837545509 WebStats: Add Python 3 compatibility (again; still not tested). 2014-04-02 17:16:18 +00:00
Valentin Lorentz be2c4bb473 WebStats: Add Python 3 compatibility (not tested). 2014-04-02 17:10:27 +00:00
Valentin Lorentz c0b98e7de8 WebStats: Fix commit c5c89111. 2014-03-23 21:41:58 +01:00
Valentin Lorentz b68d243387 WebStats: Use global stylesheet. 2013-06-01 11:44:48 +02:00
Valentin Lorentz 186eb3bbc0 WebStats: Use the new httpserver templates handling. 2013-06-01 11:32:22 +02:00
Valentin Lorentz 0f19d6126d All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
Valentin Lorentz c5c89111a4 WebStats: Extend the 'addressed-to' separator to all non-alphanumeric characters. 2012-09-03 19:25:50 +02:00
Valentin Lorentz 77b00318b4 WebStats: Add configuration variable plugins.WebStats.channel.excludenicks. 2012-09-03 19:04:58 +02:00
Valentin Lorentz 1431b1a6fe WebStats: Add comma as an 'addressed-to' separator. 2012-09-03 13:16:16 +02:00
Valentin Lorentz cc598a6520 WebStats: Add @clear command. 2012-09-03 10:58:04 +02:00
Valentin Lorentz caff95cc93 WebStats: Display nice error message instead of corrupted image if python-pygraphviz is missing. 2012-09-03 10:07:04 +02:00
Valentin Lorentz b003ae92d0 GitHub: Allow new IPs used by the GitHub web hooks. 2012-02-11 09:06:59 +01:00
skizzhg 3c0c1de66d Sudo & Variables: Add l10n-it. 2011-08-26 21:19:53 +00:00
Valentin Lorentz 615d1da04f GitHub & WebStats: Use the new path of the httpserver. 2011-07-01 16:19:08 +02:00
Valentin Lorentz fa0d38e8ff WebStats: use Limnoria HTTP server instead of a HTTP server embedded in the plugin. 2011-06-24 16:38:59 +02:00
Valentin Lorentz 3d0a6a948d WebStats: clear links cache when reloading the plugin 2011-03-12 17:29:25 +01:00
Valentin Lorentz e1f83797e5 WebStats: fix links algorithm 2011-03-11 18:58:57 +01:00
Valentin Lorentz 154a0e2654 WebStats: add links view 2011-03-11 17:59:33 +01:00
Valentin Lorentz 9d5680829f WebStats: fix handling of channels with a sharp (considered by the browser as the anchor prefix) 2011-02-02 20:03:19 +01:00
Valentin Lorentz e13adf45c8 WebStats: fix issue with Python < 2.6 2010-12-12 14:12:19 +01:00
Valentin Lorentz 8916025f9a WebStats: remove redundant code 2010-12-05 09:16:34 +01:00
Valentin Lorentz 8fc2323efb WebStats: add channel-specific language 2010-12-04 15:03:20 +01:00
Valentin Lorentz 73615e0340 WebStats: fix internationalization, internationalize, and localize in French 2010-11-28 16:02:16 +01:00
Valentin Lorentz dfbcc1c1e3 WebStats: shrink too long lines 2010-11-28 10:56:58 +01:00
Valentin Lorentz ceee6c4267 WebStats: don't refresh cache each time a message/move is received 2010-11-28 09:32:29 +01:00
Valentin Lorentz e77010f81c WebStats: add possibility to view only the N to N+20 elements in the nick-by-nick stats 2010-11-27 18:09:18 +01:00
Valentin Lorentz 57ac83a751 WebStats: fix bugs in URL 'go to parent' handling and add forgotten new file (listingcommons.py 2010-11-27 17:03:39 +01:00
Valentin Lorentz 724adcb45d WebStats: fix recording private messages even if supybot.plugins.WebStats.channel.enable is globally True 2010-11-27 15:22:51 +01:00
Valentin Lorentz 99a76f4475 WebStats: remove debug prints 2010-11-27 14:48:38 +01:00
Valentin Lorentz 96cb7b1314 WebStats: add the nick-by-nick display 2010-11-27 14:37:07 +01:00
Valentin Lorentz 023f2b5f02 WebStats: fix spacing 2010-11-27 13:20:22 +01:00
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