adchpp-docker/src
Jeffrey Paul 14b302755a
continuous-integration/drone/push Build is passing Details
fix TLS support, attempt 1
* add libssl1.0-dev package for tls support to be built in
* fix bug in cert generation script
* make cert generation script noninteractive
2020-03-22 07:07:03 -07:00
..
adchpp add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
adchppd add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
boost add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
docs add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
etc enables TLS by default 2020-03-22 05:43:16 -07:00
linux fix TLS support, attempt 1 2020-03-22 07:07:03 -07:00
lua add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
php add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
plugins add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
pyutil add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
rbutil add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
redhat/etc add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
schemas add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
swig add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
test add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
tools add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
windows add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
.hg_archival.txt add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
.hgignore add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
.hgtags add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
ADCHPP.nsi add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
Doxyfile add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
License.txt add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
SConstruct time to test 2020-03-22 03:26:16 -07:00
build_util.py time to test 2020-03-22 03:26:16 -07:00
changelog.txt add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
committed_released.py add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
gch.py add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00
readme.txt add upstream source (adch++ 2.12.1 from sourceforge) 2020-03-22 01:45:29 -07:00

readme.txt

= ADCH++ - A hub software for ADC

== Introduction

ADCH++ is a hub for the ADC network. It implements the
http://dcplusplus.sf.net/ADC.html[ADC protocol]. The core application is very
simple, but extensible using plugins. Among the standard plugins there is a
scripting plugin that allows hub owners to further customize the hub using 
several scripting languages.

== License

ADCH++ is licensed under the GPL. For details, see license.txt supplied with
the application. A side effect of the license is that any plugins you write
must be released under a license compatible with the GPL.

== Download

The latest released version of ADCH++ can be downloaded from
http://sourceforge.net/projects/adchpp/[SourceForge]. The source code resides
in the http://code.launchpad.net/adchpp/[BZR] repository.

== Documentation

ADCH++ documentation is divided to two parts:
. Basic guide: a setup guide for beginners who want to get started using ADCH++,
available at http://adchpp.sourceforge.net/user_guide/basic_guide.html
. Expert guide: for advanced/expert users who interested in scripting, compiling
or contributing to ADCH++, available at
http://adchpp.sourceforge.net/user_guide/expert_guide.html

The latest revision of these documentation is available under the "docs" 
folder in the ADCH++ release packages as well as in the ADCH++ repository at
http://code.launchpad.net/adchpp/

== Donations

If you feel like helping out but don't know how to, this is obviously a good way
=)

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=arnetheduck%40gmail%2ecom&item_name=DCPlusPlus&no_shipping=1&return=http%3a%2f%2fdcplusplus%2esf%2enet%2f&cancel_return=http%3a%2f%2fdcplusplus%2esf%2enet%2f&cn=Greeting&tax=0&currency_code=EUR&bn=PP%2dDonationsBF&charset=UTF%2d8[Donate!]

// vim: set syntax=asciidoc: