[ landing / help / b / soy / mu / test / tech ] [ home / overboard ]

/landing/

[1][2][3][4][5][6]
Anonymous4/28/2024, 5:59:46 PM#766b6b6f[Reply]

torrent.jpeg, 12.54 kB

torrent.jpeg

>>>/torrent/

post torrents


Query FunctionalityQuerier4/28/2024, 11:40:58 AM#170421c5[Reply]

Currently there isn't a simple way to perform user-defined queries on the board databases, users only being limited to the inbuilt queries for specific views (like index, catalog, overboard, etc). Working on something to allow you to define and execute queries on the data. A lot of this was done in the precursor to the gladden, so it's not so tricky this time. I think we can stick with mongoDB syntax for now as it's well-documented and serializable.


Bugs and suggestions threadAnonymous3/19/2024, 3:37:56 PM#3a1ecf70[Reply]

Report issues here, also consider: https://gitgud.io/threshold862543/gladden/-/issues

Support: https://peerchan.net/ or https://matrix.to/#/#gladden_p2p:matrix.org

If your node client has exited with error, send logs

72 replies omitted, click Reply to view.
Anonymous4/20/2024, 10:06:00 AM#bb0b4895

>>2df536a0

Thanks for testing and the error logs.

>Will that make me a leech lol?

Nah in this case not setting it will allow the default sharding algorithm to kick in where you seed a variable fraction of the data based on the number of peers connected. It's possible to configure yourself to act as a leech tho, but I didn't add a config option to do that easily for now.

Okay so latest version even after this

https://gitgud.io/threshold862543/gladden/-/commit/2b007c9111e4b4c9222c875240ef18db4902e95b

hmm I guess I didn't fix it correctly.

Maybe I should try to break things in the same way and see if I can replicate it so I can also test the reload function in an actual crashed condition as well

I'll check up on the filenames thing too.

Anonymous4/20/2024, 10:37:56 AM#d36cba33

Patched the filenames thing so it should allow unicode.

Anonymous4/28/2024, 1:28:33 AM#bb1b8299

Seems like there's quite an overhaul of Peerbit's database backend coming actually, optimistically this will solve the /mu/ issue and also minimize problems in a future case where there's a lot of data being passed around at a rapid rate.


Anonymous4/27/2024, 3:07:52 PM#401b21ec[Reply]

OIP.jpeg, 12.92 kB

OIP.jpeg

>gladden. Io registered in 2018

Anonymous4/27/2024, 3:10:42 PM#af45583e

.io fuck phones man


Events/Logging on (local) database changes 4/24/2024, 3:45:14 AM#4a923b42[Reply]

Added the event listener thing discussed on /tech/.

Whenever your local database receives an update to either posts, file refs, or file chunks, that passed validation and was written to your db, it will by default log it in the console. You can modify this behavior by modifying the config/events.js onChange() function, say if you want to connect it to a spam checking robot that would auto-delete certain types of posts or files.

Maybe we can add logfiles and stuff later by (configurable) default if that would be desired. Might not be the simplest thing to use but it's a nice starting point for this type of thing.

Anonymous4/24/2024, 6:58:54 AM#768098fa

cool


Anonymous4/22/2024, 11:31:48 PM#3d10455b[Reply]

troll.png, 150.28 kB

troll.png
Anonymous4/23/2024, 12:44:29 AM#f05cd56b

nice


Catalog viewAnonymous4/19/2024, 7:58:46 AM#a3ec85b9[Reply]

catalog.png, 553.84 kB

catalog.png

Catalog view has been added. You can click the [C] in front of the page number links and it will take you to the catalog view.

Anonymous4/19/2024, 8:20:34 AM#02e53de4

❤️❤️❤️

Now I can tell my (yet nonexistent) kids I've been on gladden before catalog view existed

Also catalog for overboard maybe?

Also if anyone wants to scroll post content in catalog, add userstyle:

.post_catalog {

overflow: auto;

}

Anonymous4/19/2024, 1:19:46 PM#ff8c2c53

really nice, good shit boss.


Anonymous3/16/2024, 2:50:31 AM#b6c13d5b[Reply]

geminalspace.png, 692.24 kB

geminalspace.png
Anonymous3/16/2024, 3:00:13 AM#604e1294
Anonymous4/19/2024, 8:01:12 AM#203e9d52

up


Anonymous4/17/2024, 1:47:09 AM#e1a3a429[Reply]

cute

Anonymous4/17/2024, 7:02:22 PM#a1c0171c

>OMGSISA


Board management dashboardAnonymous4/17/2024, 5:50:25 AM#17325c70[Reply]

Just added a more fleshed out view to the homepage to see the current status of watched boards. So you can see if one is still loading and you have the option to reload them individually instead of hard-restarting the client.

Later on this can also include stats like how many posts there are on a given board, how many files and orphaned files (no post referencing them), and a manual pruning option to trim all but the most recently bumped N threads.

5 replies omitted, click Reply to view.
Anonymous4/17/2024, 6:24:20 PM#5c6d1ba7

>>3f759a5d

So overboard search by default?

Anonymous4/17/2024, 6:25:30 PM#b1aa0616

>>5c6d1ba7

yep, total count of messages is low enough by now for good performance, later optional board-filters can be introduced

Anonymous4/17/2024, 6:35:52 PM#f2f1f586

>>b1aa0616

Sounds good yeah.


[1][2][3][4][5][6]