| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -55/+51 | |
| * | Fix presence updates | Maiddog | 2017-08-21 | 1 | -0/+2 | |
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 1 | -8/+10 | |
| * | Fix tests | Zeyla Hellyer | 2017-08-01 | 1 | -1/+1 | |
| * | Fix the `_other` match arm | acdenisSK | 2017-07-27 | 1 | -3/+6 | |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 1 | -15/+22 | |
| * | rustfmt | acdenisSK | 2017-07-27 | 2 | -54/+44 | |
| * | Revert the ignoring of protocol and data frame errors, while actually handlin... | acdenisSK | 2017-07-24 | 1 | -2/+0 | |
| * | Also ignore data frame errors | acdenisSK | 2017-07-23 | 1 | -1/+2 | |
| * | Ignore protocol errors | acdenisSK | 2017-07-23 | 1 | -0/+1 | |
| * | Switch to tokio for events (#122) | Alex Lyon | 2017-07-14 | 1 | -1/+1 | |
| * | Fix doc tests | acdenisSK | 2017-07-02 | 1 | -14/+17 | |
| * | Attempt to reconnect if heartbeating fails | Zeyla Hellyer | 2017-06-21 | 1 | -6/+6 | |
| * | Reconnect on failed heartbeats | Zeyla Hellyer | 2017-06-21 | 1 | -6/+10 | |
| * | Update dependencies | Zeyla Hellyer | 2017-06-21 | 1 | -2/+2 | |
| * | Extract Discord close codes to constants | Zeyla Hellyer | 2017-06-21 | 1 | -13/+13 | |
| * | Rework shard logic and shard handling | Zeyla Hellyer | 2017-06-16 | 4 | -420/+398 | |
| * | Switch from #[doc(hidden)] to pub(crate) | alex | 2017-06-14 | 1 | -14/+6 | |
| * | Only set shard timeout after a READY is received | Zeyla Hellyer | 2017-06-13 | 1 | -5/+9 | |
| * | Fix voice compilation | Zeyla Hellyer | 2017-06-10 | 1 | -2/+19 | |
| * | Fix shard doctests | Zeyla Hellyer | 2017-06-07 | 1 | -7/+7 | |
| * | Upgrade rust-websocket, rust-openssl, and hyper | Zeyla Hellyer | 2017-06-07 | 5 | -180/+164 | |
| * | Ws read/write timeout after 90s | Zeyla Hellyer | 2017-06-06 | 1 | -1/+25 | |
| * | Separate websocket client initialization | Zeyla Hellyer | 2017-06-06 | 1 | -12/+10 | |
| * | Deprecate Client::login, add Client::new | Zeyla Hellyer | 2017-06-06 | 1 | -1/+2 | |
| * | Use chrono for struct timestamp fields | Zeyla Hellyer | 2017-06-06 | 2 | -5/+5 | |
| * | Check last heartbeat acknowledged in heartbeater | Zeyla Hellyer | 2017-06-01 | 2 | -4/+34 | |
| * | Add more examples and improve some others | Zeyla Hellyer | 2017-05-23 | 1 | -18/+133 | |
| * | Restructure modules | Zeyla Hellyer | 2017-05-22 | 5 | -0/+958 | |