Go to file
2019-05-13 15:16:39 +02:00
admin Secure URLs: http --> https (part 1) 2019-04-23 15:59:03 +02:00
autotest Rename the test binary to autotest-bin, to avoid naming conflicts for the reserved 'test' target. 2018-02-19 11:59:34 +01:00
cmake/Modules Fix spelling errors 2019-02-25 19:46:24 +01:00
debian Secure URLs: http --> https (part 2) 2019-04-23 15:59:03 +02:00
doc Create ssl-documentation.txt 2019-05-13 15:16:19 +02:00
src fixup! Fix OpenSSL error, wrong initialization order. 2019-04-24 10:53:39 +02:00
thirdparty Added sqlite as a git submodule. 2011-12-28 18:08:11 +01:00
tools Fixed usage of FlexHub regimport tool 2014-11-24 16:24:50 +01:00
.gitignore cmake: fix build out of source tree 2019-02-25 19:50:56 +01:00
.gitmodules Use secure URL of git submodule in .gitmodules 2019-01-14 12:48:00 +01:00
.travis.yml Merge branch 'alpn_static' of git://github.com/direct-connect/uhub into direct-connect-alpn_static 2019-03-31 19:27:50 +02:00
AUTHORS Added mod_chat_history_sqlite and mod_chat_is_privileged. 2013-03-23 22:47:32 +01:00
ChangeLog Fix spelling errors 2019-02-25 19:46:24 +01:00
CMakeLists.txt cmake: fix build out of source tree 2019-02-25 19:50:56 +01:00
COPYING First git commit. 2009-02-19 17:14:09 +01:00
COPYING.OpenSSL Fix bug #183 - Added proper OpenSSL license exception for the GPL. 2012-04-22 22:23:11 +02:00
Dockerfile Add Dockerfile 2019-01-02 10:42:40 +01:00
README Update README 2019-05-13 15:16:39 +02:00

# Uhub

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.  
Uhub uses the ADC protocol, and is compatible with DC++, jUCy and other ADC clients.

## Key features

 - High performance and low memory usage
 - IPv4 and IPv6 support
 - Experimental SSL support (optional)
 - Advanced access control support
 - Easy configuration

## Download

### Zip files

The latest version is 0.5.0, released Friday 17, October 2014.  
You can find zip / tar.gz file on https://github.com/janvidar/uhub/releases

### Git

You can also use git to use the last up-to-date version: 
 $ git clone https://github.com/janvidar/uhub.git
 
### Ubuntu and Debian packages

Tehnick has provided an up to date uhub PPA for Debian and Ubuntu based distributions: https://tehnick.github.io/uhub/

## Documentation

### Compile

See doc/compile.txt document.

### Getting started

See doc/getstarted.txt document.

### Use SSL

See doc/ssl-documentation.txt document.

## Compatible clients

For a list of compatible ADC clients, see:
https://en.wikipedia.org/wiki/Comparison_of_ADC_software#Client_software

## License

Uhub is free and open source software, licensed under the GNU General Public License 3 (see COPYING file).