Block a user
Add moooooooovies_shows to bridge
I created the channel in slack/matrix/discord, added the bridger app/bot to all of them as well (except discord, where users exist in all channels I guess)
Add moooooooovies_shows to bridge
Add moooooooovies_shows to bridge
mediocregopher
created branch moooooooovies_shows in mediocregopher/betamike-infra
2023-06-10 14:10:51 +00:00
mediocregopher
pushed to moooooooovies_shows at mediocregopher/betamike-infra
2023-06-10 14:10:51 +00:00
6a9c5ebffa
Add moooooooovies_shows to bridge
c5659ecc4e
Update readme and index
9c2bd4e49a
cleaned up https parameter handling a bit
0fd832efdd
clippy suggestions
e29de0d29c
got HTTPS fully working
4f98a9a244
store certs and private keys as generic DER+PEM strings, not using openssl crate
209daacf1b
save private key generated during acme handshake
06cda77772
Periodically refresh certs for all domains
5b26396106
change http_domain into a domain::Name
4cd5234519
use a FuturesOrdered wait group
4e412d0677
Got acme working, syncing for http_domain works
6d8799ce8c
Got acme manager implemented, still untested. Not hooked up to user domains yet.
0f42327a57
Implemented acme store, started on manager
7daa864739
add mock for domain manager
1fdd023f50
Replace usage of boxed dyn errors with new error::Unexpected
45597ab8d8
Use GATs in domain manager trait