12 Nov 2018 |
Mathijs | it's related to the sms matrix bridge | 16:48:20 |
Mathijs | I hoped it would be fairly easy to get into f-droid | 16:48:35 |
Mathijs | see here | 16:48:50 |
@bubuiic:matrix.org | Mathijs: I have a fork of the sdk which doesn't use jitsi | 16:57:01 |
@bubuiic:matrix.org | for mini-vector | 16:57:05 |
@bubuiic:matrix.org | which I guess would be enough for this app? | 16:57:17 |
Mathijs | Yes, I think so | 17:05:18 |
Coffee | _hc: how can i help with implementing binary transparency logs for the f-droid repos? | 19:11:12 |
Mathijs | nico: you mentioned we may want to run matrix static as a log service | 19:20:26 |
Mathijs | but I think it can be used to look in to any valid matrix room that has guests enabled | 19:20:51 |
Mathijs | which may lead to an undesirable load on the f-droid server | 19:21:04 |
Nico | Mathijs: Isn't is possible to configure matrix-static to only log certain rooms? | 19:35:09 |
@bubuiic:matrix.org | Nico: I guess it's not a logger but a technically a matrix client. | 19:35:42 |
@bubuiic:matrix.org | Then you'd need to prevent the synapse to actually join other rooms? | 19:36:13 |
Nico | This, or we configure the client to only access certain rooms. | 19:38:32 |
Nico | If it's not JS and we can configure it on the server side of matrix-static. | 19:38:50 |
Nico | Is there some BotBot-like logger for Matrix? | 19:39:21 |
Nico | Or we just set up BotBot... | 19:39:34 |
Nico | But that's another point I thought about: Can we configure Synapse to only allow certain rooms? I.e. all rooms with two people and the two F-Droid rooms. Then, we could allow more people to create accounts there without thinking too much about additional load. | 19:41:13 |
Coffee | +1 on setting up.botbot so we can seamlessly serve our old logs with the new. | 19:41:32 |
Nico | Not sure about the UX, though (of blocking rooms) | 19:41:54 |
Nico | Coffee: Can we somehow import the old logs? As I understood, you just saved the raw web pages, or is this wrong? | 19:42:42 |
Coffee | In reply to @nico:dorfbrunnen.eu But that's another point I thought about: Can we configure Synapse to only allow certain rooms? I.e. all rooms with two people and the two F-Droid rooms. Then, we could allow more people to create accounts there without thinking too much about additional load. That's pretty tricky, but it's one of the features which max offered. | 19:42:47 |
Coffee | No, I saved the raw web requests. | 19:43:23 |
Coffee | I could write something that transforms them into a sql dump though. | 19:43:50 |
Nico |
is there a list of people I should make an account for?
Mathijs: I don't think so. I guess it's the best if core members write you a message if they want to get an account. You just need to somehow verify that they are who they pretend to be. | 19:44:22 |
Coffee | Modelled to the example dump in the botbot docs. | 19:44:23 |
Nico | Coffee: Do you know how Max does this? I.e. is there some software we can deploy? | 19:45:24 |
Nico | Coffee: Regarding the SQL stuff: If that's not too much work for you, would be a great transition. | 19:45:53 |
Coffee | I think it comes with the ldap stuff. | 19:46:24 |