aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restructure modulesZeyla Hellyer2017-05-221-17/+83
* Bump to v0.2.0v0.2.0Zeyla Hellyer2017-05-131-2/+1
* Update most dependency version requirementsZeyla Hellyer2017-04-231-1/+2
* Update the way errors are handled in dispatchIllia2017-04-191-1/+1
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-3/+9
* Remove selfbot supportZeyla Hellyer2017-04-051-5/+3
* Fix testsZeyla Hellyer2017-03-251-1/+0
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+1
* Remove a stupid claim about the lib in the docsAustin Hellyer2017-02-031-1/+1
* Fix docs linksAustin Hellyer2017-01-241-2/+2
* Remove cruft from src/lib.rsAustin Hellyer2017-01-081-57/+0
* Code style cleanupAustin Hellyer2017-01-081-1/+1
* Fix rs suffixIllia2017-01-051-4/+4
* Use $crate in the command macroalex2016-12-241-2/+1
* Implement command groups and bucketsIllia2016-12-131-2/+2
* Add installation notesAustin Hellyer2016-12-091-0/+17
* Add a ShareMap across contextsAustin Hellyer2016-12-051-0/+1
* Example should be no-runAustin Hellyer2016-11-301-1/+1
* Update readme exampleAustin Hellyer2016-11-301-1/+1
* Move the example in the readmeAustin Hellyer2016-11-301-29/+32
* Add documentation for examplesAustin Hellyer2016-11-291-6/+56
* Clean up the codebaseAustin Hellyer2016-11-291-1/+1
* Use html_logo_url instead of a doc scriptAustin Hellyer2016-11-291-0/+1
* Add a bit more docsAustin Hellyer2016-11-261-4/+4
* Move events into their own moduleAustin Hellyer2016-11-251-5/+5
* Rename the State to CacheAustin Hellyer2016-11-221-5/+5
* Don't unnecessarily borrow some if-letsAustin Hellyer2016-11-211-1/+1
* A bit of docsAustin Hellyer2016-11-181-1/+1
* Add voice connection supportAustin Hellyer2016-11-141-0/+5
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-131-1/+0
* Add a clippy configAustin Hellyer2016-11-101-2/+2
* Fix some clippy lintsAustin Hellyer2016-11-101-2/+2
* slice_patterns is not stableAustin Hellyer2016-11-101-1/+0
* Properly shutdown on connection DropAustin Hellyer2016-11-101-0/+1
* Fix README exampleAustin Hellyer2016-11-081-4/+8