Commit Graph

235 Commits

Author SHA1 Message Date
diamondburned aadcbd0767
Added middleware features into package bot. (#3)
* Middleware nameflag
* Completed M-Middleware feature
* Changed Namer/Descriptor API to CanSetup API
2020-01-23 19:17:03 -08:00
diamondburned (Forefront) 09d8c5bc43 Added GuildOnly into bot handler 2020-01-22 23:20:24 -08:00
diamondburned (Forefront) f6f4b14f33 Merge branch 'master' of github.com:diamondburned/arikawa 2020-01-22 21:13:57 -08:00
diamondburned (Forefront) 6fb68be631 More Reaction API changes 2020-01-22 21:13:53 -08:00
diamondburned (Forefront) ce5f15fc1d Added DeleteAllReactions, changed API reaction methods 2020-01-22 20:31:48 -08:00
diamondburned (Forefront) c6155d63dc Added the Wait API into Handler and example 2020-01-22 19:52:07 -08:00
diamondburned (Forefront) d38cf1508a More Bot API improvements 2020-01-21 23:26:46 -08:00
diamondburned (Forefront) 6d4b23ff05 Bot API improvements 2020-01-21 23:24:15 -08:00
diamondburned (Forefront) 956df56f98 Reverted Snowflake type changes 2020-01-20 20:30:13 -08:00
diamondburned (Forefront) 7e73f00eb9 Fixed bug where ParseContent interface methods won't return a proper error 2020-01-20 20:25:47 -08:00
diamondburned (Forefront) c7d33f5dcc Added some helper functions 2020-01-20 17:06:51 -08:00
diamondburned (Forefront) 075980582e Message state now consistently have GuildIDs, fixed stack recursion bug, added MemberColo 2020-01-20 15:22:34 -08:00
diamondburned (Forefront) 62dfa7c311 More CI tweaks 2020-01-20 11:50:21 -08:00
diamondburned (Forefront) 3556e7d7dc Tweak to the CI 2020-01-20 11:37:39 -08:00
diamondburned (Forefront) 73f5cdec9e Added HTTP retry, fixed async JSON body corrupting 2020-01-20 11:28:55 -08:00
diamondburned (Forefront) ff0bc7b98b Tweaks to tests and CI 2020-01-20 03:15:41 -08:00
diamondburned (Forefront) d3ccce4a3a Removed race tests in CI 2020-01-20 03:09:31 -08:00
diamondburned (Forefront) 8b8f0740a2 Fixed CI race testing 2020-01-20 03:07:42 -08:00
diamondburned (Forefront) 3ca1d352c9 Fixed a ridiculous race condition in the gateway 2020-01-20 03:06:20 -08:00
diamondburned (Forefront) 2cd9def778 Fixed a potential race condition in the default state storage 2020-01-20 01:42:03 -08:00
diamondburned (Forefront) aa4154e73c Minor fixes that doesn't really fix anything 2020-01-20 01:32:28 -08:00
diamondburned (Forefront) 1746065f70 Separated state errors into a separate no-op logger 2020-01-20 01:06:47 -08:00
diamondburned (Forefront) 27e315ca66 Fixed bug where message state would screw up 2020-01-20 00:53:23 -08:00
diamondburned (Forefront) 0978d513c4 Fixed bug where Messages can't be fetched 2020-01-19 23:21:57 -08:00
diamondburned (Forefront) 7261cb2b68 Fixed bug where Guilds state is never populated 2020-01-19 23:13:05 -08:00
diamondburned (Forefront) 1c9b45e051 Tweaked bot router docs 2020-01-19 19:46:48 -08:00
diamondburned (Forefront) de37b58dd3 Added Advanced Bot into README 2020-01-19 19:45:11 -08:00
diamondburned (Forefront) a6bf7c340b Added example into bot/Context's doc 2020-01-19 17:58:24 -08:00
diamondburned (Forefront) ac685b0df4 Minor fixes, undocumented things, and editorconfig 2020-01-19 13:54:16 -08:00
diamondburned (Forefront) ce0bd07977 Changed undeleter to be more clear 2020-01-19 10:09:26 -08:00
diamondburned (Forefront) 532a8ba8b4 Apparently I don't need reaction rate limits 2020-01-19 09:52:43 -08:00
diamondburned (Forefront) e78cf501a5 Updated README 2020-01-19 08:35:32 -08:00
diamondburned (Forefront) 6b6f9f96aa When in doubt, use brute force. 2020-01-18 22:46:45 -08:00
diamondburned (Forefront) 841128dc88 Fixed gateway integration test 2020-01-18 22:34:52 -08:00
diamondburned (Forefront) 7f06d88d0f Updated heartbeat behavior 2020-01-18 22:22:03 -08:00
diamondburned (Forefront) 8ce6e94990 Added tidbits into README 2020-01-18 22:17:29 -08:00
diamondburned (Forefront) 9651de81c6 Heartbeat can now resume, bot will fatal (die) if it can't reconnect 2020-01-18 22:14:46 -08:00
diamondburned (Forefront) 28228a60f5 Ported rfrouter over 2020-01-18 22:06:00 -08:00
diamondburned (Forefront) 189853de32 Removed test for removed function 2020-01-18 19:15:23 -08:00
diamondburned (Forefront) 05c8932166 Fixed SendComplex 2020-01-18 19:12:08 -08:00
diamondburned (Forefront) e98c533114 MeanwhileBody tests 2020-01-18 18:27:30 -08:00
diamondburned (Forefront) a82d71ad3c Added more Gateway commands 2020-01-18 14:35:07 -08:00
diamondburned (Forefront) 5babb4d699 Updated README 2020-01-18 13:51:57 -08:00
diamondburned (Forefront) 5b0687bcd3 Added state example 2020-01-18 13:40:09 -08:00
diamondburned (Forefront) b11b3e1a42 Added state handlers 2020-01-18 13:04:12 -08:00
diamondburned (Forefront) 958f592cb4 Finished state 2020-01-18 11:34:08 -08:00
diamondburned (Forefront) 5b25f0cdb4 Expanded docs 2020-01-17 23:45:44 -08:00
diamondburned (Forefront) 971c162d33 Fixed bug where reconnect would fail 2020-01-17 23:40:44 -08:00
diamondburned (Forefront) 7f5a470024 Fixed integration test 2020-01-17 23:20:05 -08:00
diamondburned (Forefront) a3a914ac4a Added timeouts to gateway integration tests 2020-01-17 23:13:50 -08:00