aboutsummaryrefslogtreecommitdiff
path: root/modules/stats.py
Commit message (Collapse)AuthorAgeFilesLines
* Sort nicknames case-insensitively (stats.py)Gravatar jesopo2018-12-261-1/+2
|
* Sort user nicknames on /api/server (stats.py)Gravatar jesopo2018-12-261-1/+1
|
* Show list of users in a channel, not just countGravatar jesopo2018-11-271-1/+1
|
* Make channel stats in /api/servers a dictionaryGravatar jesopo2018-11-271-1/+2
|
* Add channel stats to /api/serversGravatar jesopo2018-11-271-1/+2
|
* update modules/stats.py to use `connection_params`Gravatar jesopo2018-11-111-4/+4
|
* Show bytes read/written in server statsGravatar jesopo2018-11-111-1/+3
|
* Add missing ")" in modules/stats.pyGravatar jesopo2018-11-081-1/+1
|
* Add !caps to show negotiated IRCv3 capabilitiesGravatar jesopo2018-11-081-0/+8
|
* Support POST through modules/rest_api.pyGravatar jesopo2018-10-051-5/+5
|
* Add api.server endpoint for individual server informationGravatar jesopo2018-10-051-12/+26
|
* Return more info for api.servers and api.channelsGravatar jesopo2018-10-051-2/+7
|
* Remove printsGravatar jesopo2018-10-051-1/+0
|
* Add api.modules in modules/stats.pyGravatar jesopo2018-10-041-0/+4
|
* Provide more information for api.channelsGravatar jesopo2018-10-041-2/+8
|
* Use URL path for args, not get paramsGravatar jesopo2018-10-041-2/+2
|
* Add api.servers endpointGravatar jesopo2018-10-041-0/+12
|
* Added api.channels handlerGravatar jesopo2018-10-041-0/+24
|
* Add basics of (by-default disabled) REST APIGravatar jesopo2018-10-041-8/+20
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-4/+4
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+2
|
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-5/+2
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-4/+8
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-4/+4
|
* Remove boot_time from stats.py, move it to start_time in IRCBot otherwise aGravatar jesopo2018-09-111-2/+1
| | | | module reload of stats.py would reset !uptime
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+3
| | | | hooks for a module
* show uptime in 1w1d1h1m1s formatGravatar jesopo2018-08-181-18/+3
|
* Add help strings for stats.pyGravatar jesopo2018-08-091-2/+2
|
* added stats.py.Gravatar jesopo2016-05-091-0/+52