This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import asyncio | |
import getpass | |
import json | |
import os | |
import sys | |
import nio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import resource | |
import aiohttp | |
import aiodns | |
import asyncio | |
from collections import Counter | |
import datetime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time="2020-06-16T01:06:36.898900164Z" level=info msg="Incoming request" func=github.com/matrix-org/util.RequestWithLogging file="/usr/home/freebsd/go/pkg/mod/github.com/matrix-org/[email protected]/json.go:122" req.id=i4y2biYUSRou req.method=OPTIONS req.path="/_matrix/client/r0/join/#dendrite:matrix.org" | |
time="2020-06-16T01:06:37.003349604Z" level=info msg="Incoming request" func=github.com/matrix-org/util.RequestWithLogging file="/usr/home/freebsd/go/pkg/mod/github.com/matrix-org/[email protected]/json.go:122" req.id=JC6Ku5Hu5R9G req.method=POST req.path="/_matrix/client/r0/rooms/!q74mbirjiJDiNQ2r:dendrite.hej.chat/read_markers" | |
time="2020-06-16T01:06:37.003438343Z" level=info msg="Responding (2 bytes)" func=github.com/matrix-org/util.respond file="/usr/home/freebsd/go/pkg/mod/github.com/matrix-org/[email protected]/json.go:170" code=200 req.id=JC6Ku5Hu5R9G req.method=POST req.path="/_matrix/client/r0/rooms/!q74mbirjiJDiNQ2r:dendrite.hej.chat/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time="2020-06-16T00:51:10.871156219Z" level=info msg="Incoming request" func=github.com/matrix-org/util.RequestWithLogging file="/usr/home/freebsd/go/pkg/mod/github.com/matrix-org/[email protected]/json.go:122" req.id=xHMwnzbq4xUG req.method=GET req.path="/_matrix/client/r0/directory/room/#dendrite:matrix.org" | |
time="2020-06-16T00:51:10.873164709Z" level=info msg="Outgoing request" func="github.com/matrix-org/gomatrixserverlib.(*Client).DoHTTPRequest" file="/usr/home/freebsd/go/pkg/mod/github.com/matrix-org/[email protected]/client.go:379" out.req.ID=mlJALYd87NqN out.req.method=GET out.req.uri="matrix://matrix.org/_matrix/federation/v1/query/directory?room_alias=%23dendrite%3Amatrix.org" req.id=xHMwnzbq4xUG req.method=GET req.path="/_matrix/client/r0/directory/room/#dendrite:matrix.org" | |
time="2020-06-16T00:51:11.103180549Z" level=info msg="Outgoing request returned" func="github.com/matrix-org/gomatrixserverlib.(*Client).DoHTTPRequest" file="/usr/home/fr |