maksis
maksis
From http://adc.sourceforge.net/ADC.html#_file_names_and_structure : > each file or directory name must be unique in a case-insensitive context Eiskalt seems to be ignoring the specs: https://github.com/eiskaltdcpp/eiskaltdcpp/commit/cbc3ae53a1259b5c7a1549e7c824e0b6bc497b6d (ShareManager section) https://bugs.launchpad.net/dcplusplus/+bug/1665900
Example packages for Gentoo: [Daemon](https://packages.gentoo.org/packages/net-p2p/airdcpp-webclient) / [UI](https://packages.gentoo.org/packages/www-apps/airdcpp-webui) You may make a pull request for [the installation doc page](https://github.com/airdcpp-web/airdcpp-web.github.io/blob/master/_docs/installation/installation.md) that contains a list of available packages.
Originally reported at https://github.com/maksis/airdcpp-release-validator/issues/6 by @doobnet
OS X version
The application compiles on OS X already and code-level compatibility is being actively tested with Travis. The `make install` phase is not supported yet. Implementing a graphical config tool for...
If the disk is under unusually heavy load (or the response times are long for other reason), I'd assume that the current synchronous fs calls in `is.js` can cause the...
From http://adc.sourceforge.net/ADC.html#_file_names_and_structure : > each file or directory name must be unique in a case-insensitive context Flylink won't handle case-insensitivity correctly: https://github.com/pavel-pimenov/flylinkdc-r5xx/blob/master/client/ShareManager.h#L249 https://bugs.launchpad.net/dcplusplus/+bug/1665900
HBRI extension supported by AirDC++: https://forum.dcbase.org/viewtopic.php?t=771 Mixing IPv4/IPv6 users in a single hub is currently somewhat problematic if a user can't be accessible via both IP protocols simultaneously.
# Bug Report The submenu is positioned above the trigger item. The submenu seems to inherit `bottom: 100% !important;` from the upward pointing menu. The position can be corrected by...
I'm trying to watch a non-existing network name (`\\INVALID\Directory\`) and the application crashes with the following stack trace: ``` Error: \\INVALID\Directory\ does not exist. at webpack:\airdcpp-share-monitor\node_modules\node-watch\lib\watch.js:494:1 at processTicksAndRejections (node:internal/process/task_queues:85:11) ```...