| Commit message (Expand) | Author | Age | Files | Lines |
| * | better wording of "!stats <alias>" | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | support showing !stats per-network | jesopo | 2019-09-07 | 1 | -20/+35 |
| * | Add ircv3.py - for IRCv3-related stats | jesopo | 2019-06-28 | 1 | -8/+0 |
| * | Remove debug yield check | jesopo | 2019-06-15 | 1 | -2/+0 |
| * | Show when a server connected instead of "bytes read/written per second" in stats•••endpoint
| jesopo | 2019-06-14 | 1 | -4/+1 |
| * | add `self` check.command, change !config to use new yields | jesopo | 2019-06-14 | 1 | -0/+2 |
| * | Expose IRCChannel.mode_str() on REST API stats endpoint | jesopo | 2019-06-13 | 1 | -1/+2 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+2 |
| * | connect_time is on server.socket, not server | jesopo | 2019-05-24 | 1 | -1/+1 |
| * | Store IRCSocket connect_time, show bytes read/write per second in stats.py | jesopo | 2019-05-24 | 1 | -0/+4 |
| * | Show server versoin (from RPL_MYINFO) on /api/servers | jesopo | 2019-05-15 | 1 | -1/+2 |
| * | Add Database.servers.get_by_alias, move IRCBot.get_server to•••IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change
!connect/!disconnect to take aliases instead of IDs
| jesopo | 2019-04-24 | 1 | -2/+2 |
| * | 'src/IRCServer.capabilities' -> 'src/IRCServer.agreed_capabilities' | jesopo | 2019-02-16 | 1 | -2/+2 |
| * | `bytes_written`/`bytes_read` is now on IRCServer.socket (stats.py) | jesopo | 2019-02-11 | 1 | -2/+2 |
| * | Show capabilities in API server stats (stats.py) | jesopo | 2019-02-08 | 1 | -1/+3 |
| * | Sort nicknames case-insensitively (stats.py) | jesopo | 2018-12-26 | 1 | -1/+2 |
| * | Sort user nicknames on /api/server (stats.py) | jesopo | 2018-12-26 | 1 | -1/+1 |
| * | Show list of users in a channel, not just count | jesopo | 2018-11-27 | 1 | -1/+1 |
| * | Make channel stats in /api/servers a dictionary | jesopo | 2018-11-27 | 1 | -1/+2 |
| * | Add channel stats to /api/servers | jesopo | 2018-11-27 | 1 | -1/+2 |
| * | update modules/stats.py to use `connection_params` | jesopo | 2018-11-11 | 1 | -4/+4 |
| * | Show bytes read/written in server stats | jesopo | 2018-11-11 | 1 | -1/+3 |
| * | Add missing ")" in modules/stats.py | jesopo | 2018-11-08 | 1 | -1/+1 |
| * | Add !caps to show negotiated IRCv3 capabilities | jesopo | 2018-11-08 | 1 | -0/+8 |
| * | Support POST through modules/rest_api.py | jesopo | 2018-10-05 | 1 | -5/+5 |
| * | Add api.server endpoint for individual server information | jesopo | 2018-10-05 | 1 | -12/+26 |
| * | Return more info for api.servers and api.channels | jesopo | 2018-10-05 | 1 | -2/+7 |
| * | Remove prints | jesopo | 2018-10-05 | 1 | -1/+0 |
| * | Add api.modules in modules/stats.py | jesopo | 2018-10-04 | 1 | -0/+4 |
| * | Provide more information for api.channels | jesopo | 2018-10-04 | 1 | -2/+8 |
| * | Use URL path for args, not get params | jesopo | 2018-10-04 | 1 | -2/+2 |
| * | Add api.servers endpoint | jesopo | 2018-10-04 | 1 | -0/+12 |
| * | Added api.channels handler | jesopo | 2018-10-04 | 1 | -0/+24 |
| * | Add basics of (by-default disabled) REST API | jesopo | 2018-10-04 | 1 | -8/+20 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -4/+4 |
| * | Switch to using docstring for usage, permission and require_mode | jesopo | 2018-09-30 | 1 | -2/+2 |
| * | Use ModuleManager.BaseModule in more modules | jesopo | 2018-09-27 | 1 | -5/+2 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -4/+8 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 1 | -4/+4 |
| * | Remove boot_time from stats.py, move it to start_time in IRCBot otherwise a•••module reload of stats.py would reset !uptime
| jesopo | 2018-09-11 | 1 | -2/+1 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -1/+1 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -3/+3 |
| * | show uptime in 1w1d1h1m1s format | jesopo | 2018-08-18 | 1 | -18/+3 |
| * | Add help strings for stats.py | jesopo | 2018-08-09 | 1 | -2/+2 |
| * | added stats.py. | jesopo | 2016-05-09 | 1 | -0/+52 |