aboutsummaryrefslogtreecommitdiff
path: root/src/client/context.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove a usage of Clone::cloneZeyla Hellyer2018-04-261-2/+2
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-2/+4
* Remove useless clones (#292)Maiddog2018-03-171-1/+1
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-12/+12
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-181-2/+3
* Move `VecMap` to `utils`acdenisSK2018-01-021-3/+3
* Improve performance of builders even furtheracdenisSK2017-12-271-3/+3
* Break up the model moduleZeyla Hellyer2017-12-161-13/+14
* Make `Context::edit_profile` slightly efficientacdenisSK2017-12-141-3/+3
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-8/+8
* Merge v0.4.3acdenisSK2017-11-041-0/+6
|\
| * Fix doctests for a variety of feature targetsZeyla Hellyer2017-11-011-0/+6
| * `to_owned` -> `to_string`acdenisSK2017-10-011-5/+5
* | Redo client internals + gatewayZeyla Hellyer2017-11-031-32/+33
* | Make the Client return a ResultZeyla Hellyer2017-11-031-10/+32
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-221-10/+10
* | Remove setting of the afk field in shardsZeyla Hellyer2017-10-191-7/+7
* | Slightly improve performance of buildersZeyla Hellyer2017-10-181-7/+9
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-1/+1
* | `to_owned` -> `to_string`acdenisSK2017-10-091-5/+5
|/
* Remove tokio usageZeyla Hellyer2017-09-211-6/+1
* Fix block on spawning multiple shardsZeyla Hellyer2017-09-181-0/+1
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-1/+2
* Copy some methods from Command to Group (#164)Maiddog2017-09-111-1/+4
* Add `Context::handle`acdenisSK2017-09-111-1/+5
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-17/+19
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-1/+1
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-17/+17
* 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