aboutsummaryrefslogtreecommitdiff
path: root/src/model/invite.rs
Commit message (Expand)AuthorAgeFilesLines
* 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