Commit Graph

9257 Commits

Author SHA1 Message Date
darkfi
8fb4e85e49 dnet: add taud to default dnet_config.toml 2024-09-27 11:58:22 +02:00
darkfi
878c11f563 wallet: timestamp correction time was 10ms, should be 10s 2024-09-27 11:55:44 +02:00
dasman
d21438223c event_graph: fix a secs/millis bug that caused a newly generated genesis after pruning get a wrong timestamp and sleep for wrong amount of seconds, and validate events accordingly 2024-09-27 05:04:00 +03:00
darkfi
1cc34c6ab8 wallet/expr: add =, < and if-else to the compiler 2024-09-27 00:22:42 +02:00
darkfi
5a887f5207 wallet: add if_else and store_var to expr language, and use it for fit to scale images 2024-09-26 20:58:58 +02:00
darkfi
751f32f161 doc/src/philosophy: update fmt for meetings 2024-09-26 12:18:34 -04:00
darkfi
7073875f87 doc/src/philosophy: add reading for 2nd of October meeting 2024-09-26 11:25:47 -04:00
dasman
ea3f787260 Revert "event_graph: fix a secs/millis bug that caused a newly generated genesis after pruning get a wrong timestamp and sleep for wrong amount of seconds"
This reverts commit 2f91a51270.
2024-09-26 18:19:59 +03:00
dasman
2f91a51270 event_graph: fix a secs/millis bug that caused a newly generated genesis after pruning get a wrong timestamp and sleep for wrong amount of seconds 2024-09-26 17:50:49 +03:00
darkfi
d0a324145a wallet: bump harfbuzz and freetype crates 2024-09-26 14:51:47 +02:00
darkfi
20a0ec4a63 wallet: add assets/bg.png 2024-09-25 15:53:47 +02:00
darkfi
209c4f7c1e wallet: image customize UV rect 2024-09-25 15:28:14 +02:00
darkfi
0b3cd90475 wallet: set HOME dir on android as workaround for tor bug 2024-09-25 14:54:04 +02:00
darkfi
a8751d4212 wallet/evgrd: flush on every write so tor works properly 2024-09-25 14:39:12 +02:00
darkfi
204de13e63 wallet/evgrd: add more debug and error handling to net interfaces. 2024-09-25 13:23:19 +02:00
dasman
8e7e898ac4 deg: increate RPC chunk limit 2024-09-25 13:52:27 +03:00
darkfi
ef2e4a1997 wallet: update the image 2024-09-25 12:39:05 +02:00
darkfi
94b588eebb wallet: add a bg image 2024-09-25 12:26:47 +02:00
darkfi
d477a10f08 wallet: force recent messages to always appear sequential 2024-09-25 10:44:04 +02:00
darkfi
c9a24d0d07 wallet: when sending a message, make scroll go to the bottom. And focus editbox 2024-09-25 10:12:03 +02:00
darkfi
2f3fbb9256 wallet: evgrd reconnect algo: if resends fail then make sure send_queue remains unchanged 2024-09-25 09:22:27 +02:00
darkfi
f4e6872b24 wallet: tidy up big list of consts in UI schema 2024-09-25 09:08:41 +02:00
darkfi
b6f29fb2f0 Revert "darkirc: update darkirc_config.toml to new proposed default channel list"
This reverts commit 7012130b0b.
2024-09-24 14:31:37 +02:00
darkfi
61b55002bf evgrd: allow listening for rpc on multiple inbound addrs 2024-09-24 14:17:42 +02:00
darkfi
f4fa54a60d wallet: evgrd connector - use a resilient reconnection strategy and buffer sends which fail 2024-09-24 14:07:17 +02:00
darkfi
8c96d47e28 doc/src/misc/darkirc/darkirc.md: updated relative path to net troubleshooting page 2024-09-23 16:40:01 -04:00
darkfi
2bd441049c doc/src/misc: fmt net-troubleshooting page 2024-09-23 15:48:21 -04:00
darkfi
7012130b0b darkirc: update darkirc_config.toml to new proposed default channel list 2024-09-23 21:04:32 +02:00
darkfi
f29e29da87 wallet: Makefile android APK use release reduces APK from 308M to 42M 2024-09-23 20:47:54 +02:00
darkfi
382447ae24 wallet: chatview add the top line's ascent to the total_height calc and fix selecting lines. 2024-09-23 20:37:05 +02:00
darkfi
2085bfbdf1 wallet: add spacing between messages 2024-09-23 19:28:46 +02:00
darkfi
3bcc178e9c wallet: tweak scheme UI params for android 2024-09-23 17:40:46 +02:00
darkfi
cfa5a7461a wallet/chatview: realtime editing of timestamp_width 2024-09-23 17:27:48 +02:00
darkfi
f1f41d46ba wallet/chatview: smaller font for timestamps 2024-09-23 16:33:40 +02:00
darkfi
67e7b92d77 wallet: full customization of edit cursor: width, ascent and descent 2024-09-23 14:57:09 +02:00
darkfi
0d27ae00cb wallet/editbox: make the cursor blinking lol 2024-09-23 14:20:25 +02:00
darkfi
c903e0d3be wallet: add a beautiful popup telling the user to upgrade their app when the server version is higher than the app's version 2024-09-23 13:26:21 +02:00
darkfi
177e390262 wallet: fix issue with chatview swallowing input events 2024-09-23 12:41:11 +02:00
dasman
47833e5415 evgrd: fix version number and add seed nodes 2024-09-23 13:37:41 +03:00
darkfi
4661036ed9 evgrd: add missing file for last commit: example/send.rs 2024-09-23 11:42:38 +02:00
darkfi
958b3e049b evgrd: move bin/test.rs to example/recv.rs and add example/send.rs 2024-09-23 11:39:14 +02:00
darkfi
9812ea9641 editbox: make cursor a separate drawcall 2024-09-23 11:29:15 +02:00
darkfi
81c843b91c wallet: send text when pressing enter 2024-09-23 10:20:28 +02:00
darkfi
4edc89237e wallet: upscale old timestamps in secs to millis 2024-09-23 09:59:33 +02:00
darkfi
0ec8969b2d evgrd: add code to branch on app versions and send corrected timestamp. 2024-09-23 09:10:34 +02:00
darkfi
6e701a9d85 doc: edit net troubleshooting page 2024-09-23 01:09:15 -04:00
darkfi
dd4988bf3e doc: update darkirc to reference net troubleshooting page 2024-09-22 19:57:38 -04:00
darkfi
d0b4966932 dnet: silence urwid logger 2024-09-22 17:27:10 +02:00
darkfi
804c3e7549 wallet: darkirc backend broadcast p2p events 2024-09-22 17:01:00 +02:00
darkfi
d33fc7f3b1 doc: fix confusing channel disconnect info message 2024-09-22 16:38:44 +02:00