Commit Graph

9131 Commits

Author SHA1 Message Date
dasman
b127cd6efe darkwallet: add .gitignore 2024-09-10 14:50:25 +03:00
darkfi
0cb3824544 evgrd: add missing JSON-RPC modules so dnet and deg work. 2024-09-10 10:41:38 +02:00
darkfi
ee738a1a32 evgrd: enable event graph 2024-09-10 10:25:16 +02:00
darkfi
f3937d2f0a evgrd: test client and evgrd server skeletons 2024-09-10 10:16:43 +02:00
darkfi
407b32eb25 evgrd: add Daemon struct 2024-09-10 08:08:36 +02:00
skoupidi
e37e7ca15b src/net/protorocl/protocol_generic: minor cleanup 2024-09-09 22:53:21 +03:00
skoupidi
2bd91cb5df src/net/protorocl/protocol_generic: minor cleanup 2024-09-09 22:43:48 +03:00
skoupidi
4abbb1641e script/research: new generic-node example added showcasing the p2p generic protol approach 2024-09-09 22:32:01 +03:00
skoupidi
392a26ce6a net/protocol: introduce new generic protocol acting as a message queue 2024-09-09 22:31:28 +03:00
darkfi
8ec930df92 wallet: speed up scroll speed for chatview android 2024-09-09 12:25:29 +02:00
darkfi
9a920d6042 doc: fix typo to publish philosophy meetings page 2024-09-08 15:12:02 -04:00
dasman
89a2832608 doc: add python requirements installation instruction for tau 2024-09-08 16:30:59 +03:00
dasman
94eb311bb4 tau: fix a bug that matched RefIDs instead of local IDs when RefID starts with numbers equal to local ID 2024-09-08 16:21:05 +03:00
darkfi
15c3fab459 Cargo.lock: regenerate 2024-09-08 13:42:52 +02:00
darkfi
ad5334826f wallet: chatview scrolling good enough (for now), simplify algo to just be speed oriented. 2024-09-08 13:23:43 +02:00
darkfi
e11d2a8da1 evgrd: move from bin/ to script/ 2024-09-08 13:23:43 +02:00
darkfi
47e24ba996 evgrd: enable p2p and eventgraph components 2024-09-08 13:23:43 +02:00
dasman
efd3d2a3cd darkirc: satisfy clippy 2024-09-08 11:09:55 +03:00
dasman
0cb128ebb9 net: fix args conflicting by replacing p2p datastore arg to p2p_datastore 2024-09-08 11:03:05 +03:00
dasman
efc9d026bf deg: show timestamp as well in event's detail veiw 2024-09-06 15:45:23 +03:00
darkfi
720b3deb54 evgrd: add datastore and hostlist to evgrd.toml 2024-09-06 11:42:01 +02:00
darkfi
757f466ca3 added evgrd 2024-09-06 11:32:05 +02:00
darkfi
780d239e15 wallet: chatview temporary finger scrolling impl 2024-09-06 09:12:08 +02:00
darkfi
73076d45fc wallet: chatview fix cutoff at the top in android ;) 2024-09-05 10:58:08 +02:00
darkfi
65393c2430 wallet: chatview fix insert_line() method 2024-09-05 09:46:40 +02:00
draoi
8d6dbb6eeb doc: move philosophy meetings info to seperate page 2024-09-05 09:01:40 +02:00
darkfi
34a07c87a7 doc/src/philosophy: update section for philosophy meeting calendar and added reading materials 2024-09-04 14:58:01 -04:00
darkfi
2b6eef49f0 wallet: clean up files and fix README 2024-09-04 14:36:40 +02:00
darkfi
1a4916323d wallet: Makefile autodownloads missing font files 2024-09-04 14:32:25 +02:00
darkfi
355d8a6a65 wallet: chatview avoid redrawing() when bgloader loads messages that aren't visible onscreen. 2024-09-04 14:23:59 +02:00
darkfi
6aab9be7dd wallet: make scroll speed for chat faster on android 2024-09-04 14:20:12 +02:00
darkfi
2e4bdcd7e0 wallet: chatview cleanup bg loader and make small fixes 2024-09-04 13:38:50 +02:00
darkfi
8265976cfc wallet: chatview store properties directly in MessageBuffer which simplifies function signatures 2024-09-04 11:13:07 +02:00
darkfi
ee4ec7fc4c wallet: chatview use generator for messages to correctly insert date msgs 2024-09-04 09:24:58 +02:00
dasman
4ffb1f77ec darkirc: send server reply of rehash command 2024-09-03 21:49:02 +03:00
darkfi
5eedc5717d wallet: android launcher icons 2024-09-03 10:07:02 +02:00
darkfi
1f313d2380 wallet: editbox, add a little extra spacing when lines end in whitespace. This is because the glyph for space has nearly 0 width at the end of lines. 2024-09-02 17:18:32 +02:00
darkfi
305b99cf29 wallet: chatview prevent touch updates if already in progress 2024-09-02 15:45:09 +02:00
darkfi
5fdb7b786d wallet: chatview optimize gen_mesh() to actually load missing meshes from cache and also avoid drawing too often. 2024-09-02 15:34:48 +02:00
darkfi
c580253152 kfjdkj 2024-09-02 15:34:48 +02:00
darkfi
d0d4ae5c8c wallet: chatview add correct schema colors according to design spec 2024-09-02 15:34:48 +02:00
draoi
61ba6e530c doc: add note about error reporting 2024-09-02 11:43:10 +02:00
draoi
f7dce4d71f doc: rework network-troubleshooting.md 2024-09-02 11:37:09 +02:00
draoi
7dcbc78823 outbound_session: fix info message placement 2024-09-02 10:45:44 +02:00
draoi
4fa0977603 hosts: change last_seen from the future warning to a debug 2024-09-02 10:26:35 +02:00
draoi
2ef730e4ee outbound_session: bring outbound connection failed debug message to info level 2024-09-02 10:26:35 +02:00
dasman
81b879b25e tau: stop sync_loop_task first to gracefully shut it down 2024-09-01 12:59:11 +03:00
darkfi
eac775accf wallet: chatview only send draw calls for visible meshes 2024-09-01 09:33:25 +02:00
darkfi
602336caf9 wallet: create chatapp schema 2024-09-01 09:33:12 +02:00
darkfi
16b1bff413 wallet: chatview greatly simplify message buffer logic 2024-08-30 20:40:27 +02:00