| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add more examples and improve some others | Zeyla Hellyer | 2017-05-23 | 1 | -1/+312 | |
| * | Restructure modules | Zeyla Hellyer | 2017-05-22 | 1 | -63/+26 | |
| * | Remove ChannelPinsAck/MessageAck events | Zeyla Hellyer | 2017-04-19 | 1 | -20/+0 | |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 1 | -3/+3 | |
| * | Remove support for group calls and guild sync | Zeyla Hellyer | 2017-04-09 | 1 | -79/+1 | |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 1 | -152/+20 | |
| * | Fix some clippy lints | Zeyla Hellyer | 2017-02-28 | 1 | -0/+1 | |
| * | Pass by reference where possible | Zeyla Hellyer | 2017-02-28 | 1 | -3/+3 | |
| * | Update doctests for Context changes | Zeyla Hellyer | 2017-02-15 | 1 | -1/+1 | |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -4/+4 | |
| * | Resume when restarting WS sender/receiver | Austin Hellyer | 2017-02-07 | 1 | -5/+13 | |
| * | Fix a clippy lint | Austin Hellyer | 2017-02-07 | 1 | -3/+3 | |
| * | Remove a stupid claim about the lib in the docs | Austin Hellyer | 2017-02-03 | 1 | -2/+2 | |
| * | Don't re-request gateway URL when autosharding | Austin Hellyer | 2017-01-27 | 1 | -11/+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 | 1 | -6/+6 | |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -3/+1 | |
| * | Avoid a lot of Arc/Message/RwLock clones | Austin Hellyer | 2017-01-24 | 1 | -15/+15 | |
| * | Avoid a needless clone on login | Austin Hellyer | 2017-01-24 | 1 | -20/+11 | |
| * | Make BootInfo/MonitorInfo private | Austin Hellyer | 2017-01-23 | 1 | -3/+3 | |
| * | 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 | 1 | -105/+194 | |
| * | TRACE-log on shard handler event receival | Austin Hellyer | 2017-01-18 | 1 | -0/+4 | |
| * | Wait 5s between shard boots | Austin Hellyer | 2017-01-07 | 1 | -0/+3 | |
| * | Fix shard boot index | Austin Hellyer | 2017-01-07 | 1 | -4/+4 | |
| * | Make Client.shards private | Austin Hellyer | 2017-01-05 | 1 | -1/+1 | |
| * | Fix rs suffix | Illia | 2017-01-05 | 1 | -1/+1 | |
| * | Remove user logout endpoint | Austin Hellyer | 2017-01-01 | 1 | -19/+0 | |
| * | Fix typo | Illia | 2016-12-31 | 1 | -1/+1 | |
| * | Round 1 | Austin Hellyer | 2016-12-29 | 1 | -14/+25 | |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -2/+3 | |
| * | Accept u64 shard counts | Austin Hellyer | 2016-12-26 | 1 | -5/+8 | |
| * | Add `on_message` example | indiv0 | 2016-12-21 | 1 | -0/+16 | |
| * | Remove cache feature dependency for framework | Austin Hellyer | 2016-12-16 | 1 | -0/+12 | |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 1 | -6/+6 | |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -2/+2 | |
| * | Add a ShareMap across contexts | Austin Hellyer | 2016-12-05 | 1 | -3/+32 | |
| * | Encase the event storage in an Arc<RwLock> | Austin Hellyer | 2016-12-02 | 1 | -71/+71 | |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -2/+0 | |
| * | Add initial audio support | Austin Hellyer | 2016-11-29 | 1 | -1/+0 | |
| * | Remove duplicated gateway logic | Austin Hellyer | 2016-11-29 | 1 | -13/+0 | |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -4/+17 | |
| * | More widely support no-cache method compiles | Austin Hellyer | 2016-11-25 | 1 | -0/+7 | |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -65/+78 | |
| * | Rename the `http` module to `rest` | Austin Hellyer | 2016-11-25 | 1 | -11/+11 | |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -5/+5 | |
| * | Change the CACHE to be an RwLock | Austin Hellyer | 2016-11-22 | 1 | -3/+3 | |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -30/+30 | |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -1/+1 | |