Commit Graph

  • ce479cc5b9 Remove unused variable in ReadMessage function ycc 2024-03-29 16:22:26 +01:00
  • bdfa8c7bb1 ReadMessage fix ycc 2024-03-29 16:18:24 +01:00
  • 8300a699a3 background return improve ycc 2024-03-29 16:17:07 +01:00
  • 729ba7e02a add server pub key to background process ycc 2024-03-29 15:59:33 +01:00
  • b15f571938 server invitatio ycc 2024-03-29 15:40:46 +01:00
  • ead810e666 server store invitation answer by lookupkey + refactor background check ycc 2024-03-28 18:41:30 +01:00
  • 4b412ae0f3 InvitationAnswerMessageReadResponse ycc 2024-03-28 00:45:40 +01:00
  • e4efff1824 Server side invitation step 3/4 preserve From public key / Client finalize in progress ycc 2024-03-26 23:42:56 +01:00
  • 788512c391 Server invitation step 3/4 ycc 2024-03-26 20:22:56 +01:00
  • 6bf6fadaaa fix invitation code separator ycc 2024-03-26 15:29:52 +01:00
  • 0070a64d5f server from uid weak patch ycc 2024-03-26 15:23:24 +01:00
  • 1398c6040a moewurl bugfixes ycc 2024-03-26 15:15:41 +01:00
  • 12ad5ced49 meowurls ycc 2024-03-26 14:57:33 +01:00
  • 53145f1c5e create server from uid added ycc 2024-03-26 14:12:32 +01:00
  • 6867086c4f Http helper function added ycc 2024-03-25 13:24:43 +01:00
  • f80411bf21 add uid to peer + helper methods + http ycc 2024-03-23 20:09:14 +01:00
  • 0a70206b11 handle no db yet in message retrieve ycc 2024-03-05 23:15:19 +01:00
  • f40f6520d2 add last message to peers ycc 2024-03-05 20:15:48 +01:00
  • b47ef2480c typo... useful line ? ycc 2024-03-02 18:11:15 +01:00
  • cba13ad91a adding usermessage answer_to_usermessage in status ycc 2024-03-02 18:05:13 +01:00
  • 1ba84dcefc bugfix ycc 2024-03-02 14:10:16 +01:00
  • 0c0aa6e807 try to avoid protobuf omitted ycc 2024-03-02 10:45:05 +01:00
  • 3467ea15d9 Change Peers to * Peers in identity to retrieve pointer to the real peer ycc 2024-03-02 10:07:59 +01:00
  • aa63bb745f refactor ycc 2024-02-29 21:14:46 +01:00
  • f20681adab Store messages with DbMessage Type ycc 2024-02-29 21:03:15 +01:00
  • 4b3d7548bd store fix + add peer invitationPending Check ycc 2024-02-25 20:15:35 +01:00
  • c4b61e16c5 Add invitation message to CheckInvitation function ycc 2024-02-20 22:44:19 +01:00
  • 9dcb579d93 Refactor GetMessagesHistory and LoadLastMessages functions to use slice of InternalUserMessage instead of pointer to InternalUserMessage. ycc 2024-02-20 20:30:55 +01:00
  • defafcf996 Refactor invitation handling in router.go ycc 2024-02-20 20:25:07 +01:00
  • db4c3cbbc8 From moved to invitation message ycc 2024-02-18 13:56:33 +01:00
  • 07dfae8f0e message storage and from removed from packedusermessage (weakness) ycc 2024-02-18 13:46:11 +01:00
  • 05cc2ee218 Refactor client message handling and storage ycc 2024-02-17 19:30:25 +01:00
  • 034dcf5215 Add invitation to user message and comment out debug print statements ycc 2024-02-16 19:03:45 +01:00
  • c58199385e Addinf trace function for invitation debug ycc 2024-02-15 23:24:07 +01:00
  • b6b9dc238a protobug03 ycc 2024-02-13 23:25:37 +01:00
  • 9ec682d708 protobug 02 ycc 2024-02-13 22:40:41 +01:00
  • 465a366e79 protobug test01 ycc 2024-02-13 22:26:52 +01:00
  • 2969227656 new version of from to trick protobuf ? ycc 2024-02-13 22:15:25 +01:00
  • 9561531c7c temporary disable from for cli debug ycc 2024-02-13 22:11:53 +01:00
  • 8c8326780f Add 'from' field to PackedUserMessage ycc 2024-02-13 21:00:50 +01:00
  • 0466b1fe05 Debug GetRequestJobs function and add unit tests ycc 2024-02-12 20:02:02 +01:00
  • 69a07d77d5 Fix error handling in GetMyContact and GetContact functions ycc 2024-02-10 23:35:41 +01:00
  • a19f228c8e Fix issue with loading contact cards from peer ycc 2024-02-10 23:30:29 +01:00
  • bcb3489de4 BugFix pullservers allocation in finalize ycc 2024-02-10 22:58:25 +01:00
  • 0fd7548ba4 Contact struct removed from peer ycc 2024-02-10 22:36:25 +01:00
  • 24183ff581 Remove MyContact contactcard from peer ycc 2024-02-10 15:05:02 +01:00
  • df9c6b5d46 Refactor GetUid() method and add new tests for server storage ycc 2024-02-10 11:32:44 +01:00
  • 423ef5c4b1 Update badger db path ycc 2024-02-09 23:28:43 +01:00
  • b87c0bff3e add LoadAllServerCards from badger ycc 2024-02-09 22:30:00 +01:00
  • 978b6fdfd1 badgerdb messageservers storage ycc 2024-02-08 22:17:16 +01:00
  • 93e972900f Refactor structs with some getters/setters - Peers part ycc 2024-02-07 16:08:24 +01:00
  • f8a1cb6f68 begin adding device to device communication ycc 2024-01-18 22:43:41 +01:00
  • 44661de993 conversation_request cleanup ycc 2024-01-14 15:49:24 +01:00
  • 48b2e78b41 request jobs generation ycc 2024-01-12 23:17:34 +01:00
  • a9f3b548e5 permission fixes ycc 2024-01-05 17:01:36 +01:00
  • 379b40b2fb answer invitation bugfix ycc 2024-01-03 23:11:23 +01:00
  • cbedad7178 typo, + invitation return value changed from ContactCard to Peer ycc 2024-01-03 19:40:38 +01:00
  • 9283764f42 proto contactcard to _ ycc 2024-01-01 22:45:54 +01:00
  • 25cf1808e3 added an invitation message ycc 2024-01-01 13:50:00 +01:00
  • 6788487368 restoring, pb was in client code ycc 2023-12-31 23:46:24 +01:00
  • e406010374 #2 ycc 2023-12-31 23:39:30 +01:00
  • 289e39c677 invitation bytearray copy debug #1 ycc 2023-12-31 23:28:10 +01:00
  • 6511ff6280 add debug test code for redis binary store ycc 2023-12-31 22:44:21 +01:00
  • 206dda0761 fix missing init ycc 2023-12-31 20:33:01 +01:00
  • 7a6c1cd085 temporary remove invitation expiry ycc 2023-12-31 20:22:56 +01:00
  • 04e81fcef1 lib invitation improvement for GUI ycc 2023-12-31 18:43:55 +01:00
  • 0998845817 Invitation process store my server card+ server invitation fields ycc 2023-12-31 10:24:15 +01:00
  • 922668e2a3 Invitation struct initt fix ycc 2023-12-30 19:08:44 +01:00
  • 5eb6be1415 test changing cameCase for _ in protobuf servercard ycc 2023-12-28 16:57:34 +01:00
  • a3b2473eed avatar field rename ycc 2023-12-26 17:51:42 +01:00
  • 043980042d peer cleanup ycc 2023-12-26 13:54:20 +01:00
  • 58118bd6bb dependency upgrade ycc 2023-12-25 16:46:03 +01:00
  • 86d51d6dfb cleanup ycc 2023-12-25 16:44:58 +01:00
  • 6a42d261f1 doc update alpha0 ycc 2023-12-12 23:44:30 +01:00
  • 1dda1b27a8 Server lists simplify ycc 2023-12-09 20:09:55 +01:00
  • 535181d669 Server management keys, and user Kp rename ycc 2023-12-09 20:01:19 +01:00
  • c3ad8d5d2d start time format fix ycc 2023-12-08 17:08:01 +01:00
  • 4cd928fdc6 add basic server statistics to redis db ycc 2023-12-08 16:52:18 +01:00
  • 420b7d0af0 Refactor and servercard ajustments ycc 2023-11-27 00:31:43 +01:00
  • 432f449558 Server invitation process functions ycc 2023-11-14 16:32:50 +01:00
  • 65f9ee2e07 out of bound errot detection ycc 2023-11-09 22:50:51 +01:00
  • eeb39338e2 Split server and serverlist + serverlist methods ycc 2023-11-09 22:46:39 +01:00
  • c203431ede InternalServer to Server refactor ycc 2023-11-08 22:01:44 +01:00
  • 04a390d558 Refactor and comment ycc 2023-11-08 21:52:09 +01:00
  • 08ff9d58b8 Doc update ycc 2023-11-06 22:44:21 +01:00
  • cd41a59518 config params ycc 2023-09-27 22:17:44 +02:00
  • 4750915b49 config update ycc 2023-09-27 17:16:23 +02:00
  • e0faaf8cef switch url to id in invitation process ycc 2023-08-31 23:51:20 +02:00
  • 539e2c528e fix router constructor ycc 2023-08-31 23:43:36 +02:00
  • d082724432 Integrate invitation process in router ycc 2023-08-31 23:38:03 +02:00
  • 5eb06ebcc5 typo ycc 2023-08-30 21:16:13 +02:00
  • 753cd30f38 start through server invitation process ycc 2023-08-29 23:40:30 +02:00
  • 4a009b69eb start through server invitation process ycc 2023-08-29 23:40:19 +02:00
  • 9d5ba42dfc loaction and appdata added ycc 2023-08-01 22:47:18 +02:00
  • 71df3a792b add my name and myavatar to my identity for a peer ycc 2023-07-27 15:48:06 +02:00
  • d748735ded Added avatar identifiers and servers table ycc 2023-07-27 10:44:09 +02:00
  • 698740e20a Identity accessors ycc 2023-02-17 22:30:13 +01:00
  • 940a8d395c add identity accessors to config ycc 2023-02-17 22:29:21 +01:00
  • 6f2a65dac9 storage get messages + config improve + tests ycc 2023-02-15 22:08:17 +01:00
  • d9155bac51 tests ycc 2023-01-11 22:43:08 +01:00