!PtKxxSgyjbNPrkBvRG:matrix.org

Jeon project (another Matrix implementation on java)

24 Members
https://github.com/ma1uta/jeon (mirror: https://gitlab.com/ma1uta/jeon)9 Servers

Load older messages


SenderMessageTime
17 Aug 2018
@ma1uta:matrix.org@ma1uta:matrix.org left the room.09:00:29
@benpa:matrix.orgbenpa-matrixhey ma1uta, is this something to add to TWIM?09:52:19
@ma1uta:ru-matrix.orgma1uta Yep, I'm writing news to TWIM. 10:07:33
@benpa:matrix.orgbenpa-matrixok thanks!10:07:58
20 Aug 2018
@ma1uta:ru-matrix.orgma1uta changed their display name from ma1uta to maluta.07:28:36
@ma1uta:ru-matrix.orgma1uta changed their display name from maluta to ma1uta.07:29:16
20 Sep 2018
@ma1uta:ru-matrix.orgma1uta

Jeon (https://github.com/ma1uta/jeon) massive update!
Jeon is a set of the java interfaces and classes which describes the Matrix API.

  • client-api: r0.4.0-1 corresponds to the r0.4.0 C2S API.
  • application-api: r0.1.0 corresponse to the r0.1.0 AS API,
  • push-api: r0.1.0 corresponds to the r0.1.0 PUSH API,
  • identity-api: r0.1.0 corresponds to the r0.1.0 IS API.
    All artefacts available from the Maven Central Repository.
    Also updated the swagger schemas generated from the code:
  • https://ma1uta.github.io/swagger/c2s.json - C2S API
  • https://ma1uta.github.io/swagger/as.json - AS API
  • https://ma1uta.github.io/swagger/push.json - PUSH API
  • https://ma1uta.github.io/swagger/id.json - IS API
03:52:24
@ma1uta:ru-matrix.orgma1uta And the first hotfix: application-api r0.1.0-2 with fixed url (/transactions has been changed to the _matrix/app/v1/transactions). And this release will break all AS because synapse sends transactions to the old url. 05:50:23
@ma1uta:ru-matrix.orgma1uta Also I am releasing a new version of the java client (https://github.com/ma1uta/jmsdk) in one or two days. The new client works is asynchronous mode, each method doesn't block the thread and return the CompletableFuture (promise in java). Then you can block thread to get the response or build a asynchronous promises chain. 06:36:49
@benpa:matrix.orgbenpa-matrix Wowee! So you're now compatible with the latest spec versions 08:22:25
@ma1uta:ru-matrix.orgma1uta
In reply to @benpa:matrix.org
Wowee! So you're now compatible with the latest spec versions
yep.
09:10:48
@ma1uta:ru-matrix.orgma1utaI wrote about this in the #twim.09:11:22
@max:kamax.io@max:kamax.io joined the room.15:54:19
@benpa:matrix.orgbenpa-matrix ma1uta: brill 15:59:30
@MTRNord:matrix.ffslfl.net@MTRNord:matrix.ffslfl.net joined the room.16:21:08
21 Sep 2018
@pamo:matrix.org@pamo:matrix.org joined the room.07:57:45
@groo:meshspace.de⌠✦groo✦⌡ 🌿 joined the room.21:01:21
@christian:meshspace.deChristian left the room.21:05:38
@thehurley3:matrix.org@thehurley3:matrix.org joined the room.21:17:22
22 Sep 2018
@thehurley3:matrix.org@thehurley3:matrix.orgI have been looking at picking back up from a fresh repo and restarting my idea for a matrix server in java. looking around I found the jeon repo. I noticed some big changes in the jeon client sdk from the maven version to the one in the github repo such as AsyncResponse and Security Context being added to many of the routes. I was wondering if there were other plans that I might be able to help with20:40:24
@ma1uta:ru-matrix.orgma1utaYep. There are a lot of plans. I have released code but it still unstable (sorry). I am writing tests for the client sdk now. And next my goal - cover all client methods with tests.21:13:16
23 Sep 2018
@thehurley3:matrix.org@thehurley3:matrix.org ma1uta: the server seams to hit 500 errors when i try to accept 13:05:49
@ma1uta:ru-matrix.orgma1utaThe same. I will increase timeouts.13:59:43
24 Sep 2018
@ma1uta:ru-matrix.orgma1uta

thehurley3: I got the error 403:

2018-09-24 08:03:41,981 - synapse.http.outbound - 164 - INFO - POST-17494- {GET-O-24087} [matrix.org] Sending request: GET matrix://matrix.org/_matrix/federati
on/v1/make_join/%21WgCnqfiXfuDtxgYlrq%3Amatrix.org/%40ma1uta%3Aru-matrix.org?ver=1&ver=vdh-test-version
2018-09-24 08:03:42,041 - synapse.http.outbound - 246 - INFO - POST-17494- {GET-O-24087} [matrix.org] Result: 403 Forbidden
2018-09-24 08:03:42,049 - synapse.util.async_helpers - 218 - INFO - POST-17494- Releasing linearizer lock 'member' for key (u'!WgCnqfiXfuDtxgYlrq:matrix.org',)
2018-09-24 08:03:42,050 - synapse.http.server - 85 - INFO - POST-17494- <XForwardedForRequest at 0x7fa373e35c68 method='POST' uri='/_matrix/client/r0/join/!WgC
nqfiXfuDtxgYlrq:matrix.org' clientproto='HTTP/1.0' site=8008> SynapseError: 403 - You are not invited to this room.
05:12:21
@thehurley3:matrix.org@thehurley3:matrix.org ma1uta: is there a way to remove the failed invite? I appear to be unable to reject or accept the invite 17:36:21
@thehurley3:matrix.org@thehurley3:matrix.orgI also create a pull request to fix a spelling mistake17:36:35
@ma1uta:ru-matrix.orgma1utaThe same, in the riot-web I cannot reject invites.18:12:07
@ma1uta:ru-matrix.orgma1uta thehurley3: I have approved your PR, thanks. 18:13:03
@ma1uta:ru-matrix.orgma1utaAnd try to clear cache and restart in the settings.18:13:19
@ma1uta:ru-matrix.orgma1uta2018-09-24-211348_263x103_scrot.png
Download 2018-09-24-211348_263x103_scrot.png
18:14:19

Show newer messages


Back to Room ListRoom Version: