aboutsummaryrefslogtreecommitdiff
path: root/src/client/context.rs
Commit message (Expand)AuthorAgeFilesLines
* rustfmtacdenisSK2017-07-271-32/+29
* Switch to tokio for events (#122)Alex Lyon2017-07-141-10/+11
* Fix doc testsacdenisSK2017-07-021-79/+125
* Add a `quit` function`acdenisSK2017-06-301-0/+11
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-8/+1
* Remove Context::{channel_id, queue}Zeyla Hellyer2017-06-131-12/+1
* Upgrade rust-websocket, rust-openssl, and hyperZeyla Hellyer2017-06-071-16/+16
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-10/+10
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-2/+4
* Add more examples and improve some othersZeyla Hellyer2017-05-231-25/+141
* Restructure modulesZeyla Hellyer2017-05-221-8/+10
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-9/+6
* Remove selfbot supportZeyla Hellyer2017-04-051-5/+1
* Pass by reference where possibleZeyla Hellyer2017-02-281-1/+1
* Add 'say' to Group, GuildChannel, PrivateChannelZeyla Hellyer2017-02-131-1/+1
* Remove most Context methodsZeyla Hellyer2017-02-121-821/+7
* Optimize cachingZeyla Hellyer2017-02-091-6/+6
* Update examples for OOP updateAustin Hellyer2017-01-261-4/+4
* Fix docs linksAustin Hellyer2017-01-241-9/+10
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-1131/+275
* Make a single POST on guild role createAustin Hellyer2017-01-181-13/+1
* Clarify that messages can't be older than 2 weeks.Illia2017-01-141-0/+2
* Simplify a small bit of ContextAustin Hellyer2017-01-041-21/+14
* Simplify Context::get_reaction_usersAustin Hellyer2017-01-041-5/+1
* Fix Context::get_reaction_users docsAustin Hellyer2017-01-041-6/+0
* Add Context::get_userAustin Hellyer2017-01-041-0/+22
* Implement context message queueingTaavi2017-01-011-1/+38
* Add guild and channel searchAustin Hellyer2016-12-291-1/+82
* Use conditional blocks over macrosAustin Hellyer2016-12-291-6/+9
* Implement command groups and bucketsIllia2016-12-131-3/+5
* More config for CreateCommand, add various methodsIllia2016-12-101-1/+10
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-1/+1
* Change all try's into ?sacdenisSK2016-12-071-8/+8
* Add a ShareMap across contextsAustin Hellyer2016-12-051-0/+8
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-26/+170
* Add documentation for modelsIllia2016-12-041-0/+5
* Fix signature of Context::move_memberAustin Hellyer2016-12-031-2/+2
* Make rest::edit_profile set new tokenAustin Hellyer2016-12-031-2/+2
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-021-4/+24
* Clarify some docsAustin Hellyer2016-11-301-43/+107
* Add remaining REST routesAustin Hellyer2016-11-301-0/+15
* Clean up the codebaseAustin Hellyer2016-11-291-23/+25
* Fix doctestsAustin Hellyer2016-11-281-1/+1
* Improve docs and add new message builder methodsIllia K2016-11-281-22/+19
* Add Context, REST, and model documentationfwrs2016-11-271-0/+130
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-271-11/+21
* Voice example no longer requires 'extras'Austin Hellyer2016-11-261-6/+2
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-1/+1
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-10/+10
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-72/+72