Search found 51 matches

by B0B
24 Mar 2020 12:46
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

every 3 seconds the servlet is checked for updates to the library and if there are any the expanded tree nodes are refreshed. Source is here http://git.idk.i2p/zlatinb/muwire/blob/master/webui/src/main/js/files.js Too bad I don't know anything about java-script but what I mean is that it looks like...
by B0B
23 Mar 2020 21:07
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

zlatinb wrote: 23 Mar 2020 20:47 And later is build 122. As with the table the tree will refresh up to 3 seconds after the file has been deleted, and should preserve the expanded state.
Up and running. It does a one-time refresh right after the tree is loaded? Should do the job. Great work.
by B0B
23 Mar 2020 18:59
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

zlatinb wrote: 23 Mar 2020 18:34 The table does update automatically in up to 3 seconds.
Updated to b113. Seems to work perfectly now. That was a fast fix!
by B0B
23 Mar 2020 16:06
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

As a last resort, can you make sure you disable "Run at Startup" in the plugin configuration page, then restart the router, wait until some client tunnels are built and only then start MuWire manually? That seems to work. Now it shows connections in the left pane and "Search" re...
by B0B
23 Mar 2020 15:27
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

Not good, looks like the plugin has failed to initialize. Can you check the i2p router logs for any errors? Maybe restart the entire router? ReStarted without results. Log shows a critical warning that doesn't ring a bell: 23 Mar 2020, 16:19:00 CRIT [2CP Reader 4] 2p.router.client.ClientManager: Cl...
by B0B
23 Mar 2020 14:41
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

Ugh. This would be terrible to code, especially with the current table sorting logic. Agreed that some extra general info about the shared files is helpful but it doesn't belong in a table line which can scroll off. True. But maybe as a temporary fix, albeit that it also works the way it is now. An...
by B0B
23 Mar 2020 13:40
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

Done in b109; also a quick hack to make the hover menu visible in the files table when there are very few files shared. Still unclear how I'm going to solve this for good. MuStatus was already useful. I'm at b112 now as it seems! :-) Shared Files table... what you also can do is adding 5 invisible ...
by B0B
23 Mar 2020 01:50
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

If the memory is pegged at max then the java process will likely go into a garbage collection death spiral and only a restart of the entire i2p router can help. Let me know if this happens again and I'll bring it up with zzz. Something is going on as it's jumps back and forth between "RAM: 255...
by B0B
23 Mar 2020 00:37
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

Unfortunately 101 broke the hover "Actions" menu in the files table. O.k, you already found out, like I did a few minutes ago. Oh well, just a minor issue. edit: This may be a one-time issue, but after the build 104 update my "Shared Files" list was empty and the I2P console sho...
by B0B
22 Mar 2020 23:49
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133468

Re: Feature Requests

The text-overflow:ellipsis was breaking because there was no overflow:hidden in a css file copy-pasted from bote. That's the risk of copying CCS rules :-) I guess you'll need to weed out a lot of CSS rules after a while. Many of them are obsolete by now. Build 101 looks much better but it wouldn't ...