-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add wss support * feat: add no-op database client * improve: address logging * add: wss port range configuration * remove: separate wss port * fix: provide host to cert manager * Revert "remove: separate wss port" This reverts commit 0737dae. * remove: share tcp listener * fix: use temporary directory to store certificates * improve logging * tmp: only spawn a single ant * remove: dedicated tcp websocket port * add: ant subcommand * update: p2p-forge * set log level * disable resource manager * disable connection manager * tweak the connection gater * fix: don't add nil slices to recource manager * don't start cert manager * WIP * WIP * WIP * WIP * WIP * WIP
- Loading branch information
1 parent
acba720
commit 19ba888
Showing
8 changed files
with
361 additions
and
193 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,6 @@ log.txt | |
*.dat | ||
*.mmdb | ||
|
||
db/migrations/local | ||
db/migrations/local | ||
p2p-forge-certs | ||
*.db |
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
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
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
Oops, something went wrong.