florian-sander / stats.mod

stats.mod is a module which equips your eggdrop with the ability to create various statistics about your channels.
http://www.kreativrauschen.com/stats.mod/
9 stars 5 forks source link

Fix mini http host and vhost #15

Closed michaelortmann closed 3 years ago

michaelortmann commented 3 years ago

More eggdrop 1.8 fixes for mini http.

Now i am able to get a stats page loaded from stat modules http server, when pointing my browser to http://127.0.0.1:8033/.

But it won't work with current eggdrop git yet, PR pending (https://github.com/eggheads/eggdrop/pull/1080).

[23:35:02] 127.0.0.1: GET / HTTP/1.1
[23:35:02] 127.0.0.1: Host: 127.0.0.1:8033
[23:35:02] 127.0.0.1: User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0
[23:35:02] 127.0.0.1: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
[23:35:02] 127.0.0.1: Accept-Language: en-US,en;q=0.5
[23:35:02] adding accepted language: 'en'
[23:35:02] adding accepted language: 'en'
[23:35:02] 127.0.0.1: Accept-Encoding: gzip, deflate
[23:35:02] 127.0.0.1: DNT: 1
[23:35:02] 127.0.0.1: Connection: keep-alive
[23:35:02] 127.0.0.1: Upgrade-Insecure-Requests: 1
[23:35:02] 127.0.0.1: 
[23:35:02] now sending...
[23:35:02] lang für skins nicht vergessen!
[23:35:02] Processing time: 0.000
florian-sander commented 3 years ago

Thanks!