Commit Graph

  • 0fd7548ba4 Contact struct removed from peer ycc 2024-02-10 22:36:25 +0100
  • 24183ff581 Remove MyContact contactcard from peer ycc 2024-02-10 15:05:02 +0100
  • df9c6b5d46 Refactor GetUid() method and add new tests for server storage ycc 2024-02-10 11:32:44 +0100
  • 423ef5c4b1 Update badger db path ycc 2024-02-09 23:28:43 +0100
  • b87c0bff3e add LoadAllServerCards from badger ycc 2024-02-09 22:30:00 +0100
  • 978b6fdfd1 badgerdb messageservers storage ycc 2024-02-08 22:17:16 +0100
  • 93e972900f Refactor structs with some getters/setters - Peers part ycc 2024-02-07 16:08:24 +0100
  • f8a1cb6f68 begin adding device to device communication ycc 2024-01-18 22:43:41 +0100
  • 44661de993 conversation_request cleanup ycc 2024-01-14 15:49:24 +0100
  • 48b2e78b41 request jobs generation ycc 2024-01-12 23:17:34 +0100
  • a9f3b548e5 permission fixes ycc 2024-01-05 17:01:36 +0100
  • 379b40b2fb answer invitation bugfix ycc 2024-01-03 23:11:23 +0100
  • cbedad7178 typo, + invitation return value changed from ContactCard to Peer ycc 2024-01-03 19:40:38 +0100
  • 9283764f42 proto contactcard to _ ycc 2024-01-01 22:45:54 +0100
  • 25cf1808e3 added an invitation message ycc 2024-01-01 13:50:00 +0100
  • 6788487368 restoring, pb was in client code ycc 2023-12-31 23:46:24 +0100
  • e406010374 #2 ycc 2023-12-31 23:39:30 +0100
  • 289e39c677 invitation bytearray copy debug #1 ycc 2023-12-31 23:28:10 +0100
  • 6511ff6280 add debug test code for redis binary store ycc 2023-12-31 22:44:21 +0100
  • 206dda0761 fix missing init ycc 2023-12-31 20:33:01 +0100
  • 7a6c1cd085 temporary remove invitation expiry ycc 2023-12-31 20:22:56 +0100
  • 04e81fcef1 lib invitation improvement for GUI ycc 2023-12-31 18:43:55 +0100
  • 0998845817 Invitation process store my server card+ server invitation fields ycc 2023-12-31 10:24:15 +0100
  • 922668e2a3 Invitation struct initt fix ycc 2023-12-30 19:08:44 +0100
  • 5eb6be1415 test changing cameCase for _ in protobuf servercard ycc 2023-12-28 16:57:34 +0100
  • a3b2473eed avatar field rename ycc 2023-12-26 17:51:42 +0100
  • 043980042d peer cleanup ycc 2023-12-26 13:54:20 +0100
  • 58118bd6bb dependency upgrade ycc 2023-12-25 16:46:03 +0100
  • 86d51d6dfb cleanup ycc 2023-12-25 16:44:58 +0100
  • 6a42d261f1 doc update alpha0 ycc 2023-12-12 23:44:30 +0100
  • 1dda1b27a8 Server lists simplify ycc 2023-12-09 20:09:55 +0100
  • 535181d669 Server management keys, and user Kp rename ycc 2023-12-09 20:01:19 +0100
  • c3ad8d5d2d start time format fix ycc 2023-12-08 17:08:01 +0100
  • 4cd928fdc6 add basic server statistics to redis db ycc 2023-12-08 16:52:18 +0100
  • 420b7d0af0 Refactor and servercard ajustments ycc 2023-11-27 00:31:43 +0100
  • 432f449558 Server invitation process functions ycc 2023-11-14 16:32:50 +0100
  • 65f9ee2e07 out of bound errot detection ycc 2023-11-09 22:50:51 +0100
  • eeb39338e2 Split server and serverlist + serverlist methods ycc 2023-11-09 22:46:39 +0100
  • c203431ede InternalServer to Server refactor ycc 2023-11-08 22:01:44 +0100
  • 04a390d558 Refactor and comment ycc 2023-11-08 21:52:09 +0100
  • 08ff9d58b8 Doc update ycc 2023-11-06 22:44:21 +0100
  • cd41a59518 config params ycc 2023-09-27 22:17:44 +0200
  • 4750915b49 config update ycc 2023-09-27 17:16:23 +0200
  • e0faaf8cef switch url to id in invitation process ycc 2023-08-31 23:51:20 +0200
  • 539e2c528e fix router constructor ycc 2023-08-31 23:43:36 +0200
  • d082724432 Integrate invitation process in router ycc 2023-08-31 23:38:03 +0200
  • 5eb06ebcc5 typo ycc 2023-08-30 21:16:13 +0200
  • 753cd30f38 start through server invitation process ycc 2023-08-29 23:40:30 +0200
  • 4a009b69eb start through server invitation process ycc 2023-08-29 23:40:19 +0200
  • 9d5ba42dfc loaction and appdata added ycc 2023-08-01 22:47:18 +0200
  • 71df3a792b add my name and myavatar to my identity for a peer ycc 2023-07-27 15:48:06 +0200
  • d748735ded Added avatar identifiers and servers table ycc 2023-07-27 10:44:09 +0200
  • 698740e20a Identity accessors ycc 2023-02-17 22:30:13 +0100
  • 940a8d395c add identity accessors to config ycc 2023-02-17 22:29:21 +0100
  • 6f2a65dac9 storage get messages + config improve + tests ycc 2023-02-15 22:08:17 +0100
  • d9155bac51 tests ycc 2023-01-11 22:43:08 +0100
  • 0f8bdf5f66 Store pass for db saving ycc 2023-01-11 22:29:31 +0100
  • ce758c5bb1 hide peers, add drone ci, doc update ycc 2023-01-11 21:42:14 +0100
  • c4bb8c5693 hiddens peers unlock ycc 2023-01-08 23:19:08 +0100
  • 61958593a1 identity in config to allow save from everywhere ycc 2023-01-08 22:57:17 +0100
  • 5ac92ce3a8 storage start and identity in shared config ycc 2023-01-07 00:39:05 +0100
  • 52ae52ca9f matriochka start send and route + doc upt ycc 2022-12-27 16:59:52 +0100
  • 1912f89cc6 GoMobile bind OK ycc 2022-12-19 21:54:08 +0100
  • 9e56d3eb03 Reduce return values for mobile compatibility ycc 2022-12-19 20:15:53 +0100
  • c6ec65f3fa deprecations ycc 2022-12-19 12:15:10 +0100
  • bf901a7aa3 sendfile simple small files usermessage implementation ycc 2022-12-18 21:52:03 +0100
  • a2d4106d51 refactor #3 ycc 2022-12-18 20:59:27 +0100
  • 66927c4298 refactor #2 ycc 2022-12-18 20:37:26 +0100
  • 1257cb70e7 refactor #2 ycc 2022-12-18 20:36:44 +0100
  • 8fa4a359b0 refactor #1 ycc 2022-12-18 19:47:44 +0100
  • b0cf89e428 bugfix in peer decrypt ycc 2022-12-17 21:50:22 +0100
  • 7d6d8dd913 bugfix in serialization of incoming messages in redis ycc 2022-12-17 21:37:48 +0100
  • 1031529964 fill usermessage lookupkey ycc 2022-12-17 20:17:05 +0100
  • 20c82d0766 fix -> ycc 2022-12-17 19:59:38 +0100
  • 39dab226fb ProcessUserMessage ycc 2022-12-17 19:57:02 +0100
  • b50098d04e Find peer by lookup key ycc 2022-12-17 19:08:41 +0100
  • 92f743b595 if 2 []byte #3 ycc 2022-12-17 13:00:28 +0100
  • e7c685b8aa if to []byte #2 ycc 2022-12-17 12:56:34 +0100
  • 56774c389d Interface to byte conversion, test #1 ycc 2022-12-17 12:41:49 +0100
  • 4e7a804ef1 minor ycc 2022-12-16 22:29:12 +0100
  • 8879ef3f02 client to server process outbound generic method ycc 2022-12-16 22:26:58 +0100
  • fccb32b0b1 param mistake ycc 2022-12-16 22:16:35 +0100
  • d21696d3af pointer correction for protbuf compatibility ycc 2022-12-16 22:15:16 +0100
  • 7b1ec49ad5 typo ycc 2022-12-16 22:12:23 +0100
  • 63fd7096d1 get conversations keys for all peers v0 ycc 2022-12-16 22:10:55 +0100
  • 650782673d unmarshal allocation bugfix ycc 2022-12-15 22:34:59 +0100
  • 5af01add64 use simple sign asym ycc 2022-12-15 21:59:31 +0100
  • 684d444bc8 FromServerMessage processing ycc 2022-12-09 22:00:31 +0100
  • d41873f9f3 invitation id propagation in answer ycc 2022-12-05 19:20:00 +0100
  • 023a3c701a locks + message helper rename ycc 2022-12-03 00:05:28 +0100
  • a5cf1ec7ac message helper + io/ioutil deprecation ycc 2022-12-02 23:18:13 +0100
  • 7ed8ff9982 error mgt in qr write ycc 2022-12-01 22:47:17 +0100
  • 3066d48b3e Identity Messageservers count errors ycc 2022-11-30 21:35:38 +0100
  • 8bde6802de Invitation errors when no servers defined ycc 2022-11-30 21:31:01 +0100
  • d5760e8439 Contact card decompress, split, merge ycc 2022-11-29 22:19:54 +0100
  • b464a855ae Identity load and save params, invitation check ycc 2022-11-28 20:48:42 +0100
  • f4ebb5cab1 Write compressed ContactCard ycc 2022-11-27 21:21:49 +0100
  • 8195a22300 Peer invitation refactor, Contact invitationId, Qrcode compression ycc 2022-11-27 21:08:34 +0100
  • 2516b41597 New functions for flutter openpgp compatibility ycc 2022-11-20 17:52:27 +0100
  • 7fe7892764 Additions for client side dev ycc 2022-10-29 20:07:35 +0200