jkds
|
2494e52558
app/gfx: fix subtle bug in apply_view/apply_scissor calc where coords are not relative but absolute so use `+ old_view.pos()`
|
před 7 měsíci |
jkds
|
489730cb31
app: correct calcs for IME insets
|
před 7 měsíci |
jkds
|
13755ab328
app: disable miniquad resizing the content when IME is shown. instead transfer the responsibility directly to the app, this way we can avoid flickering where our canvas is resized BEFORE ui updates have been applied, and secondly we can draw a full screen canvas.
|
před 7 měsíci |
jkds
|
2b67c92877
app/gfx: RETVRN to directly polling method queue
|
před 7 měsíci |
jkds
|
ac0a2d3f25
app/gfx: remove refresh_task since sleep_interval_ms is now a miniquad setting so this task isnt needed anymore.
|
před 7 měsíci |
jkds
|
bda9b64d09
net: add reload() fn which reloads settings. currently all stubs except outgoing conns setting
|
před 7 měsíci |
jkds
|
0897ce2f8c
app/gfx: make batch changes use batch end time and completely atomic. drop the entire batch if theres a single conflict
|
před 7 měsíci |
jkds
|
19c1b8ffea
rpc: remove p2p.set_outbound_connections method
|
před 7 měsíci |
jkds
|
b60d550a3f
rpc: move set_outbound_connections from darkirc into rpc p2p handler
|
před 7 měsíci |
jkds
|
e9a1dbe800
darkirc/rpc: when we check params, just use .unwrap() to get the args after
|
před 7 měsíci |
jkds
|
88a481d36b
app/vid: stop decoding immediately on Video::stop()
|
před 7 měsíci |
jkds
|
51dc7c4a9b
app: introduce window start/stop signals, and use those to adjust the outbound connection count in darkirc plugin from 6 -> 1 (or vice versa) when app is opened/closed
|
před 7 měsíci |
jkds
|
d9e7a782b4
darkirc/rpc: let Some(...) = ... else { return Json err }
|
před 7 měsíci |
jkds
|
419da3f849
net: allow runtime modification of outbound connection count. adds a method to darkirc to set_outbound_connections, use the scripts ./script/node_get_info.py and ./script/node_set-connect.py to verify
|
před 7 měsíci |
jkds
|
a29dbb06b9
app/vid: minor cleanup (Av1VideoData is cloneable so just clone directly)
|
před 7 měsíci |
jkds
|
ab303d8b0d
app: update Makefile asset paths to use dark.fi/assets/ now
|
před 7 měsíci |
jkds
|
a695718a73
app/vid: add missing VideoDecoder.java file for android hardware accel vid decoder
|
před 7 měsíci |
jkds
|
edc37a3724
app/vid: cleanup java JNI glue code
|
před 7 měsíci |
jkds
|
cb92bdd847
app/vid: decode video using native hardware on android
|
před 7 měsíci |
jkds
|
a9f058d197
app/vid: improve log output
|
před 7 měsíci |
jkds
|
cc571d4851
remove all () from the ends of log targets: foo::bar() => foo::bar
|
před 7 měsíci |
skoupidi
|
44a9de17f1
net/settings: minor cleanup
|
před 7 měsíci |
oars
|
7ddb347c54
doc/misc/nodes/public-guide: guide for autohosting public ipv6 and tor nodes
|
před 11 měsíci |
oars
|
c2904cdbaf
doc: DEP-0007: update docs with changes to net settings
|
před 1 rokem |
oars
|
852573bf70
script: DEP-0007: add network profiles to net setting section of the toml configs
|
před 1 rokem |
oars
|
1c9391b0b6
example/dchat/dchatd: DEP-0007: add network profiles to net setting section of the toml configs
|
před 1 rokem |
oars
|
9cce43b5bf
contrib/localnet: DEP-0007: add network profiles to net setting section of the toml configs
|
před 1 rokem |
oars
|
81bd50925c
bin/app: DEP-0007: rename allowed_transports, retrieve outbound_connect_timeout, channel_handshake_timeout, channel_heartbeat_interval from network profiles
|
před 1 rokem |
oars
|
4092cf7231
bin/genev: DEP-0007: add network profiles to net setting section of the toml configs
|
před 1 rokem |
oars
|
9cc3046f23
bin/lilith: DEP-0007: rename allowed_transports, manually add default network profiles for all schemes public nodes possibly can use
|
před 1 rokem |