Commit Graph

375 Commits

Author SHA1 Message Date
SomaticFanatic bcd71a5af9
Update copyright year to 2020
Update copyright year to 2020
2020-07-19 23:23:42 +03:00
wowario 29e7770602 add new links 2020-07-07 09:10:10 +00:00
wowario c70878b54e
update git urls 2020-06-28 18:01:22 +03:00
jw e91b041c75
Merge pull request #278 from wowario/checkpoints
build: prepare v0.8.0.1 release
2020-06-28 07:18:43 -07:00
wowario 9f5fa3f7f9
update checkpoints 2020-06-27 10:05:27 +03:00
jw d759d13815
Merge pull request #272 from 00-matt/readme-gentoo
readme: Add Gentoo install instructions
2020-06-23 07:29:34 -07:00
Matt Smith d8b68a6369 readme: Add Gentoo install instructions 2020-06-22 15:06:37 +01:00
Suzyo Nyirenda 95afa9c538
update ppa keyserver keys 2020-06-10 13:26:58 +02:00
清武 博二 72effc5c07
remove link 2020-06-03 08:52:30 +03:00
wowario eeffe5c719
add fork date to README.md 2020-05-15 08:50:40 +03:00
wowario 7e3dbdde05
build: prepare v0.8.0.0 release 2020-05-14 17:44:48 +03:00
qvqc 24974ccd36 update p2p peers in readme 2020-04-22 17:10:14 -04:00
fuwa 7a73554c04 add tor peers 2020-04-22 21:43:32 +08:00
wowario 6a9515697e
build: prepare v0.7.1.0 update
Signed-off-by: wowario <wowario@protonmail.com>
2020-04-06 09:09:32 +03:00
清武 博二 65f6d4cc47
Update README.md 2020-04-06 09:09:32 +03:00
wowario 2185265e44
update tor addresses 2020-04-06 09:09:32 +03:00
fuwa 3434473395
update the package name on NixOS 2020-04-06 09:09:31 +03:00
wowario 9d1e2828d4
absurdity day hard fork 2020-04-06 09:09:31 +03:00
wowario cd36916956
update README 2020-04-06 09:09:31 +03:00
Suzyo Nyirenda 87f6f29c4b
added public node (wow.aluisyo.network) 2020-04-06 09:09:30 +03:00
wowario 652bd57080
initial commit 2020-04-06 09:09:17 +03:00
luigi1111 ee06f56619
Merge pull request #6386
68ffc1c README: clean up TOC (selsta)
2020-04-04 13:15:07 -05:00
luigi1111 6aa5da09f5
Merge pull request #6371
b40c27c cppzmq: remove leftovers (selsta)
2020-04-04 13:08:22 -05:00
luigi1111 d86d1a4d29
Merge pull request #6370
3031deb Bump downloaded boost version to 1.72 (omartijn)
6079042 Use boost::asio::ssl::context::sslv23 for backwards compatibility (omartijn)
2020-04-04 13:06:36 -05:00
luigi1111 b1808c9920
Merge pull request #6356
56c4eda Provides safer semaphore privilege to jail; notes port/pkg availability (scoobybejesus)
2020-04-04 12:57:48 -05:00
Alexander Blair a5acebfb6f
Merge pull request #6281
6772ce70 10 block time is for incoming outputs, not transactions (rating89us)
2020-03-27 12:18:21 -07:00
selsta 68ffc1ca19
README: clean up TOC 2020-03-13 18:29:19 +01:00
Martijn Otto 3031debfd6
Bump downloaded boost version to 1.72 2020-03-11 09:16:30 +01:00
selsta b40c27cd42
cppzmq: remove leftovers 2020-03-06 02:30:07 +01:00
Alexander Blair 442739a347
Merge pull request #6204
1d78db27 Add travis freebsd (TheCharlatan)
2020-02-28 19:35:01 -08:00
scoobybejesus 56c4eda53f
Provides safer semaphore privilege to jail; notes port/pkg availability
From the FreeBSD architecture handbook (https://www.freebsd.org/doc/en/books/arch-handbook/jail-restrictions.html) as it relates to `allow.sysvipc`, "By default, this sysctl is set to 0. If it were set to 1, it would defeat the whole purpose of having a jail; privileged users from the jail would be able to affect processes outside the jailed environment."  This is undesirable behavior.

Per `man jail`, regarding `allow.sysvipc`, "A process within the jail has access to System V primitives.  This is deprecated in favor of the per-module parameters."

Since FreeBSD 11, the new way to deal with this (the per-module parameters) is with: `sysvshm`, for shared memory, `sysvsem`, for semaphores, and `sysvmsg`, for message queues.  These can be set selectively to either `disable`; `inherit`, for the previous behavior (problematic due to UID collision, apparently); and `new`, for new behavior that avoids the UID collision problem. 

Monero only uses semaphores, therefore we should recommend that jails be run with `sysvsem="new"` in the jail's jail.conf.  Tested on FreeBSD 12.1.

Also, Monero is now able to be downloaded as a package or built from ports as `monero-cli` with a versioned suffix.  It's got `Monero 'Carbon Chamaeleon' (v0.15.0.1-release)` as of right now, and it's been there 2-3 months, meaning it's currently and timely.
2020-02-25 21:12:56 -05:00
luigi1111 9b2ebffb6c
Merge pull request #6188
0bae227 update readme to encourage joining #monero-dev (Gingeropolous)
2020-02-19 22:19:49 -05:00
luigi1111 d692030e78
Merge pull request #6065
f498dfc README: add Void Linux package dependencies (kevcrumb)
2020-02-19 22:18:47 -05:00
Alexander Blair 7e6c8082e7
Merge pull request #6100
4d804443 Fixes a minor formatting error (TheGoose)
2020-02-06 00:32:16 -08:00
Alexander Blair 605ad84804
Merge pull request #6287
dbcfae6f README: remove unmaintained build status (selsta)
2020-01-24 20:20:53 -08:00
selsta dbcfae6ffe
README: remove unmaintained build status 2020-01-09 18:23:01 +01:00
rating89us 6772ce7062
10 block time is for incoming outputs, not transactions
10 block lock time is for incoming outputs and not only incoming transactions (outgoing transaction has an incoming change output that is also locked for 10 blocks)
2020-01-05 00:21:57 -03:00
moneromooo-monero cce4ea02ff
README: fix translation link 2019-12-17 19:21:23 +00:00
TheCharlatan 1d78db2709
Add travis freebsd 2019-12-02 01:04:40 +01:00
Gingeropolous 0bae2277b5
update readme to encourage joining #monero-dev
replaces #6126 because I can't squash things with the github web GUI
2019-11-26 10:13:59 -05:00
TheGoose 4d804443cd Fixes a minor formatting error
Fixes a minor formatting error
2019-11-05 14:11:17 +11:00
Riccardo Spagni e4d1674e8c
0.15.0.0 release engineering 2019-11-02 17:21:52 +02:00
Gingeropolous f89ea437d0
README update upgrade table with details
of the november 30th fork
2019-10-31 15:43:05 -04:00
Kevin Crumb f498dfc158 README: add Void Linux package dependencies
see also https://github.com/void-linux/void-packages/blob/master/srcpkgs/monero/template
2019-10-30 21:39:29 +00:00
erciccione 3ed302fd1d
Change 'Pootle' to 'Weblate' in Readme 2019-10-10 11:44:49 +02:00
luigi1111 b833630eb8
Merge pull request #5913
dbc7c44 README: fix TOC link (selsta)
2019-09-30 18:56:55 -05:00
Guillaume Le Vaillant 6185d6d692 README: Add deps for translations and hardware wallet support 2019-09-26 16:37:06 +02:00
luigi1111 f15eded8d7
Merge pull request #5886
ae32862 README: fix master branch spelling, it is not Master (moneromooo-monero)
2019-09-24 10:30:00 -05:00
selsta dbc7c4478d
README: fix TOC link 2019-09-14 22:02:36 +02:00
luigi1111 d663e1e3db
Merge pull request #5818
f91a06c Dropping cppzmq dependency; adding some zmq utils (vtnerd)
2019-09-14 13:25:14 -05:00