index
:
serenity
aliases-fix
asref_messageid_for_message
cmd-aliases-fix
colour_hex
debug
fix-default-command-upon-shortcut-prefix
fix_dead_link_in_readme
fix_message_update
group-checks
group-default-command
master
new-mentionable
old_message_on_update
old_message_on_update_v2
routing-fixes
upstream
v0.4.x
v0.6.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move low-level http functions to a raw module
Zeyla Hellyer
2018-08-24
1
-1737
/
+4
*
Fix routing for http::create_private_channel
Zeyla Hellyer
2018-08-13
1
-1
/
+1
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-15
/
+15
*
Fix compilation + tests on certain feature combos
Zeyla Hellyer
2018-08-07
1
-1
/
+1
*
Do not return Result from main in tests
acdenisSK
2018-08-07
1
-2
/
+10
*
Remove usage of inclusive range syntax
Zeyla Hellyer
2018-08-06
1
-1
/
+1
*
Make http::fire, http::request public
Zeyla Hellyer
2018-08-05
1
-48
/
+91
*
[http] Abstract out routing methods and paths
Zeyla Hellyer
2018-08-05
1
-389
/
+243
*
Make http::wind perform requests
Zeyla Hellyer
2018-08-05
1
-57
/
+64
*
Add an internal http::fire method
Zeyla Hellyer
2018-08-04
1
-259
/
+117
*
Remove an unnecessary lifetime on fn signature
Zeyla Hellyer
2018-08-04
1
-1
/
+1
*
Redo how requests are formed in HTTP module
Zeyla Hellyer
2018-08-04
1
-584
/
+679
*
Maintain a single, re-used HTTP client
Zeyla Hellyer
2018-08-04
1
-23
/
+17
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+18
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-2
/
+2
*
Add servermom methods to http module
president moon
2018-06-17
1
-0
/
+29
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-6
/
+6
*
do not include optional params if they are None in audit logs (#303)
Kyle Clemens
2018-04-11
1
-5
/
+22
*
Add http method to ban zeyla from a guild
Zeyla Hellyer
2018-04-01
1
-0
/
+14
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-13
/
+25
*
Support sending files with an embed (#285)
Brandon Lucier
2018-03-04
1
-0
/
+1
*
Add 'Get Guild Vanity Url' endpoint
Zeyla Hellyer
2018-02-09
1
-0
/
+19
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
1
-37
/
+35
*
Add functions to reorder a guild's channels
Zeyla Hellyer
2018-01-27
1
-0
/
+16
*
Give hyper Response in HTTP errors
Zeyla Hellyer
2018-01-01
1
-23
/
+8
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-1
/
+1
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-3
/
+3
*
impl From<&Path> for http::AttachmentType
Zeyla Hellyer
2017-11-16
1
-0
/
+6
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-7
/
+7
*
Fix audit logs a bit
acdenisSK
2017-11-01
1
-3
/
+11
*
Merge v0.4.2
acdenisSK
2017-10-24
1
-0
/
+18
|
\
|
*
Implement changing a role's position (#201)
Ken Swenson
2017-10-19
1
-0
/
+18
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-1
/
+1
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
1
-2
/
+2
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-5
/
+1
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-1
/
+5
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-6
/
+6
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-5
/
+6
*
|
Make webhook_id a majour parameter in ratelimiting
Zeyla Hellyer
2017-10-09
1
-3
/
+18
*
|
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-09
1
-2
/
+2
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-5
/
+1
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-1
/
+5
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-6
/
+6
|
/
*
Document http::set_token and unhide it from docs
Zeyla Hellyer
2017-09-23
1
-3
/
+22
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-57
/
+30
*
Update deprecated bulk delete endpoint
Zeyla Hellyer
2017-09-05
1
-1
/
+1
*
Remove more non-bot user endpoints
Zeyla Hellyer
2017-09-01
1
-47
/
+0
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-30
/
+57
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-57
/
+30
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-28
/
+53
[next]