Viktor Elofsson
Viktor Elofsson
Sure, that is the plan. The filter engine builds on JS so the idea is to be able to write JS filters :) Sent from my iPhone > On 11...
> All PostgreSQL tables have a set of [implicit and hidden system columns](https://www.postgresql.org/docs/current/ddl-system-columns.html), among which xmin holds the ID of the latest updating transaction. Since this value automatically gets updated...
Yes, if the type is `uint` - not `byte[]`.
The issue I'm trying to fix in this pull request, though, is that selecting from a subquery does not give access to the xmin column of the subquery, it needs...
This is the outbox states query before the patch, ```sql SELECT m.outbox_id, m.created, m.delivered, m.last_sequence_number, m.lock_id, m.xmin FROM ( SELECT * FROM "outbox_states" ORDER BY "created" LIMIT 1 FOR UPDATE...
I'm planning on adding a way of creating torrents, but that would require the files to exist on the server. Would that work? Or are you asking for a way...
How would that method work? I'm not informed enough about cross seeding and the details of it :)
It's seems quite risky to place two torrents that share data structure but has different info hashes in the same location - the info hash takes piece hashes into account...
If all you're basing the cross seeding rules on is file names (which is how I interpreted your comment) and not hashes of contents, then yes, they would definitely overwrite...
Hi! True, I've lacked the energy and motivation to give PicoTorrent the love I think it deserves. I wouldn't call it abandoned since I'm still around and monitoring things, but...