Ocelot icon indicating copy to clipboard operation
Ocelot copied to clipboard

Results 10 Ocelot issues
Sort by recently updated
recently updated
newest added

In the last (12 March 2020) update to [BEP-0007](http://www.bittorrent.org/beps/bep_0007.html), the following paragraph was added : > An earlier version of this BEP specified new HTTP parameters to announce an additional...

All whitelist lookups are currently performed by a linear search over a `std::vector` of `std::string` objects. Since peer IDs are always 20 bytes long, an `std::array` might be better suited...

`db.cpp` had some very repetitive code related to managing the query buffers. This is now handled by a local wrapper for `std::string` which provides the necessary functionality. Also, usages of...

This would make it easier for staff to test a client on a live dataset to ensure correctness of upload/download reporting without having to painstakingly set up something local.

We want to be able to track where the bits of upload/download went for any particular album and who they went to to enable better cheater detection.

Occasionally, there is a user that comes along and reports a bug in the site because the site has them having a different download/upload than their client reports. Generally, this...

Right now, to understand all of the moving pieces of Ocelot and how it interacts with Gazelle, you have to read the code. While a useful exercise when understanding how...

Ocelot will not properly quit if there are tokens within the expire queue it seems.

Ocelot does not allow anyone with an IPv6 address to torrent from it. The implementation should follow [BEP 07](http://www.bittorrent.org/beps/bep_0007.html). [Radiance](https://github.com/Empornium/Radiance) can also be used as a reference for how to...

Have you guys seen this `WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.` warning?