Commit Graph

  • ec8924d05a save peer status when db created or last message when received master ycc 2024-06-05 23:18:25 +0200
  • d2bd4deb82 fix server creatiuon with userkp ycc 2024-06-05 22:40:38 +0200
  • 9b6caf4e62 adding loggers ycc 2024-06-05 22:23:48 +0200
  • 050de1a0b3 clean logwriter ycc 2024-06-05 21:31:34 +0200
  • 606c42cd5e add name to server when creating from uid or url ycc 2024-06-05 21:07:00 +0200
  • af55df1ff5 store unknown servers in the invitation process answer and finalize + server storage fixes and testing ycc 2024-06-05 14:45:01 +0200
  • c0fd74f1e6 again ycc 2024-06-04 22:36:45 +0200
  • 24cc151938 lokiwriter fix ycc 2024-06-04 22:34:44 +0200
  • cc663d88c8 added lokiwriter log, server logger setting function and some zerolog logs ycc 2024-06-04 22:02:18 +0200
  • 118eb29d17 add nameexists to peers storage ycc 2024-05-28 20:19:58 +0200
  • e9624e4576 write peer storage test + fix loading ycc 2024-05-28 18:39:32 +0200
  • 78a8b797e6 initial load peers fix ycc 2024-05-28 18:05:41 +0200
  • 9179021544 peer db default load fix ycc 2024-05-28 17:32:26 +0200
  • d049f87cdc peers db alpha release ycc 2024-05-28 17:25:10 +0200
  • e674a0cb33 peers separate ycc 2024-05-28 16:47:04 +0200
  • c1883f1524 ready to switch to peer DB ycc 2024-05-28 14:28:10 +0200
  • c284b15788 some video retated fixes ycc 2024-05-27 18:38:38 +0200
  • 17c991f442 some adjustmentsfor server delivery and peer storage study ycc 2024-05-23 14:14:12 +0200
  • d657e64ae4 models and doc update ycc 2024-05-22 10:06:00 +0200
  • 2e2ebad364 bugfix : return valur from subscribe ycc 2024-04-24 20:12:03 +0200
  • 428eda0ab7 Update RedisRouter.Publish method to use channel prefix for destination ycc 2024-04-24 19:39:12 +0200
  • a3557d5183 Add RedisRouter.Publish method to store and publish messages ycc 2024-04-23 23:35:23 +0200
  • 5491244d01 Refactor RedisRouter subscribe function to include timeout parameter ycc 2024-04-23 22:48:37 +0200
  • 04d2b0246a Add longPoll parameter to CheckForMessages function ycc 2024-04-23 22:41:58 +0200
  • 4dfec86279 Update Config.Load function to override default values if not set or wrong ycc 2024-04-23 22:31:11 +0200
  • d14cd161da manage http timeout to allow long poll ycc 2024-04-20 22:29:22 +0200
  • 7c17a11426 long poll routing first version ycc 2024-04-19 09:13:50 +0200
  • 6cfc54d943 change meowurl scheme to meow://http//url for safer uri parsing ycc 2024-04-12 14:37:20 +0200
  • 5aec7b3ad4 refactor router ycc 2024-04-10 11:18:42 +0200
  • d709cb9454 Update PrepareUserMessage function to include replyToUid parameter ycc 2024-04-09 20:58:29 +0200
  • 05df08efcb Add GetFilePreview method to Peer ycc 2024-04-06 16:04:41 +0200
  • 813611bde7 add preview ycc 2024-04-06 15:44:30 +0200
  • 7fa997d443 message preview in progress ycc 2024-04-06 12:55:27 +0200
  • 2513f0303a Refactor PrepareUserMessage function to store message after processing outbound user message, store is destructive for a usermessage ycc 2024-04-06 10:13:25 +0200
  • 99a9aa14af store securefiles in messages and not filenames ycc 2024-04-05 23:07:23 +0200
  • 09892709ec Fix function name and update file path handling ycc 2024-04-05 18:07:00 +0200
  • 3ac6b02e56 Refactor file detachment logic in ReadMessage function ycc 2024-04-01 20:56:45 +0200
  • 8fca09d853 Add securefiles directory for storing encrypted files ycc 2024-03-31 19:39:50 +0200
  • aaa4d88a2f Refactor message storage and retrieval ycc 2024-03-31 19:04:37 +0200
  • 3bf75eb990 Fix invitationCreateHelper.go to use the correct name parameter ycc 2024-03-31 18:36:51 +0200
  • 54c36c68ad Fix invitation answer message building with inv_id ycc 2024-03-31 18:22:17 +0200
  • caab80f346 Fix condition for saving server message in backgroundHelper.go for nil safety ycc 2024-03-31 17:58:41 +0200
  • dfa2b5fa83 Set invitation UUID in BuildInvitationAnswerMessage function ycc 2024-03-31 17:24:21 +0200
  • 2ac70d5448 Fix error handling in GetAnswerToInvitation function ycc 2024-03-31 17:05:37 +0200
  • 2a246744db Fix invitation handling in RedisRouter ycc 2024-03-31 16:24:25 +0200
  • b4f7071990 Update Redis key in GetAnswerToInvitation function ycc 2024-03-31 16:13:08 +0200
  • 903702c719 Fix server public key assignment and rename Wipe() to WipeFolder() ycc 2024-03-31 15:52:50 +0200
  • 54b932e9c1 Add Wipe function to Identity ycc 2024-03-30 22:44:59 +0100
  • 13cfda928d Remove message files after ReadMessage processing ycc 2024-03-29 21:08:09 +0100
  • b556cd0361 Add logging and create files folder for detach files ycc 2024-03-29 20:49:18 +0100
  • 657fdbbf48 readmessage cleanup ycc 2024-03-29 19:31:48 +0100
  • a65d4f1a69 bugfix empty messages saved... ycc 2024-03-29 19:25:15 +0100
  • a5cfbf854d add identity folder creation ycc 2024-03-29 18:26:41 +0100
  • 385c5f3298 Remove temporary patch for generating UUID in Identity.Save() function ycc 2024-03-29 18:16:34 +0100
  • 31df45e771 store msg db and inbox by identity ycc 2024-03-29 18:07:06 +0100
  • 0b8e3c4c90 declare identity to ease debug ycc 2024-03-29 16:42:03 +0100
  • ce479cc5b9 Remove unused variable in ReadMessage function ycc 2024-03-29 16:22:26 +0100
  • bdfa8c7bb1 ReadMessage fix ycc 2024-03-29 16:18:24 +0100
  • 8300a699a3 background return improve ycc 2024-03-29 16:17:07 +0100
  • 729ba7e02a add server pub key to background process ycc 2024-03-29 15:59:33 +0100
  • b15f571938 server invitatio ycc 2024-03-29 15:40:46 +0100
  • ead810e666 server store invitation answer by lookupkey + refactor background check ycc 2024-03-28 18:41:30 +0100
  • 4b412ae0f3 InvitationAnswerMessageReadResponse ycc 2024-03-28 00:45:40 +0100
  • e4efff1824 Server side invitation step 3/4 preserve From public key / Client finalize in progress ycc 2024-03-26 23:42:56 +0100
  • 788512c391 Server invitation step 3/4 ycc 2024-03-26 20:22:56 +0100
  • 6bf6fadaaa fix invitation code separator ycc 2024-03-26 15:29:52 +0100
  • 0070a64d5f server from uid weak patch ycc 2024-03-26 15:23:24 +0100
  • 1398c6040a moewurl bugfixes ycc 2024-03-26 15:15:41 +0100
  • 12ad5ced49 meowurls ycc 2024-03-26 14:57:33 +0100
  • 53145f1c5e create server from uid added ycc 2024-03-26 14:12:32 +0100
  • 6867086c4f Http helper function added ycc 2024-03-25 13:24:43 +0100
  • f80411bf21 add uid to peer + helper methods + http ycc 2024-03-23 20:09:14 +0100
  • 0a70206b11 handle no db yet in message retrieve ycc 2024-03-05 23:15:19 +0100
  • f40f6520d2 add last message to peers ycc 2024-03-05 20:15:48 +0100
  • b47ef2480c typo... useful line ? ycc 2024-03-02 18:11:15 +0100
  • cba13ad91a adding usermessage answer_to_usermessage in status ycc 2024-03-02 18:05:13 +0100
  • 1ba84dcefc bugfix ycc 2024-03-02 14:10:16 +0100
  • 0c0aa6e807 try to avoid protobuf omitted ycc 2024-03-02 10:45:05 +0100
  • 3467ea15d9 Change Peers to * Peers in identity to retrieve pointer to the real peer ycc 2024-03-02 10:07:59 +0100
  • aa63bb745f refactor ycc 2024-02-29 21:14:46 +0100
  • f20681adab Store messages with DbMessage Type ycc 2024-02-29 21:03:15 +0100
  • 4b3d7548bd store fix + add peer invitationPending Check ycc 2024-02-25 20:15:35 +0100
  • c4b61e16c5 Add invitation message to CheckInvitation function ycc 2024-02-20 22:44:19 +0100
  • 9dcb579d93 Refactor GetMessagesHistory and LoadLastMessages functions to use slice of InternalUserMessage instead of pointer to InternalUserMessage. ycc 2024-02-20 20:30:55 +0100
  • defafcf996 Refactor invitation handling in router.go ycc 2024-02-20 20:25:07 +0100
  • db4c3cbbc8 From moved to invitation message ycc 2024-02-18 13:56:33 +0100
  • 07dfae8f0e message storage and from removed from packedusermessage (weakness) ycc 2024-02-18 13:46:11 +0100
  • 05cc2ee218 Refactor client message handling and storage ycc 2024-02-17 19:30:25 +0100
  • 034dcf5215 Add invitation to user message and comment out debug print statements ycc 2024-02-16 19:03:45 +0100
  • c58199385e Addinf trace function for invitation debug ycc 2024-02-15 23:24:07 +0100
  • b6b9dc238a protobug03 ycc 2024-02-13 23:25:37 +0100
  • 9ec682d708 protobug 02 ycc 2024-02-13 22:40:41 +0100
  • 465a366e79 protobug test01 ycc 2024-02-13 22:26:52 +0100
  • 2969227656 new version of from to trick protobuf ? ycc 2024-02-13 22:15:25 +0100
  • 9561531c7c temporary disable from for cli debug ycc 2024-02-13 22:11:53 +0100
  • 8c8326780f Add 'from' field to PackedUserMessage ycc 2024-02-13 21:00:50 +0100
  • 0466b1fe05 Debug GetRequestJobs function and add unit tests ycc 2024-02-12 20:02:02 +0100
  • 69a07d77d5 Fix error handling in GetMyContact and GetContact functions ycc 2024-02-10 23:35:41 +0100
  • a19f228c8e Fix issue with loading contact cards from peer ycc 2024-02-10 23:30:29 +0100
  • bcb3489de4 BugFix pullservers allocation in finalize ycc 2024-02-10 22:58:25 +0100