Commit Graph

2201 Commits

Author SHA1 Message Date
onryo
c2d7161ea2 Merge branch 'dev' 2024-02-10 14:30:18 +01:00
onryo
b917e39071 Update version file 2024-02-10 14:09:36 +01:00
onryo
35482c2ab1 cargo vendor 2024-02-10 14:05:38 +01:00
onryo
0c142c7b23 Point to the commit with the latest sdl-cli 2024-02-10 14:02:59 +01:00
onryo
a5d7beb19b Update notes for v2.0.1
After testing v2.0.1-beta we are now ready for the stable release, hopefully.
2024-02-09 23:16:51 +00:00
duke
c73ac543f4 Merge pull request 'Move connection errror to status Bar' (#148) from lucretius/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/148
2024-02-09 17:18:52 +00:00
lucretius
e94df062a8 add Qt::CaseInsensitive for compression error 2024-02-08 15:55:33 +01:00
lucretius
068a3935e2 move connection error to status bar only if there is a compression flag error 2024-02-08 13:52:41 +01:00
lucretius
26182290f5 move connection error to status bar, lib update 2024-02-06 17:15:43 +01:00
Duke
bd272dacb7 Merge branch 'dev' of https://git.hush.is/hush/SilentDragonLite into dev 2024-01-29 09:20:59 -08:00
Duke
a32146470b Do not log seed to STDOUT 2024-01-29 09:20:51 -08:00
lucretius
da09dc0ae2 Merge pull request 'hush/dev pull' (#11) from hush/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/lucretius/SilentDragonLite/pulls/11
2024-01-29 16:54:52 +00:00
onryo
b8dc50f903 Beta version 2024-01-27 22:20:14 +01:00
onryo
2ababaef70 cargo vendor 2024-01-27 22:13:56 +01:00
onryo
5a338c7b55 Point to the commit with the latest sdl-cli 2024-01-27 22:11:07 +01:00
onryo
002fba353e beta release 2024-01-27 20:16:44 +00:00
onryo
16e194d644 Preparation for 2.0.1 2024-01-27 19:50:38 +00:00
Duke
0c10cf1243 Also prevent logging of passphrase length in first time wizard 2024-01-27 09:15:15 -08:00
Duke
775135cc44 Do not log passphrase length to STDOUT 2024-01-27 11:20:51 -05:00
duke
e299fe33e9 Merge pull request 'Add custom Fee, fix a problem with isOnline in getsettings, note Automation only for chat related tx' (#146) from lucretius/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/146
2024-01-24 16:11:35 +00:00
lucretius
49d587cd42 Add custom fee to gui 2024-01-24 13:42:19 +01:00
lucretius
4f0229a823 fix for isOnline in getSettings() 2024-01-24 13:27:42 +01:00
lucretius
683718008c use note automation only for chat related txs 2024-01-22 14:11:02 +01:00
lucretius
58f59661af Merge pull request 'pull hush/dev' (#10) from hush/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/lucretius/SilentDragonLite/pulls/10
2024-01-22 10:24:34 +00:00
Duke
4b95013d15 Fix typo 2024-01-21 12:30:27 -05:00
duke
4d2a32b6b2 Merge pull request 'Update lib with WalletTx version changes, Sticky Server and Note Automation as GUI setting, fix for getRandomServer' (#145) from lucretius/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/145
2024-01-21 17:28:03 +00:00
lucretius
8da49166a8 delete not needed commentar 2024-01-21 17:07:12 +01:00
lucretius
d0b8ab074e add new method for litelib to check if server is online 2024-01-21 16:57:00 +01:00
lucretius
366f6e24bc fix for getRandomServer() 2024-01-21 13:17:00 +01:00
lucretius
95090a90ad add missing semicolon 2024-01-21 12:53:07 +01:00
lucretius
24d262dcb9 deactivate debug for StickyServer 2024-01-21 12:28:35 +01:00
lucretius
6f7fd863f0 Sticky Server and Note Automation as GUI setting 2024-01-21 12:26:07 +01:00
lucretius
8348e61e2e Merge pull request 'hush/dev pull' (#9) from hush/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/lucretius/SilentDragonLite/pulls/9
2024-01-20 18:57:53 +00:00
Duke
68d9388c1b Check for valid QT versions or bail early 2024-01-20 13:01:18 -05:00
Duke
3b79e5fcd0 Fix the URL for checking releases
The URL was definitely wrong and the new URL should be correct but still doesn't seem to work.

According to https://git.hush.is/api/swagger#/repository/repoListReleases it should be the correct URL.
2024-01-20 10:29:33 -05:00
duke
e7a974ec47 Merge pull request 'Restore backward compatibility with qt 5.12.0 issue: #141 , check libsodium sha256 checksum issue: #140' (#142) from lucretius/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/142
2024-01-19 15:39:56 +00:00
lucretius
156b1a6def check libsodium sha256 checksum 2024-01-19 15:13:13 +01:00
lucretius
063303413c Restore backward compatibility with qt 5.12.0 2024-01-19 14:56:11 +01:00
lucretius
d8b88dcb3b Merge pull request 'hush/dev pull' (#7) from hush/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/lucretius/SilentDragonLite/pulls/7
2024-01-19 13:51:39 +00:00
Duke
5199f9487c Merge remote-tracking branch 'lucretius/dev' into dev 2024-01-18 15:24:36 -08:00
duke
370058fa95 Merge pull request 'updated build.sh for better OS compatibility' (#138) from jahway603 into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/138
2024-01-17 02:52:33 +00:00
jahway603
1fb344a8c2 updated build.sh for better OS compatibility 2024-01-16 20:45:12 -05:00
lucretius
1a5ab786bc update lib with proto changes 2024-01-15 18:30:28 +01:00
Duke
2fcb4f8358 Use 8 jobs by default for compiling libsodium on mac 2024-01-14 09:42:59 -05:00
Duke
6bbd2ac358 Fix bug in using more cores to compile in build.sh 2024-01-14 09:33:06 -05:00
Duke
45e5091208 Bump version 2024-01-14 09:22:54 -05:00
Duke
f15a28f3ec Fix bug in reporting version being compiled in build.sh 2024-01-14 09:21:57 -05:00
Duke
fd5eec230e Allow custom number of cores to compile via build.sh #137 2024-01-14 09:19:39 -05:00
Deniod
618625bc00 seperate dust and normal transaction 2024-01-13 13:49:12 +01:00
Deniod
130e0560d5 delete junk 2024-01-13 12:06:46 +01:00