aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in the previous commit in ejabberd_sql_pt17.11Alexey Shchepin2017-11-201-1/+1
* Update URL to IM ObservatoryEvgeniy Khramtsov2017-11-201-1/+1
* Add notes about s2s_cafileEvgeniy Khramtsov2017-11-201-0/+3
* Fix filtering of rebar list-depsPaweł Chmielowski2017-11-201-1/+1
* Modernize the example config a bitEvgeniy Khramtsov2017-11-201-33/+29
* Update depsPaweł Chmielowski2017-11-201-9/+9
* Make update-deps-releases.pl work with older perlPaweł Chmielowski2017-11-201-2/+2
* Change file mode of ACME certficatesEvgeniy Khramtsov2017-11-191-4/+10
* Re-read ACME certificates on config reloadEvgeniy Khramtsov2017-11-192-10/+12
* Fix renew_certificates ejabberdctl commandEvgeniy Khramtsov2017-11-171-3/+3
* Log a message when a user gets registeredEvgeniy Khramtsov2017-11-171-0/+6
* Don't forget to include intermediate ACME certificateEvgeniy Khramtsov2017-11-172-9/+28
* Fix ACME options validationEvgeniy Khramtsov2017-11-171-2/+2
* Prepare user and host arguments in get_user_rooms command (#2064)Badlop2017-11-171-2/+2
* Fix elixir testsPaweł Chmielowski2017-11-172-0/+4
* Improve ACME options validationEvgeniy Khramtsov2017-11-171-11/+12
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2017-11-171-0/+2
|\
| * Switch riak backend to leveldb on travisPaweł Chmielowski2017-11-171-0/+2
* | Move ejabberdctl ACME commands to other locationEvgeniy Khramtsov2017-11-172-85/+73
* | Make ACME code working with ejabberd_pkixEvgeniy Khramtsov2017-11-173-74/+83
|/
* Fix sed invocation that was incompatible with FreeBSD sedPaweł Chmielowski2017-11-171-1/+1
* PubSub: PEP services must send notifications to the account owner (#2108)Christophe Romain2017-11-161-6/+6
* Allow writing custom modules in own path (#1327)Christophe Romain2017-11-161-1/+13
* PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.pluginChristophe Romain2017-11-168-55/+49
* Let validator know about c2s_dhfileEvgeniy Khramtsov2017-11-161-1/+1
* Fix select_type race on plugin_initChristophe Romain2017-11-151-15/+15
* Cleanup pubsub subscriptions quering, fix pep caseChristophe Romain2017-11-155-154/+117
* Improve ACME descriptionEvgeniy Khramtsov2017-11-151-3/+4
* Improve some error log messagesEvgeniy Khramtsov2017-11-152-5/+18
* Fix mod_mam reloadingEvgeniy Khramtsov2017-11-151-1/+1
* Avoid badarg error when running get-deps before ./configure has created src/e...nosnilmot2017-11-151-3/+7
* Makefile.in: Fix "make clean && make"Holger Weiss2017-11-151-1/+1
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-159-14/+1874
|\
| * Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-145-38/+72
| * Configuration file changesKonstantinos Kallas2017-11-111-10/+14
| * Bug FixKonstantinos Kallas2017-11-021-1/+1
| * Fix version of jose libraryKonstantinos Kallas2017-09-061-1/+1
| * Solve Travis build xref problemKonstantinos Kallas2017-09-062-6/+20
| * Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas2017-08-253-20/+9
| * More whitespace changesKonstantinos Kallas2017-08-221-37/+37
| * Whitespace changeKonstantinos Kallas2017-08-221-25/+25
| * Remove debugging scriptKonstantinos Kallas2017-08-221-15/+0
| * Merge remote-tracking branch 'upstream/master' into lets_encrypt_acme_supportKonstantinos Kallas2017-08-222-2/+3
| |\
| * | Show SANs in list_CertificatesKonstantinos Kallas2017-08-221-9/+37
| * | Acquire certificates for all subdomains of a host and include them in SANKonstantinos Kallas2017-08-221-10/+42
| * | List the possible ca_urls in example config fileKonstantinos Kallas2017-08-221-1/+6
| * | Clean run_acme testcaseKonstantinos Kallas2017-08-221-7/+13
| * | Remove partial RSA key supportKonstantinos Kallas2017-08-222-22/+0
| * | Add certfile when acquiredKonstantinos Kallas2017-08-221-0/+1
| * | Remove some debugging INFO_MSGsKonstantinos Kallas2017-08-192-7/+2