Hello there,
I've noticed that history doesn't works on my magirc, I've no answer from the hourly stats.
When trying to open
http://www.zeolia.net/magirc/rest/denora.php/servers/hourlystats, I get "Erreur 330 (net::ERR_CONTENT_DECODING_FAILED)".
And it's only with the history, everything else works fine.
I've tried to execute the SQL queries (SELECT * FROM {$table} ORDER BY year ASC, month ASC, day ASC), they works. So, I wonder the trouble is somewhere else.
I keep on searching, but if any of you got a solution, he'll be welcome !
P.S.: the url for my stats is
http://www.zeolia.net/magirc/ (and sorry, it's french)
Edit: I didn't find what the trouble is, but here is my last results:
If I add a die() in Magirc.class.php at the end of the jsonOutput() function and then call
http://www.zeolia.net/magirc/rest/denora.php/servers/hourlystats, I get my json in the browser. If I didn't, it failed.
I'll try to find out the real solution, die() is bad