ac00ef1b64
feat(GODT-2666): feat(GODT-2667): introduce sessionID in bridge.
2023-06-07 09:00:33 +02:00
1e9a77c7b2
fix(GODT-2680): fix for C++ debugger not working on ARM64 because of OpenSSL 3.1
2023-06-05 13:37:41 +00:00
4aaa555c9b
chore: Stone Bridge 3.3.0 changelog.
2023-06-05 14:35:34 +02:00
a8dd52800e
chore: Fix linter errors
2023-06-05 14:07:39 +02:00
fab063f194
feat(GODT-2653): Log API error details on Message import and send
2023-06-05 14:06:04 +02:00
5c606aee73
chore: Fix linter errors
2023-06-05 13:48:56 +02:00
51315d5d2b
feat(GODT-2653): Log API error details on Message import and send
2023-06-05 13:21:04 +02:00
cde9c19f71
feat(GODT-2655): display internal build time tag in log and GUI.
2023-06-05 07:37:10 +02:00
4902898880
feat(GODT-2674): add more logs to failed update.
2023-06-05 05:31:14 +00:00
c46b3245b8
feat(GODT-2660): calculate bridge coverage and refactor CI yaml file.
2023-06-02 11:56:10 +00:00
3afd94c61d
feat(GODT-2674): Add more logs during update failed.
2023-06-02 11:21:27 +00:00
ade2fd9403
chore: Add error logs when messages fail to build during sync
2023-06-02 13:17:08 +02:00
89632b7acd
chore: Fix dependency_license script to handle dot formated version.
2023-06-02 11:38:36 +02:00
b8cf193911
chore: Add error logs when messages fail to build during sync
2023-06-02 10:22:12 +02:00
fb4d34ef5b
fix(GODT-2675): Update GPA to applye togin-gonic/gin patch + update COPYING_NOTES.
2023-06-02 09:48:42 +02:00
7f7e360cd7
feat(GODT-2673): Use NoClient as UserAgent without any client connected and...
2023-06-01 15:27:56 +00:00
802f7dbc67
feat(GODT-2673): Use NoClient as UserAgent without any client connected and...
2023-06-01 15:15:37 +00:00
fc06665d2b
feat(GODT-2655): display internal build time tag in log and GUI.
2023-06-01 05:24:51 +00:00
c4dc829e6d
fix(GODT-2669): Display sentry ID in bridge init log.
2023-05-31 14:28:26 +02:00
bfaf9765ae
fix(GODT-2672): fix context cancelled when IMAP/SMTP parameters change is in progress.
...
(cherry picked from commit 0eab1c0c2b )
2023-05-31 10:59:01 +00:00
a702e19dff
fix(GODT-2669): Display sentry ID in bridge init log.
2023-05-31 08:40:15 +02:00
0eab1c0c2b
fix(GODT-2672): fix context cancelled when IMAP/SMTP parameters change is in progress.
2023-05-31 08:10:59 +02:00
11f55b59a9
chore: Stone Bridge 3.3.0 changelog.
2023-05-29 10:25:37 +02:00
172b59c756
feat(GODT-2648): make win build work on AWS machine.
...
- add git safe directory (most probably the runner user is different?)
2023-05-26 13:16:17 +00:00
8564d3a483
fix(GODT-2650): Fix crash during header serialization
...
Fix crash in go-message when the header field key was greater than the
`preferredHeaderLen` folding line limit.
b62c999c85
2023-05-26 11:54:03 +02:00
1d595b933a
doc: Add 3.2.0 release
2023-05-26 06:45:49 +00:00
39cd165bd1
doc: Improve readability by separating sentences
2023-05-26 06:45:34 +00:00
0cef181432
fix(GODT-2437): Fix lint.
2023-05-25 09:25:25 +02:00
262c4c5d95
fix(GODT-2437): Fix test + bump Gluon with silenced report.
2023-05-25 09:12:15 +02:00
e343d1f1af
fix(GODT-2437): Silence harmless report to sentry.
2023-05-24 17:24:47 +02:00
84a771d9fe
fix(GODT-2437): Silence harmless report to sentry.
2023-05-24 17:18:56 +02:00
f6741a9b58
fix(GODT-2649): Clean up cache files after failed connector create (Gluon)
...
https://github.com/ProtonMail/gluon/pull/357
2023-05-24 06:38:13 +00:00
bc5de2b884
fix(GODT-2638): Validate messages before import.
...
Ensure messages have required header fields and adhere to the rfc5322
spec before import.
2023-05-24 06:38:13 +00:00
7d54e6907d
chore: disable building of bridgepp-test app in build script.
...
Also enabled verbose cmake output for easier debugging.
2023-05-23 16:06:08 +02:00
4b52d998db
chore: merge release/Rialto into devel
2023-05-23 15:53:29 +02:00
aa72fd641d
feat(GODT-2631): Bump go to 1.20.
2023-05-23 13:37:12 +00:00
ebe45d5abe
fix(GODT-2646): Bump GPA and Gluon dependecy after CIRCL upgrade.
2023-05-23 11:28:51 +02:00
b6eb5a1b13
fix(GODT-2454): Only Send status update if transaction succeeded
...
https://github.com/ProtonMail/gluon/pull/354
2023-05-23 09:32:54 +02:00
9c25f56fe6
test: fix flaky tests.
2023-05-22 11:16:56 +00:00
bb99695e68
feat(GODT-2639): Enhance sentry init log.
2023-05-22 09:30:51 +00:00
35f0e081a5
fix(GODT-2628): Attempt to fix closed channel panic on logout
...
It should not be possible to reach this state on purpose. But due to
scheduling and synchronization variances, it is possible in theory that
a UserDeathEvent can occur at the same time as the bridge is closing,
causing a call to `User.Close()` to be executed 2 times.
To avoid this in the future we just clear the map after all the channels
have been closed.
2023-05-17 11:54:02 +00:00
40dc17aea5
feat(GODT-2161): auto-submit 2FA.
2023-05-17 10:10:42 +00:00
5fee2f707b
fix(GODT-2627): Properly handle recording of message with Bcc fields
...
Ensure the SMTP send recorder properly handles the recording of messages
which may have the same body hash but have different recipients. E.g.:
send the same message twice to 2 different users via Bcc.
The send recorder now maintains a list of send requests and waiting for
a message to be sent is done one the oldest of the messages.
2023-05-17 11:01:30 +02:00
d6304b087a
fix(GODT-2627): Fix crash on closed channel
...
See `TestSendHasher_DualAddDoesNotCauseCrash`'s comment for more
details.
2023-05-17 11:01:30 +02:00
21f833ea11
fix(GODT-2307): removed deprecated macOS security framework function.
2023-05-17 07:52:42 +00:00
900caec09e
fix(GODT-2637): Fix address parser error due to trailing separator
...
https://github.com/ProtonMail/gluon/pull/353
2023-05-16 16:06:49 +02:00
9fc9f5ad9f
fix(GODT-2635): Ensure Bridge can be compiled with GCC 13
...
Requires updating vcpkg to include the port fixes.
2023-05-16 11:38:58 +02:00
d8ccc6c05d
fix(GODT-2626): Handle rare crash due to missing address update ch
...
Ensure that we can handle the rare case that can cause a crash if for
whichever reason we end up with an Address Delete and Message
Create/Update in the same event object.
2023-05-16 10:41:36 +02:00
4e3ad4f7fa
fix(GODT-2626): Server Events should not be merged.
...
d18e5932b28f83b201709a04fb7b8c6f74003574
Includes GPA bump: https://github.com/ProtonMail/go-proton-api/pull/80
2023-05-16 09:53:41 +02:00
8c958cdc2f
chore: Bump Gluon for GODT-2595, GODT-2634 and GODT-2619
...
https://github.com/ProtonMail/gluon/pull/350
https://github.com/ProtonMail/gluon/pull/351
https://github.com/ProtonMail/gluon/pull/352
2023-05-16 09:34:45 +02:00