index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
stats.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
split utils.datetime out in to .parse and .format
jesopo
2020-01-30
1
-1
/
+1
*
make !channels PM-only
jesopo
2019-11-27
1
-0
/
+1
*
prefix "hidden" channels in !channels with "*"
jesopo
2019-11-27
1
-6
/
+8
*
add !servers command
jesopo
2019-11-27
1
-2
/
+14
*
move all datetime-related code from utils/__init__ to utils.datetime
jesopo
2019-11-15
1
-1
/
+2
*
server.hostmask() already exists
jesopo
2019-10-10
1
-2
/
+1
*
capitalisation and comma for "!stats <alias>"
jesopo
2019-09-26
1
-1
/
+1
*
'path' is now 'args'
jesopo
2019-09-20
1
-4
/
+4
*
don't die when channel.topic_setter is null
jesopo
2019-09-17
1
-1
/
+4
*
hide hidden channels from "!channels" when not pm and not current channel
•••
closes #150
jesopo
2019-09-17
1
-1
/
+11
*
update channel.topic_setter-related code
jesopo
2019-09-16
1
-1
/
+1
*
add !channels
•••
closes #147
jesopo
2019-09-16
1
-0
/
+7
*
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
[next]