Commit Graph

137 Commits

Author SHA1 Message Date
Bernhard Tittelbach f801209a7f added AudioMessage,LocationMessage,FileMessage and comments where helpful 2019-04-13 22:42:09 +02:00
Bernhard Tittelbach 9f4eb0fd6d ImageMessage can have optional Thumbnail Information and info is also optional 2019-04-13 22:42:09 +02:00
Andrew Morgan 51f01ddc3d
Merge pull request #62 from SUMUKHA-PK/Adding_Tags_feature
Added tags.go to support room tagging feature in dendrite
2019-03-26 17:22:01 +00:00
SUMUKHA-PK c58e5d92a5 Tag->TagContent 2019-03-26 22:25:57 +05:30
SUMUKHA-PK 8aae639f6b Tag -> TagContent 2019-03-26 22:25:40 +05:30
SUMUKHA-PK 4e14b28365 Merge branch 'Adding_Tags_feature' of https://github.com/SUMUKHA-PK/gomatrix into Adding_Tags_feature 2019-03-26 22:07:30 +05:30
SUMUKHA-PK 22498f6a60 Added copyright 2019-03-26 22:07:07 +05:30
Andrew Morgan 58c78fd8f1
Update tags.go
Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
2019-03-26 22:01:34 +05:30
Andrew Morgan 566b83c1b0
Update tags.go
Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
2019-03-26 22:01:24 +05:30
Andrew Morgan da9261fac6
Update tags.go
Co-Authored-By: SUMUKHA-PK <sumukhapk46@gmail.com>
2019-03-26 22:01:15 +05:30
SUMUKHA-PK 8d38784ec2 Build issues resolved 2019-03-26 21:24:26 +05:30
SUMUKHA-PK f96350d0a8 Build issues resolved 2019-03-26 21:15:48 +05:30
SUMUKHA-PK 8083606ef5 Build issues resolved 2019-03-26 21:13:55 +05:30
SUMUKHA-PK 1ec97e4eae Added tags.go 2019-03-26 21:08:08 +05:30
Brendan Abolivier 54b415d5fa
Merge pull request #61 from matrix-org/babolivier/trailing-slashes
Manually append a trailing slash at the end of a path if needed
2019-03-20 22:38:05 +00:00
Brendan Abolivier 998378da2b Manually append a trailing slash at the end of a path if needed 2019-03-20 19:31:55 +00:00
Brendan Abolivier 94881c65f3
Merge pull request #53 from turt2live/travis/add-unsigned
Expose `unsigned` on events
2019-03-08 11:31:36 +00:00
Brendan Abolivier 4fd9ea110d
Merge pull request #56 from DzananGanic/master
fixed wrong json tag for RespUserInteractive Session param
2019-03-08 11:30:50 +00:00
Andrew Morgan 385f072fe9
Merge pull request #57 from matrix-org/anoa/go_1_10
Bump minimum go version to 1.10
2019-01-30 13:01:40 +00:00
Andrew Morgan 2c47a0c609 gofmt is different between go versions and makes everything break 2019-01-30 12:20:48 +00:00
Andrew Morgan c3f65ede3b gofmt 2019-01-30 11:59:03 +00:00
Andrew Morgan 2e135b1860 Fix responses uncommented field 2019-01-30 11:32:41 +00:00
Andrew Morgan d0a3393bc9 Fix go version 2019-01-29 18:47:24 +00:00
Andrew Morgan 544fff6a0f Bump minimum go version to 1.10 2019-01-29 17:53:14 +00:00
DzananGanic b8d1540599 fixed wrong json tag for RespUserInteractive Session param 2018-12-13 13:23:14 +01:00
Travis Ralston 4f8f762583 Expose `unsigned` on events
Signed-off-by: Travis Ralston <travpc@gmail.com>
2018-07-06 21:26:17 -06:00
Wim eb6a57bae9 Add Redacts key (m.room.redaction event) (#43) 2018-05-11 16:52:41 +01:00
Thibaut CHARLES 76dfc7718a Added default filter values & filter validation (#46)
Signed-off-by: Thibaut CHARLES cromfr@gmail.com
2018-05-09 13:37:21 +01:00
26000 072b39f7fa Fix InviteUser (#49) 2018-05-09 09:42:41 +01:00
Jan Christian Grünhage a7fc80c806 Add filter struct (#42) 2017-10-03 12:38:48 +01:00
Kegsay 9b757298e3 Merge pull request #39 from MTRNord/patch-2
Fix timestamp being too large for int
2017-08-25 11:11:39 +01:00
Kegsay c267fe0aaf Merge pull request #37 from MTRNord/patch-1
Add GetDisplayName() method
2017-08-25 11:01:05 +01:00
Marcel e98d37640a Make gofmt happy 2017-08-25 01:18:57 +02:00
Marcel 11ade4797f Fix timestamp being too large for int
Signed-off by Marcel Radzio <mtrnord1@gmail.com>
2017-08-25 01:14:47 +02:00
MTRNord f6ce5f65b5 Add helper function GetOwnDisplayName() 2017-08-22 21:44:21 +02:00
MTRNord 3e76370297 Move method HasSingleStageFlow() back to the corresponding struct 2017-08-22 21:41:15 +02:00
MTRNord fc56cbf80a Add GetDisplayName() command 2017-08-22 20:21:53 +02:00
Marcel fdea86cdb9 Add RespUserDisplayName 2017-08-22 20:13:42 +02:00
Kegsay 1ed3413986 Merge pull request #29 from t3chguy/t3chguy/add_GET_voip_turnServer
add `GET /_matrix/client/r0/voip/turnServer`
2017-06-26 10:23:41 +01:00
Kegsay cb69d2b689 Merge pull request #28 from Dhole/master
In /messages: Fix Messages argument parsing
2017-06-26 10:22:33 +01:00
Mark Haines 8482707094 Merge pull request #30 from matrix-org/markjh/pre-commit
Add misspell and ineffassign to the pre-commit hooks
2017-06-12 19:53:02 +01:00
Mark Haines 6f5f4de2eb Remove unneed dependencies from travis.yml 2017-06-12 19:44:56 +01:00
Mark Haines af759cbc2b Add a .travis.yml 2017-06-12 19:42:48 +01:00
Mark Haines 735a423c76 Add misspell and ineffassign to the pre-commit hooks 2017-06-12 19:37:49 +01:00
Michael Telatynski df70a4461f
add `GET /_matrix/client/r0/voip/turnServer`
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-06-07 14:13:03 +01:00
Dhole af80fb148a Fix Messages argument parsing 2017-05-29 14:01:42 -07:00
Richard Lewis 27ae91d1b3 Merge pull request #27 from matrix-org/rxl881/videoMessages
Omit empty fields on ImageInfo and VideoInfo structs
2017-05-11 15:02:20 +01:00
Richard Lewis 087ee52a0f Omit empty fields on ImageInfo and VideoInfo structs 2017-05-11 14:26:09 +01:00
Richard Lewis 462346e69d Merge pull request #26 from matrix-org/videos
SendImage and SendVideo convenience functions
2017-05-08 13:59:41 +01:00
Richard Lewis d43f7960c7 Fix merge conflicts 2017-05-08 13:57:04 +01:00