Commit Graph

252 Commits

Author SHA1 Message Date
Dan Ballard 02c7b0b962 Merge pull request 'Upgrade Dependencies, include Memory Profile in debug info' (#86) from debugmeminfo into trunk
Reviewed-on: cwtch.im/libcwtch-go#86
2022-04-21 23:11:38 +00:00
Sarah Jamie Lewis 0474d5f327 Update Readme 2022-04-21 16:10:27 -07:00
Sarah Jamie Lewis e029076b20 Upgrad Cwtch - Wrap Profiling 2022-04-21 16:05:55 -07:00
Sarah Jamie Lewis 7c2cc61b62 Upgrade Dependencies, include Memory Profile in debug info 2022-04-20 17:19:17 -07:00
Sarah Jamie Lewis d8ed0bf57c Merge pull request 'add lastSeenMessageId got contact' (#85) from lastSeenMid into trunk
Reviewed-on: cwtch.im/libcwtch-go#85
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-04-20 00:19:20 +00:00
Dan Ballard 352e362111 add lastSeenMessageId got contact 2022-04-19 16:52:21 -07:00
Dan Ballard c32d5082e4 Merge pull request 'fix retVal squash logic so remote vals dont override local vals and get sent up' (#84) from squshRet into trunk
Reviewed-on: cwtch.im/libcwtch-go#84
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-04-18 19:57:15 +00:00
Dan Ballard 89f8ec0253 fix retVal squash logic so remote vals dont override local vals and get sent up 2022-04-18 09:47:39 -07:00
Sarah Jamie Lewis 9901e081e4 Merge pull request 'DebugInfo command (also upgrade Cwtch)' (#83) from debuginfo into trunk
Reviewed-on: cwtch.im/libcwtch-go#83
Reviewed-by: Dan Ballard <dan@openprivacy.ca>
2022-04-14 22:13:51 +00:00
Sarah Jamie Lewis 58029ee79e DebugInfo command 2022-04-14 14:54:31 -07:00
Dan Ballard 3d8ef9f06b Merge pull request 'include ACL struct in relevant conversation events' (#82) from acl into trunk
Reviewed-on: cwtch.im/libcwtch-go#82
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-04-06 23:25:18 +00:00
Dan Ballard 8d00248aa8 include ACL struct in relevant conversation events 2022-04-06 16:16:50 -07:00
Dan Ballard 3ad0bc904c Merge pull request 'add get[Profile|Conversation]Attribute api' (#81) from getAttr into trunk
Reviewed-on: cwtch.im/libcwtch-go#81
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-04-05 00:48:54 +00:00
Dan Ballard cfd8fe21c8 add get[Profile|Conversation]Attribute api 2022-04-04 17:22:59 -07:00
Dan Ballard 97defdf965 Merge pull request 'add support for storing and using lastMessageSeen Time from ui and using to calculate unread counts' (#80) from unreadSync into trunk
Reviewed-on: cwtch.im/libcwtch-go#80
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-04-04 21:45:15 +00:00
Dan Ballard cd48642411 add support for storing and using lastMessageSeen Time from ui and using to calculate unread counts 2022-04-01 15:52:14 -07:00
Sarah Jamie Lewis 1acae32030 Merge pull request 'GetMessages api; send[message|file|invite] return message as json' (#79) from sendRetMsg into trunk
Reviewed-on: cwtch.im/libcwtch-go#79
2022-03-23 23:04:53 +00:00
Dan Ballard 98eae2e6ff GetMessages api; send[message|file|invite] return message as json 2022-03-23 15:42:46 -07:00
Dan Ballard ca4897b191 Merge pull request 'Enable Network Health Plugin. Fix Default Group Image Bug' (#78) from nc into trunk
Reviewed-on: cwtch.im/libcwtch-go#78
Reviewed-by: Dan Ballard <dan@openprivacy.ca>
2022-03-22 20:11:23 +00:00
Sarah Jamie Lewis 3f431d9f18 Enable Network Health Plugin. Fix Default Group Image Bug 2022-03-22 13:02:20 -07:00
Dan Ballard 5b34715f8c Merge pull request 'import_export' (#76) from import_export into trunk
Reviewed-on: cwtch.im/libcwtch-go#76
Reviewed-by: Dan Ballard <dan@openprivacy.ca>
2022-03-11 00:04:37 +00:00
Sarah Jamie Lewis 31dda072e5 Import and Export Profile
This commit also adds some guard rails around calling functions without a proper backing profile.
2022-03-10 14:27:45 -08:00
Sarah Jamie Lewis 68c976107d Import and Export Profile 2022-03-10 14:27:45 -08:00
Sarah Jamie Lewis c2874db3c0 Merge pull request 'add started() is lcg initialized check api; prevcent reconnect from launching dup peer message forwarding; remove unused MessageCounterResync' (#77) from started into trunk
Reviewed-on: cwtch.im/libcwtch-go#77
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-03-10 22:24:48 +00:00
Dan Ballard 7ace298d6e add started() is lcg initialized check api; prevcent reconnect from launching dup peer message forwarding; remove unused MessageCounterResync 2022-03-10 14:09:52 -08:00
Dan Ballard 4b881b9a12 Merge pull request 'add build date and version info; add server sync state data' (#75) from state into trunk
Reviewed-on: cwtch.im/libcwtch-go#75
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-03-04 00:52:50 +00:00
Dan Ballard f1c43f44ca add build date and version info; add server sync state data 2022-03-03 16:34:39 -08:00
Sarah Jamie Lewis e8b2def3a4 Merge pull request 'fix default notification policy in settings' (#74) from mute into trunk
Reviewed-on: cwtch.im/libcwtch-go#74
2022-02-23 21:58:47 +00:00
Dan Ballard 5af4317851 fix default notification policy in settings 2022-02-23 11:32:21 -08:00
Sarah Jamie Lewis a6277fc998 Merge pull request 'fix notification settings for groups' (#73) from fixNotifyGroup into trunk
Reviewed-on: cwtch.im/libcwtch-go#73
2022-02-09 21:21:35 +00:00
Dan Ballard 11fbb17bfd fix notification settings for groups 2022-02-09 16:17:51 -05:00
Sarah Jamie Lewis d0d5300a95 Merge pull request 'notificationPolicy' (#72) from notificationPolicy into trunk
Reviewed-on: cwtch.im/libcwtch-go#72
2022-02-08 22:33:45 +00:00
Dan Ballard 419c39cc68 Merge branch 'trunk' into notificationPolicy 2022-02-08 17:15:31 -05:00
erinn 4467c40e17 Merge pull request 'Fixup Logic for Custom Profile Image Downloads (restrict to Accepted contacts), stronger defaults' (#71) from profile_images_bugfixes into trunk
Reviewed-on: cwtch.im/libcwtch-go#71
Reviewed-by: erinn <erinn@openprivacy.ca>
2022-02-08 21:17:31 +00:00
Sarah Jamie Lewis db8e43cb05 fixup filekey.complete checks to check the actual value instead of just existence 2022-02-08 13:13:33 -08:00
Sarah Jamie Lewis 50b7a43466 Check complete status against file existence 2022-02-08 13:09:04 -08:00
Sarah Jamie Lewis 08774268a8 simplify profile image download if case 2022-02-08 12:59:33 -08:00
Sarah Jamie Lewis 8040385681 Fixup Logic for Custom Profile Image Downloads (restrict to Accepted contacts), stronger defaults 2022-02-08 12:47:36 -08:00
Dan Ballard 758af8dcaf rejig notification policies around mute, opt in, default always and conversations around default, never, optin 2022-02-08 11:52:55 -05:00
Dan Ballard ce09ccdd6a PR comments: enumerification 2022-02-08 11:52:55 -05:00
Dan Ballard e5e4d21fa0 adding support for settings for notification policy and content, per convo opt in/outs, and attaching relevant info to messages 2022-02-08 11:52:09 -05:00
erinn 17acc3b8ef Merge pull request 'Add DefaultPicture parameter to Contact and Profiles' (#70) from profile_pictures into trunk
Reviewed-on: cwtch.im/libcwtch-go#70
Reviewed-by: erinn <erinn@openprivacy.ca>
2022-02-07 22:29:33 +00:00
erinn 942b8b4709 Merge branch 'trunk' into profile_pictures 2022-02-07 22:29:22 +00:00
Sarah Jamie Lewis 44e5c38aa6 Add DefaultPicture parameter to Contact and Profiles 2022-02-07 14:21:52 -08:00
erinn 4e4e3315dd Merge pull request 'Profile Images (+ Testing Improvements)' (#68) from profile_images into trunk
Reviewed-on: cwtch.im/libcwtch-go#68
Reviewed-by: erinn <erinn@openprivacy.ca>
2022-02-04 21:56:35 +00:00
Sarah Jamie Lewis a9563b615c Remove mobile from godep 2022-02-04 13:49:19 -08:00
Sarah Jamie Lewis fc9999f835 Upgrade Cwtch 2022-02-04 13:33:28 -08:00
Sarah Jamie Lewis 2f3db01c2f Restrict Downloads to Max Sizes (for both default and image / profile previews) 2022-02-04 12:48:39 -08:00
Sarah Jamie Lewis d40900481a remove old testing code 2022-02-03 16:22:26 -08:00
Sarah Jamie Lewis 2e9f9fb14f Update Cwtch with new ShareFile API 2022-02-03 16:11:40 -08:00