Kevin F
6a23c13cc4
Merge pull request #60 from beardog108/dependabot/pip/lan/pdoc3-0.8.1
...
Bump pdoc3 from 0.7.5 to 0.8.1
2020-04-15 23:35:59 -05:00
dependabot-preview[bot]
b863a8cab0
Bump pdoc3 from 0.7.5 to 0.8.1
...
Bumps [pdoc3](https://github.com/pdoc3/pdoc ) from 0.7.5 to 0.8.1.
- [Release notes](https://github.com/pdoc3/pdoc/releases )
- [Changelog](https://github.com/pdoc3/pdoc/blob/master/CHANGELOG )
- [Commits](https://github.com/pdoc3/pdoc/compare/0.7.5...0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-16 00:46:14 +00:00
0Gitnick
9f61a93397
Add hash to requirements.txt
2020-04-14 22:52:50 -05:00
Kevin Froman
a6baa8ac00
Merge branch 'master' into lan
2020-04-14 22:41:11 -05:00
Kevin Froman
026901ce90
Fix gettransports
2020-04-14 22:40:31 -05:00
Kevin Froman
039d791b90
Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan
2020-04-14 22:19:19 -05:00
Kevin F
eb37325222
Merge pull request #58 from beardog108/dependabot/pip/lan/gevent-1.5.0
...
Bump gevent from 1.4.0 to 1.5.0
2020-04-10 14:11:07 -05:00
dependabot-preview[bot]
5d496ee3b1
Bump gevent from 1.4.0 to 1.5.0
...
Bumps [gevent](https://github.com/gevent/gevent ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/gevent/gevent/releases )
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_4.rst )
- [Commits](https://github.com/gevent/gevent/compare/1.4.0...1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-10 16:21:22 +00:00
Kevin Froman
a52465a54f
work on lan
2020-04-06 08:51:20 -05:00
Kevin Froman
a5983d32a4
Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan
2020-04-06 03:40:25 -05:00
Kevin F
b2a581823f
Merge pull request #57 from beardog108/dependabot/pip/lan/streamedrequests-1.0.3
...
Bump streamedrequests from 1.0.0 to 1.0.3
2020-04-06 03:39:53 -05:00
dependabot-preview[bot]
b35d5be8db
Bump streamedrequests from 1.0.0 to 1.0.3
...
Bumps [streamedrequests](https://github.com/beardog108/StreamedRequests ) from 1.0.0 to 1.0.3.
- [Release notes](https://github.com/beardog108/StreamedRequests/releases )
- [Changelog](https://github.com/beardog108/StreamedRequests/blob/master/CHANGELOG.md )
- [Commits](https://github.com/beardog108/StreamedRequests/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 08:38:07 +00:00
Kevin Froman
3bc54086a3
Merge branch 'lan' of ssh://github.com/beardog108/onionr into lan
2020-04-06 03:06:41 -05:00
Kevin F
9959ec0d57
Merge pull request #56 from beardog108/dependabot/pip/lan/flask-1.1.2
...
Bump flask from 1.1.1 to 1.1.2
2020-04-06 03:06:27 -05:00
dependabot-preview[bot]
12137d3c00
Bump flask from 1.1.1 to 1.1.2
...
Bumps [flask](https://github.com/pallets/flask ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/1.1.1...1.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 08:05:19 +00:00
Kevin Froman
d13d9a3039
added is_friend test for onionrusers and fixed bug where isFriend was setting instead of getting the value
2020-04-05 23:35:03 -05:00
Kevin Froman
ae8d1fc5ea
Finished implementing notification settings for sound and strangers
2020-04-05 23:21:21 -05:00
Kevin Froman
4cd2302bc9
added logic for stranger notification setting
...
made page content refreshes happen on visibility
2020-04-05 03:52:40 -05:00
Kevin Froman
7bedae48a4
* Mail compose no longer uses overlay
2020-04-04 04:22:11 -05:00
Kevin Froman
aa729d862c
added escape_ansi unittest
2020-04-04 02:21:28 -05:00
Kevin Froman
653954714f
added script to start many nodes
2020-04-04 00:58:49 -05:00
Kevin Froman
da1940cc8e
fix circles escapeansi being passed bytes
2020-04-04 00:58:02 -05:00
Kevin Froman
d47c546620
added dns rebinding runtime test
2020-04-03 23:34:23 -05:00
Kevin Froman
39d0be32ac
import jsondecodeerror seperately since its not in ujson
2020-04-03 04:33:30 -05:00
Kevin Froman
919ab12b76
plugins now use ujson
2020-04-03 04:27:37 -05:00
Kevin Froman
a8ab5d20f1
moving onionrutils over to ujson
2020-04-03 04:20:55 -05:00
Kevin Froman
37913d544b
fixed localcommand formatting and imports
2020-04-03 04:19:20 -05:00
Kevin Froman
eea8b39b0f
refactored onionrusers formatting and json
2020-04-03 04:17:45 -05:00
Kevin Froman
dee5d8ceed
make config use ujson
...
made httpapi use ujson
made onionrblocks mod use ujson
made setup config use ujson
made devreporting use ujson
made transports/tor use ujson
made contactmanager use ujson
2020-04-03 04:13:50 -05:00
dependabot-preview[bot]
5be4df1276
Bump helium from 3.0.1 to 3.0.2
...
Bumps [helium](https://github.com/mherrmann/helium ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/mherrmann/helium/releases )
- [Commits](https://github.com/mherrmann/helium/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-03 04:13:49 -05:00
Kevin Froman
b23343e7cb
use ujson in serializeddata
2020-04-03 03:51:31 -05:00
Kevin Froman
46ce27cbe8
fixed get_lan_ips test
2020-04-03 03:33:05 -05:00
Kevin Froman
8804c13225
* refactored subprocess and made it 20%+ faster by using ujson
...
+ added watchdog dep for sneakernet
+ added ujson dep for faster json esp in pow
2020-04-03 03:28:48 -05:00
Kevin Froman
8d372cccfb
added stats reporter
2020-03-31 04:00:48 -05:00
Kevin Froman
0da27a78c7
basic requests can now use lan, work on lan client
2020-03-31 01:48:20 -05:00
Kevin Froman
b2f630e4f9
added disk ministry
2020-03-31 00:15:24 -05:00
Kevin Froman
09134eaba4
comment sneakernet
2020-03-30 21:14:48 -05:00
Kevin Froman
1bd0aa9419
added sneakernet auto importing
...
exportblocks now takes argument
2020-03-30 20:52:04 -05:00
Kevin F
d2746c21b4
Merge pull request #53 from beardog108/dependabot/pip/deadsimplekv-0.3.1
...
Bump deadsimplekv from 0.3.0 to 0.3.1
2020-03-29 18:52:15 -05:00
Kevin Froman
160469f50f
added popular board selector
2020-03-29 18:51:12 -05:00
Kevin Froman
7bb4a7680a
fix export test to use new circle plugin name
2020-03-29 18:50:16 -05:00
Kevin Froman
018f6692a9
don't refresh boards if doc hidden
2020-03-29 18:49:51 -05:00
Kevin Froman
b256db2698
added endpoint to get most popular circles
2020-03-28 02:41:23 -05:00
dependabot-preview[bot]
70a26598fb
Bump deadsimplekv from 0.3.0 to 0.3.1
...
Bumps [deadsimplekv](https://github.com/beardog108/deadsimplekv ) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/beardog108/deadsimplekv/releases )
- [Changelog](https://github.com/beardog108/DeadSimpleKV/blob/master/CHANGELOG.md )
- [Commits](https://github.com/beardog108/deadsimplekv/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-28 05:41:11 +00:00
Kevin Froman
825c576ce3
finish requirements.txt merge
2020-03-28 00:18:13 -05:00
Kevin Froman
179ec4a3be
Added work on popular board listing
2020-03-28 00:16:42 -05:00
Kevin F
2c848a4caf
Merge pull request #52 from beardog108/dependabot/pip/deadsimplekv-0.3.0
...
Bump deadsimplekv from 0.2.0 to 0.3.0
2020-03-28 00:15:03 -05:00
dependabot-preview[bot]
309f98d640
Bump deadsimplekv from 0.2.0 to 0.3.0
...
Bumps [deadsimplekv](https://github.com/beardog108/deadsimplekv ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/beardog108/deadsimplekv/releases )
- [Changelog](https://github.com/beardog108/DeadSimpleKV/blob/master/CHANGELOG.md )
- [Commits](https://github.com/beardog108/deadsimplekv/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-28 05:09:53 +00:00
Kevin Froman
418881fc32
removed searchengine plugin files for now since no work being done
2020-03-27 21:13:42 -05:00
Kevin Froman
3b939b4598
Added default config formatter script
2020-03-27 20:59:38 -05:00