Commit Graph

1234 Commits (7906bbffdb6b0c63a4f6a1114397ffeb56a8fe9e)

Author SHA1 Message Date
Zlatin Balevsky ad85a984c2
Remember profile headers of contacts and transmit them over the network. Update UI relevant components to show avatars 2022-06-03 13:13:32 +01:00
Zlatin Balevsky 2613e7c7fe
send profile headers with messages and display them in inbox 2022-06-03 09:33:46 +01:00
Zlatin Balevsky 1b4876a861
fix constructor 2022-06-02 14:24:36 +01:00
Zlatin Balevsky a0ac1cd3f4
core-side changes to enable avatars in chat 2022-06-02 13:39:00 +01:00
Zlatin Balevsky 9fbf6d1b5d
fix constructors and sending of profile header with hashlist request 2022-06-02 11:31:41 +01:00
Zlatin Balevsky 7eea96c166
core-side changes for passing profile header with file transfers 2022-06-02 10:35:21 +01:00
Zlatin Balevsky a1cb14152d
show profiles on result details frame, add View Profile button on browse tab 2022-06-01 18:37:17 +01:00
Zlatin Balevsky 2c555f662a
fix result sending and profile fetching 2022-05-31 20:38:26 +01:00
Zlatin Balevsky 388cad0b5d
wip on profile viewer and fetching full profiles 2022-05-31 20:01:16 +01:00
Zlatin Balevsky deeadf3c42
parse profile header from incoming results 2022-05-31 10:18:21 +01:00
Zlatin Balevsky 216d0db303
hook up profiles with search results, sending and rendering side 2022-05-31 08:00:27 +01:00
Zlatin Balevsky 771bce0160
hook up a profile editor to main frame 2022-05-31 02:33:59 +01:00
Zlatin Balevsky ece040be76
[de]serialization of profile headers and profiles 2022-05-30 16:55:02 +01:00
Zlatin Balevsky 9e5af81aba
do not write X-Alts for confidential files 2022-05-04 11:06:35 +01:00
Zlatin Balevsky a60fbb7011
core changes for confidential files 2022-05-02 16:40:45 +01:00
Zlatin Balevsky 9a3882a424
wip on confidential files 2022-04-30 18:28:13 +01:00
Zlatin Balevsky f2b2c2038a
MuWire 0.8.12 2022-04-19 21:20:07 +01:00
Zlatin Balevsky dd38f77dbb
Provision for profiles being sent with messages 2022-04-16 14:15:48 +01:00
Zlatin Balevsky f2dcbf2fed
do not fail core creation if mesh.json is invalid 2022-04-14 20:13:14 +01:00
Zlatin Balevsky 203c01e247
provision for profiles being sent from chat server to clients 2022-04-14 16:13:54 +01:00
Zlatin Balevsky feab16e461
wait for router.isRunning when starting services. Exit if it fails to start 2022-04-14 08:41:44 +01:00
Zlatin Balevsky f4ea9ad51b
fire an event after loading contacts 2022-04-14 08:00:27 +01:00
Zlatin Balevsky c02d09c041
provision for sending profiles over chat 2022-04-13 21:16:28 +01:00
Zlatin Balevsky 5df4ea2cfc
provision for future download requests containing profiles 2022-04-13 20:58:57 +01:00
Zlatin Balevsky 806fab9b2d
add flag for profile support in queries 2022-04-13 20:18:10 +01:00
Zlatin Balevsky a3f40da51c
provision for future versions sending profiles with search results 2022-04-13 20:09:42 +01:00
Zlatin Balevsky cb695ff751
increase max results even more 2022-04-13 19:53:30 +01:00
Zlatin Balevsky 69fbc186ef
try 2 to fix flaky test 2022-04-13 17:34:29 +01:00
Zlatin Balevsky 3d7365144b
try to fix flaky test 2022-04-13 17:23:38 +01:00
Zlatin Balevsky e5a1cbaaf2
start embedded router when starting the core services 2022-04-13 16:27:11 +01:00
Zlatin Balevsky 039ea5269e
move sleep for embedded router after GUI has appeared 2022-04-12 12:21:18 +01:00
Zlatin Balevsky 77833e7f76
fix shutdown while I2P router is initializing 2022-04-12 08:08:41 +01:00
Zlatin Balevsky 1c5adb9b28
postpone connecting to I2P after the main frame has been shown 2022-04-11 16:54:53 +01:00
Zlatin Balevsky 00886c57ab
only show router disconnection warning when using external router 2022-04-11 15:55:14 +01:00
Zlatin Balevsky 9d5c9cc9b3
limit first hop queries to 5/second 2022-03-24 06:37:05 +00:00
Zlatin Balevsky 50333d10a3
lock persisting of downloader, trying to fix GitHub issue #124 2022-03-12 13:19:51 +00:00
Zlatin Balevsky b95a9b62b1
Add a new state for downloads rejected due to slot limit 2022-03-08 16:25:41 +00:00
Zlatin Balevsky 9f62fb6256
do not exit accept loop on I2PExceptions, GitHub issue #123 2022-03-05 15:17:24 +00:00
Zlatin Balevsky 1fa2ee99f6
do not exit accept loop on I2PExceptions, GitHub issue #123 2022-03-05 15:13:25 +00:00
Zlatin Balevsky 75f65a61ca
do not exit accept loop on I2PExceptions, GitHub issue #123 2022-03-05 14:50:22 +00:00
Zlatin Balevsky 9e8d6fe013
do not exit accept loop on I2PExceptions, GitHub issue #123 2022-03-05 14:37:12 +00:00
Zlatin Balevsky 09c43b8b6c
do not exit accept loop on I2PExceptions, GitHub issue #123 2022-03-05 14:29:58 +00:00
Zlatin Balevsky 9249bdc2a6
do not exit when losing external router, try to reconnect automatically GitHub issue #123 2022-03-05 14:03:12 +00:00
Zlatin Balevsky 72a5406d25
reduce connect timeout for faster initial rampup 2022-03-04 15:21:23 +00:00
Zlatin Balevsky 901c626d0a
do not show Restart button if there is no AutoUpdater 2022-02-22 16:33:10 +00:00
Zlatin Balevsky a83853b892
fix initialization of auto updater 2022-02-22 13:45:16 +00:00
Zlatin Balevsky adca41ec27
version must be string 2022-02-22 07:32:59 +00:00
Zlatin Balevsky 9ee70f384c
fix compilation 2022-02-22 06:05:57 +00:00
Zlatin Balevsky f389231ca4
home must be accessible from updaters 2022-02-22 05:49:57 +00:00
Zlatin Balevsky 722bc09aa6
auto updates 2022-02-22 05:27:24 +00:00