| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update voice example to latest changes | Zeyla Hellyer | 2017-02-11 | 1 | -2/+2 |
| * | Small amount of voice docs | Zeyla Hellyer | 2017-02-11 | 4 | -5/+24 |
| * | Allow standalone voice connections | Zeyla Hellyer | 2017-02-11 | 2 | -151/+245 |
| * | Update examples for cache rewrite | Zeyla Hellyer | 2017-02-11 | 2 | -11/+14 |
| * | Remove improper uses of `map` in the cache | alex | 2017-02-10 | 1 | -63/+23 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 21 | -434/+647 |
| * | Release v0.1.5v0.1.5 | Zeyla Hellyer | 2017-02-08 | 2 | -8/+89 |
| * | Update 'base64' dependency to 0.3 | Zeyla Hellyer | 2017-02-08 | 1 | -1/+1 |
| * | Add method to EditGuild to transfer ownership | Zeyla Hellyer | 2017-02-07 | 1 | -1/+8 |
| * | Remove lifetime on Search | Zeyla Hellyer | 2017-02-07 | 1 | -4/+4 |
| * | Remove MessageId::get_reaction_users | Austin Hellyer | 2017-02-07 | 1 | -34/+1 |
| * | Resume when restarting WS sender/receiver | Austin Hellyer | 2017-02-07 | 3 | -30/+37 |
| * | Fix a clippy lint | Austin Hellyer | 2017-02-07 | 1 | -3/+3 |
| * | Standardize methods for creating messages | Austin Hellyer | 2017-02-05 | 1 | -16/+8 |
| * | Expose and document ratelimiting | Austin Hellyer | 2017-02-05 | 1 | -9/+71 |
| * | Make GLOBAL ratelimit mutex a unit | Austin Hellyer | 2017-02-05 | 2 | -4/+12 |
| * | Remove a stupid claim about the lib in the docs | Austin Hellyer | 2017-02-03 | 4 | -5/+5 |
| * | Fix value of 'browser' in identify | Austin Hellyer | 2017-02-03 | 1 | -1/+1 |
| * | Fix unreachable patterns in command macro | Austin Hellyer | 2017-02-01 | 1 | -1/+1 |
| * | Optimize presence update for self in cache | Austin Hellyer | 2017-02-01 | 1 | -7/+2 |
| * | Log only unexpected keepalive errors | Austin Hellyer | 2017-02-01 | 1 | -2/+15 |
| * | Don't clone the context | Austin Hellyer | 2017-01-28 | 1 | -6/+4 |
| * | Don't clone on non-framework message creates | Austin Hellyer | 2017-01-27 | 1 | -5/+4 |
| * | Register the 'status' setting for users | Austin Hellyer | 2017-01-27 | 4 | -0/+14 |
| * | Don't re-request gateway URL when autosharding | Austin Hellyer | 2017-01-27 | 1 | -11/+13 |
| * | Thanks github | Austin Hellyer | 2017-01-27 | 1 | -1/+1 |
| * | Add logo | Austin Hellyer | 2017-01-27 | 2 | -0/+3 |
| * | Bump to v0.1.4v0.1.4 | Austin Hellyer | 2017-01-26 | 2 | -1/+198 |
| * | Update examples for OOP update | Austin Hellyer | 2017-01-26 | 4 | -49/+58 |
| * | Make Guild::create_channel return a GuildChannel | Austin Hellyer | 2017-01-25 | 2 | -5/+5 |
| * | Add guild chunking | Austin Hellyer | 2017-01-25 | 1 | -0/+13 |
| * | Fix shard immediately rebooting on handle start | Austin Hellyer | 2017-01-24 | 1 | -0/+2 |
| * | Fix no-framework compiles | Austin Hellyer | 2017-01-24 | 2 | -8/+8 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 25 | -101/+117 |
| * | Properly drop on binds | Austin Hellyer | 2017-01-24 | 6 | -25/+22 |
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 2 | -343/+170 |
| * | Avoid a needless clone on login | Austin Hellyer | 2017-01-24 | 1 | -20/+11 |
| * | Abstract large threshold number to a constant | Austin Hellyer | 2017-01-24 | 3 | -3/+6 |
| * | Update examples for OOP style update | Austin Hellyer | 2017-01-24 | 16 | -45/+43 |
| * | Code style | Austin Hellyer | 2017-01-24 | 1 | -56/+26 |
| * | Change rest::execute_webhooks to a POST | Austin Hellyer | 2017-01-24 | 1 | -1/+1 |
| * | Rename 'webhooks' methods to 'get_webhooks' | Austin Hellyer | 2017-01-24 | 2 | -50/+50 |
| * | Use Id methods where possible | Austin Hellyer | 2017-01-24 | 4 | -59/+32 |
| * | Add GuildId::as_channel_id() | Austin Hellyer | 2017-01-23 | 1 | -0/+6 |
| * | Make BootInfo/MonitorInfo private | Austin Hellyer | 2017-01-23 | 1 | -3/+3 |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 16 | -1843/+3263 |
| * | Fix no-framework compilation | Austin Hellyer | 2017-01-21 | 1 | -12/+28 |
| * | Dispatch Ready events | Austin Hellyer | 2017-01-21 | 1 | -6/+23 |
| * | Reboot shard on broken pipe | Austin Hellyer | 2017-01-20 | 3 | -108/+211 |
| * | Fix application decoding w/ rpc_origins | Austin Hellyer | 2017-01-20 | 2 | -0/+6 |