aboutsummaryrefslogtreecommitdiff
path: root/src/model/invite.rs
Commit message (Expand)AuthorAgeFilesLines
* Monomorphize all functionsZeyla Hellyer2018-07-041-1/+4
* Make guild optional on InvitesZeyla Hellyer2018-06-271-8/+20
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-4/+4
* Improve performance of builders even furtheracdenisSK2017-12-271-1/+1
* Break up the model moduleZeyla Hellyer2017-12-161-3/+5
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-3/+5
* Revert "Use the de-generification trick."acdenisSK2017-10-091-4/+1
* Use the de-generification trick.acdenisSK2017-10-091-1/+4
* `to_owned` -> `to_string`acdenisSK2017-10-091-7/+7
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-4/+4
* Apply rustfmtZeyla Hellyer2017-09-181-2/+1
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-1/+1
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-1/+2
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-2/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-3/+1
* rustfmtacdenisSK2017-07-271-30/+24
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-2/+3
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-2/+4
* Fix {Invite,RichInvite}::url testsZeyla Hellyer2017-05-221-0/+6
* Restructure modulesZeyla Hellyer2017-05-221-24/+33
* Add `Invite::url()`, `RichInvite::url()`Zeyla Hellyer2017-05-221-0/+72
* Add support for retrieving invites with countsMei2017-05-181-4/+17
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+44
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-3/+80
* Remove invite acceptingZeyla Hellyer2017-03-041-63/+0
* Pass by reference where possibleZeyla Hellyer2017-02-281-1/+1
* Fix docs linksAustin Hellyer2017-01-241-0/+1
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-11/+48
* Fix typoIllia2016-12-311-2/+2
* Use conditional blocks over macrosAustin Hellyer2016-12-291-8/+12
* More config for CreateCommand, add various methodsIllia2016-12-101-1/+1
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-3/+6
* Change all try's into ?sacdenisSK2016-12-071-2/+2
* More widely support no-cache method compilesAustin Hellyer2016-11-251-8/+11
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-11/+11
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-4/+6
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-2/+2
* Rename the State to CacheAustin Hellyer2016-11-221-8/+8
* A bit of docsAustin Hellyer2016-11-181-20/+26
* Accepting invites only works for user accountsAustin Hellyer2016-11-161-3/+43
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-0/+4
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Finalize invite-related documentationAustin Hellyer2016-11-051-16/+41
* Initial commitAustin Hellyer2016-10-181-0/+47