uhub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware. It uses the ADC protocol, and is compatible with DC++, jUCy, and other ADC clients.
| Tags | Communications File Sharing Direct Connect P2P ADC |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Mac OS X Unix Windows |
| Implementation | C |
Recent releases


Release Notes: This release improves SSL/TLS problems like high CPU utilization and some handshake detection errors. The build system now uses CMake, which replaces the old makefiles and Visual Studio project files. Several important fixes were made, including crash fixes and stricter ADC protocol compliance.


Release Notes: This release adds plugin support. A number of plugins are provided, including authentication using SQLite, logging, and chat history. plugins can be written in C. This release also address several SSL/TLS stability issues. In addition, uhub now compiles and runs nicely on Windows systems, with Visual Studio Express 2010.


Release Notes: This release primarily includes minor bugfixes for BSD and OS X users, adds support for redirecting users when failing to log in, and has some code cleanups.


Release Notes: This release adds support for banning old ADC clients (pre-ADC/1.0), flood control, better OS X and BSD support, and many fixes.


Release Notes: This release adds experimental SSL support in addition to many new user commands. Many crash bugs are fixed, along with other important bugs. The hub should also be faster with O(1) timeout handling and a rewritten network subsystem that no longer requires libevent.