aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Change default branch to 'current'Zeyla Hellyer2018-09-131-2/+2
* Fix all the dead links in the docsErk-2018-08-091-1/+1
* Fix a usage of a private function in a testZeyla Hellyer2018-08-071-1/+1
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-071-2/+15
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+4
* Add a message cache API (#345)zeyla2018-07-091-0/+9
* Fix links to the repoZeyla Hellyer2018-05-231-2/+2
* Bump to v0.5.0v0.5.0Zeyla Hellyer2018-01-201-1/+1
* Update readme exampleZeyla Hellyer2018-01-181-4/+7
* Revamp the internals of `Args`acdenisSK2017-12-161-2/+0
* Merge v0.4.3acdenisSK2017-11-041-1/+6
|\
| * Fix ping bot example (#211)Ben2017-10-311-1/+6
* | Fix some compilation feature targets, fix lintsZeyla Hellyer2017-10-171-2/+1
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-13/+11
|\|
| * Feature-flag extern crates behind their nameZeyla Hellyer2017-10-141-10/+10
| * Fix clippy lintsZeyla Hellyer2017-10-111-3/+0
| * Add a threadpool to the shard runnerZeyla Hellyer2017-10-091-0/+2
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-11/+3
* | Add a threadpool to the shard runnerZeyla Hellyer2017-10-091-0/+2
|/
* Update readme exampleZeyla Hellyer2017-09-251-1/+2
* Bump to v0.4.0Zeyla Hellyer2017-09-251-1/+1
* Switch to temporary rust-websocket forkZeyla Hellyer2017-09-251-1/+1
* Remove tokio usageZeyla Hellyer2017-09-211-4/+0
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-4/+10
* Revamp `CacheEventsImpl`acdenisSK2017-09-121-2/+0
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-3/+3
* Allow FromStr for User to use REST (#147)Maiddog2017-08-241-1/+2
* Fix tests (#145)Maiddog2017-08-221-1/+1
* feature-flag the vec_shift dependencyacdenisSK2017-08-211-1/+2
* Revamp the args to an `Args` structacdenisSK2017-08-201-4/+1
* Use wildcardacdenisSK2017-08-191-1/+1
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-1/+1
* Add html_root_urlacdenisSK2017-08-191-0/+1
* Move Clippy lints to a cfg_attrZeyla Hellyer2017-08-181-1/+1
* Move the Framework trait to the frameworkZeyla Hellyer2017-08-181-21/+0
* ClippyacdenisSK2017-08-191-1/+1
* Fix string delimiters (#134)Lakelezz2017-08-131-0/+4
* Split event handling in the cache to a traitacdenisSK2017-08-101-0/+2
* Remove the `ext` module and remove a matchacdenisSK2017-08-011-2/+0
* rustfmtacdenisSK2017-07-271-33/+35
* Make the `framework` module feature-gated and fix the names in the helper macroacdenisSK2017-07-271-2/+21
* Switch to tokio for events (#122)Alex Lyon2017-07-141-0/+5
* Fixed clippy warnings (#118)Kaidan2017-06-281-2/+0
* Bump to v0.3.0v0.3.0Zeyla Hellyer2017-06-241-1/+1
* Fix no-framework compilationZeyla Hellyer2017-06-141-0/+2
* Upgrade rust-websocket, rust-openssl, and hyperZeyla Hellyer2017-06-071-0/+4
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-3/+3
* Clippy lintsZeyla Hellyer2017-06-061-2/+0
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-1/+1
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-0/+2