Jason Rhinelander

Results 95 issues of Jason Rhinelander

Allow moderators to add an optional reason when banning a user, which would be included in 403 responses when the user is banned and could be displayed to the user...

SOGS uploads should be signed by the user who uploaded them, so that the SOGS operator cannot tamper with the contents (so that, for example, someone could upload software without...

The current Authentication constructor has multiple points where a copy can get made: in the arguments themselves, in the intermediate concatenations, and in the potential need for the concatenation to...

Enhancement :ok_hand:

The current code was using the function to compute the pre-infinite staking stake lockup period as the deregistration time, which was... um yeah, and then the stake unlock timer was...

Currently we only use the first stream on the storage server for bt requests, but it can be useful to have more than one stream: that way you could use...

bug

This fixes all sorts of build failures, particularly on older distros and non-amd64 architectures. - The biggest thing here is that it switches away from herumi/bls for the BLS crypto;...

Updates and re-runs the formatting script: - Now applies formatting to `.inl` files, tests, and epee - Fixes some compilation bugs in epee caused by reformatting

# Issue description I am trying to set up zmq listeners that can accept connections over either IPv6 or IPv4, and outbound connections that connect to either IPv6 or IPv4,...

Currently there are bugs in storage server around noticing new IP addresses. This adds a mechanism into oxend so that storage server can subscribe to snode IP/port address changes to...