Casper Warden
960f024ea4
More refactoring stuff
...
- Add a waitForEventQueue promise, to get rid of the 5 second fudge from testBot.js
- Async'ify testBot.js
- Complete plumbing for Hint's ScriptDialog support (see changes to ScriptDialogEvent.ts and Comms.ts
- Fix: The EventQueue was pausing for 5 seconds every 30 seconds
2018-10-07 17:06:54 +01:00
Casper Warden
1137868932
Refactor: Async-ify a bunch of stuff. Change waitForMessage to template style. Disable strictPropertyInitialization in typescript config.
2018-10-07 14:59:07 +01:00
Casper Warden
11f2f9b320
Refactor waitForMessage to waitForPacket (since it returns a packet) and add a new waitForMessage which return the MessageBase, which makes usage a little tidier with async.
2018-10-06 16:03:10 +01:00
Casper Warden
52c0691b71
Get group member list, Get group roles, Send group invite
2017-12-15 21:28:45 +00:00
Casper Warden
60e300f052
Add ObjectStoreLite to reduce memory footprint if the full object data is not needed
2017-12-14 02:06:28 +00:00
Casper Warden
c9831ab427
Handle disconnects gracefully! Handle KillObject to prevent perpetually inflating object store. Unsubscribe from rxjs subscription in bot.ts on disconnect. Stop ping timer. Don't re-create clientEvents on each login.
2017-12-14 01:21:18 +00:00
Casper Warden
4e8feb181f
Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
2017-12-13 19:55:08 +00:00
Casper Warden
af71aa597e
Latest build
2017-12-13 15:31:53 +00:00
Casper Warden
b66f85c5bb
Commit generated files
2017-12-13 15:23:50 +00:00