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

/landing/

[C][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80]
Custom number of threads on the overboard5/21/2024, 11:38:59 AM#ab2f5504[Reply]

This was suggested a while back. Currently you can specify particular boards visible on the overboard like this:

>overboard.html?boards=landing,help,b,soy

now you can also specify the number of threads you want to see like this

>overboard.html?boards=landing,help,b,soy&threads=100

There is also a config setting in gatewayConfig.html to set a max on this in gateway mode, by default 10 threads. Also added a config form allowing the changing of various config settings without restarting the node. Still want to add similar for the gateway config settings, and also the ability to restart the peerbit client without restarting the whole frontend client as well, so you can change the ports and replication settings more conveniently.

Anonymous5/21/2024, 11:41:11 AM#1a0619c3

config.png, 75.74 kB

config.png

like this i also want to differentiate between setting the default theme and the theme for the given user, so a user can select a theme freely without affecting other users or the default theme, in gateway mode

Anonymous5/22/2024, 8:42:07 AM#409fe92b

gatewayconf.png, 96.84 kB

gatewayconf.png

added a gateway configuration page too, to allow you to change various gateway settings without restarting (still requires you to manually edit the admin and user password in the json file however)

Anonymous5/22/2024, 10:54:54 AM#5ea43c6a

really nice


reading threadAnonymous5/17/2024, 6:02:52 AM#3ec31a05[Reply]

do you guys read? what do you read?

1 reply omitted, click Reply to view.
Anonymous5/19/2024, 2:01:50 AM#b31d4c26

>>3ec31a05 reading is for faggots

Anonymous5/19/2024, 9:35:44 AM#39ad1052

>>93595a09 being this much of an intellectual is unfathomably based, sounds super interesting, I must read it one day and perhaps we can have a discussion. >>b31d4c26 no homo

Anonymous5/21/2024, 11:15:46 AM#c556fd30

>>39ad1052 here's a pdf


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

Anonymous5/19/2024, 9:27:17 AM#9758c5b7

can I implement r9k with this?

Anonymous5/21/2024, 11:14:37 AM#b3a9d499

>>9758c5b7 Yeah except for the temporary banning part lol. You just have to query an exact match for the text and then delete the posts if a match is found.


Query Interface5/14/2024, 10:04:09 AM#63698c70[Reply]

testquery.png, 151.67 kB

testquery.png

The latest version has a query interface at /query.html Or there is a link at the bottom of the homepage. You can do different queries on a selection of boards or all watched boards by leaving the boards blank. Number queries are currently somewhat bugged and it doesn't support everything (like case sensitivity settings or other things) for now. Future steps would be:

>connect query results to a mass delete and/or mass prune button >http API that returns the hashes of the applicable posts >allow querying file refs and file chunks >allow finding and selecting orphaned posts, file refs, and file chunks for deletion/pruning >more syntax support

Anonymous5/15/2024, 1:25:08 PM#bc8d028c

very nice

Anonymous5/15/2024, 3:51:45 PM#b314af62

fixed the number querying bug


Anonymous5/12/2024, 4:37:03 AM#bf0c27a2[Reply]

cowards all of you


Fixed some issues with board opening5/9/2024, 9:49:11 AM#7dcd55d8[Reply]

allonline.png, 78.76 kB

allonline.png

Changed a few things to hopefully fix the issues with databases not opening properly on boot and not being able to be reloaded. If you try it out, let me know if it fixed the issues for you.

1 reply omitted, click Reply to view.
Anonymous5/9/2024, 12:48:40 PM#f8a93fb0

Anyway, some progress was made and various issues that were being made apparent and masking the underlying issue have been fixed in the latest version. The root of the issue seems to be timing out when contacting peers during the board database opening process.

Anonymous5/9/2024, 6:17:05 PM#6beedf27

we are s back

Anonymous5/10/2024, 5:42:42 AM#e0ff6697

The reload button seems to work now, this seems to be a libp2p issue. Now that that's working, one thing we can do in the interim is set up a little subroutine/bot thing that checks for timed-out boards and reloads them.


how do I janny stuff?Anonymous5/6/2024, 12:23:23 PM#bfc95dea[Reply]

I want to remove the soylita content on /soy/ from my view but i don't see a button for it. also how can other people follow my hides so they don't have to see it if they don't want to as well.

3 replies omitted, click Reply to view.
Anonymous5/7/2024, 4:54:48 PM#1d62ab20

>>37e64ff8 you see a cute girl and you feel depressed and sad.. why?

Anonymous5/7/2024, 5:29:23 PM#22770f41

>>1d62ab20 because I will never be a cute girl

Anonymous5/8/2024, 11:20:04 AM#34d4b0fb

>>22770f41 never say never


Anonymous5/7/2024, 2:15:13 PM#e76b2420[Reply]

how much bandwidth can a neet on welfare afford?

1 reply omitted, click Reply to view.
Anonymous5/7/2024, 4:11:33 PM#1f69a42a

>>29cc3530 public with own domain

Anonymous5/7/2024, 4:28:26 PM#145ba3a9

>>1f69a42a I'd recommend getting a VPS, they're a lot cheaper than dedicated machines.

Anonymous5/7/2024, 4:37:02 PM#505ac341

>>145ba3a9 well see


Anonymous5/2/2024, 1:31:16 PM#0321f28c[Reply]

shut it down


Anonymous4/28/2024, 5:59:46 PM#766b6b6f[Reply]

torrent.jpeg, 12.54 kB

torrent.jpeg

>>>/torrent/

post torrents


[C][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31][32][33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80]