aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/group.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix NSFW Checks (#418)Lakelezz2018-10-201-4/+0
* Fix all the dead links in the docsErk-2018-08-091-26/+26
* Monomorphize all functionsZeyla Hellyer2018-07-041-2/+8
* Fix nsfw related docs (#299)Lakelezz2018-04-041-3/+3
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-1/+5
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-1/+1
* Check message ID count in `delete_messages`Zeyla Hellyer2018-01-271-3/+6
* Add an `EditMessage` builderZeyla Hellyer2018-01-181-5/+5
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-051-9/+10
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-2/+3
* Break up the model moduleZeyla Hellyer2017-12-161-1/+1
* Use an as_ref hackacdenisSK2017-10-091-1/+1
* Replace slice parametres by IntoIterator (#177)François Triquet2017-10-091-1/+1
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-1/+1
* Revert "Use the de-generification trick."acdenisSK2017-10-091-6/+2
* Use the de-generification trick.acdenisSK2017-10-091-2/+6
* Apply rustfmtZeyla Hellyer2017-09-181-12/+5
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-5/+6
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-5/+12
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-14/+8
* Apply rustfmtZeyla Hellyer2017-08-181-4/+11
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-21/+9
* rustfmtacdenisSK2017-07-271-38/+48
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-2/+0
* Remove the deprecated functionsacdenisSK2017-07-111-64/+0
* Docs fixesmei2017-06-271-2/+2
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-1/+2
* Fix links to ChannelId::send_filesZeyla Hellyer2017-06-041-2/+2
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-041-2/+2
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-5/+6
* Implement multiple attachmentsKen Swenson2017-05-281-0/+28
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+5
* Restructure modulesZeyla Hellyer2017-05-221-16/+20
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+13
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-38/+71
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-0/+25
* Remove selfbot supportZeyla Hellyer2017-04-051-48/+2
* Rework the models directoryZeyla Hellyer2017-03-251-0/+329