Kevin Froman
5afbed63cf
Merge branch 'bind-args'
3 years ago
Kevin Froman
c44d6624ff
correct yt link
...
Docker improvements
- Run onionr by default rather than bash
- Run as unprivileged user by default instead of root
- Use /app for all code
- Specify python 3.7 (3.8 fails to build cffi)
- Use apt-get rather than apt (apt's CLI is not stable)
- Slight reformatting and consolidation
Added custom port and bind address args
3 years ago
Kevin Froman
ae359de562
Added custom port and bind address args
3 years ago
dependabot-preview[bot]
2bd58945da
Bump watchdog from 0.10.4 to 1.0.1
...
Bumps [watchdog](https://github.com/gorakhargosh/watchdog ) from 0.10.4 to 1.0.1.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases )
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst )
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v0.10.4...v1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years ago
Duncan X Simpson
b1ef248ee9
Docker improvements
...
- Modify onionr.sh to parse env and supply args to run-onionr-node.py
- Run onionr by default rather than bash
- Run as unprivileged user by default instead of root
- Use /app for all code
- Specify python 3.7 (3.8 fails to build cffi)
- Use apt-get rather than apt (apt's CLI is not stable)
- Slight reformatting and consolidation
3 years ago
Kevin Froman
416e43e7bb
correct yt link
3 years ago
Kevin Froman
9684585432
Fix consent message in onboarding
3 years ago
Kevin Froman
9d6216e16b
decrease pow, bump version
3 years ago
Kevin Froman
2a6f6bb1aa
speed up tests by lowering pow in their configs
3 years ago
Kevin Froman
7820c87b79
bump version
3 years ago
Kevin Froman
93d176badc
fix upload.py logging b_hash define
3 years ago
Kevin Froman
968f468027
Merge branch 'fixmultiprocessexit' of /home/user/win-merges/bare-onionr/onionr into fixmultiprocessexit
3 years ago
Kevin Froman
86fd936d52
exit faster from communicator
3 years ago
Kevin Froman
e34b499044
purge old blocks if POW increases
3 years ago
Kevin Froman
01ed4d49d0
fix wsl apport breaking sites
3 years ago
Kevin Froman
9db9c495c8
check block POW *before* syncning from lan
3 years ago
Kevin Froman
dcc304be9d
fix wsl apport breaking sitecreator
3 years ago
Kevin Froman
eaf61c280a
fixed subprocesspow not exiting on wsl
3 years ago
Kevin Froman
e831a27ae3
bug fixes in block creation and directory security
3 years ago
Kevin Froman
de271794fd
added git-update.sh
3 years ago
Kevin Froman
21df88fdaa
bumped deps
3 years ago
dependabot-preview[bot]
9d4afc4b3a
Bump pip-tools from 5.3.1 to 5.4.0
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/5.3.1...5.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years ago
Kevin Froman
28044f2bd7
bump version
3 years ago
Kevin Froman
adba4be099
fix tests
3 years ago
Kevin Froman
30a4285b92
- Removed direct connections (will be a different project in the future)
...
- removed chat for now
- removed onionrcommunicatortimers
3 years ago
Kevin Froman
59330149e1
removed netcheck comm timer
3 years ago
Kevin Froman
a775f3b26d
dont upload blocks that arent valid (anymore?), progress removing communicator timers
3 years ago
Kevin Froman
cc703fc404
progress removing communicator timers
3 years ago
Kevin Froman
ecd2cc54da
progress removing communicator timers
3 years ago
Kevin Froman
bbd76da333
added flood fill work, misc bug fixes and removing communicator timers
3 years ago
Kevin Froman
04105a2b70
show more info in show-blocks.py script
3 years ago
Kevin Froman
8d839f62c9
bump version
3 years ago
Kevin Froman
a0ae62d0a3
added togglenetwork module in torcontrol
3 years ago
Kevin Froman
a9d0524ccc
+ added sandbox script
...
* handle sigterm
3 years ago
Kevin Froman
130e9de5e9
remove disablenetwork for now
3 years ago
Kevin Froman
f0cd2fb2b9
moved blockmetadata to onionrblocks
3 years ago
Kevin Froman
44112750ec
Merge branch 'master' into flood-fill
3 years ago
Kevin Froman
f2d7075b3a
bump version
3 years ago
Kevin Froman
256c402223
fix connectnewpeers not using specified peer
3 years ago
Kevin Froman
2601263b87
disable forward secrecy for now, fix autocomplete for to address in mail
3 years ago
Kevin Froman
3ab8681b24
Merge branch 'master' of gitlab.com:beardog/Onionr
3 years ago
Kevin Froman
2837210cf4
blockapi decrypt fix
3 years ago
Kevin Froman
d0e6f6c4af
bump requirements
3 years ago
Kevin Froman
67054446ae
bump requirements
3 years ago
Kevin Froman
f7f4732789
added floodfill network visualization script
3 years ago
Kevin Froman
f80d58e5b8
added floodfill network visualization script
3 years ago
Kevin Froman
4a831a4a4d
fixed closeness calculation
3 years ago
Kevin Froman
57ec04eff5
remove hs after creation in generate onions
3 years ago
Kevin Froman
da11c74f6c
finished closeness measurement
3 years ago
Kevin Froman
c4be08bd23
added onion generator script
3 years ago