index
:
adyxax/rocket-cli-client
master
A collection of tools to interact with rocket chat
Julien Dessaux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
http.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-12
Changed subscription id to rid
Julien Dessaux
3
-12
/
+12
2019-09-12
Fixed code flow with memory free
Julien Dessaux
2
-2
/
+4
2019-08-06
Have the subscription struct hold the unread counters
Julien Dessaux
3
-7
/
+10
2019-08-06
Have the login function return the authToken
Julien Dessaux
3
-17
/
+14
2019-08-06
Migrated the reading of login and password from cli to the common lib
Julien Dessaux
3
-36
/
+73
2019-08-06
Added a proper subscriptions listing for the direct conversations closer
Julien Dessaux
12
-12
/
+169
2019-08-06
Cosmetics
Julien Dessaux
1
-10
/
+10
2019-08-06
Added the option to set login and password in config file
Julien Dessaux
1
-23
/
+32
2019-08-05
Get rid of the useless roundtrip of "Expect: 100-continue" when using a POST
Julien Dessaux
1
-0
/
+1
2019-08-05
Fixed lib curl hanging because of a post without payload
Julien Dessaux
1
-2
/
+4
2019-08-05
Fixed curl call orders
Julien Dessaux
3
-4
/
+7
2019-08-05
Added http lib and basic restapi with rocket_close_im binary
Julien Dessaux
14
-53
/
+420
2019-08-01
Added configuration file parsing
Julien Dessaux
3
-0
/
+67