8 Commits

Author SHA1 Message Date
tanner 6e96b6cee4 Let users initialize bwb object with ID themselves 2019-10-05 00:16:30 +00:00
tanner 47ad8b575a Protect main OTP against unauthed changes
This is a problem if someone sends:

000000handshake xyz

...because they will have set our OTP to xyz and could guess codes.

Fixed by using a separate OTP object for handshaking only.
2019-09-23 04:52:24 +00:00
tanner 03e37f5601 Update README to use event.respond 2019-09-23 04:50:55 +00:00
tanner 377e561764 Support multi-bot secure key exchange 2019-09-11 04:31:44 +00:00
tanner 9a7e0bb23c Update handshake algorithm 2019-09-10 04:56:57 +00:00
tanner 4400455769 Make check_auth return True / False 2019-09-10 03:07:39 +00:00
tanner a0f3c9ce11 Fix typo 2019-09-10 02:37:14 +00:00
tanner d379d2c138 Add README and build script 2019-09-10 02:32:11 +00:00