aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup pubsub subscriptions quering, fix pep caseChristophe Romain2017-11-155-154/+117
* Improve some error log messagesEvgeniy Khramtsov2017-11-152-5/+18
* Fix mod_mam reloadingEvgeniy Khramtsov2017-11-151-1/+1
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-156-14/+1788
|\
| * Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-143-35/+55
| * Bug FixKonstantinos Kallas2017-11-021-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
| * 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
| * | Remove partial RSA key supportKonstantinos Kallas2017-08-221-20/+0
| * | Add certfile when acquiredKonstantinos Kallas2017-08-221-0/+1
| * | Remove some debugging INFO_MSGsKonstantinos Kallas2017-08-192-7/+2
| * | Delete a development acme moduleKonstantinos Kallas2017-08-193-608/+2
| * | Merge remote-tracking branch 'upstream/master'Konstantinos Kallas2017-08-1951-779/+2088
| |\ \
| * \ \ Merge remove_account_option branchKonstantinos Kallas2017-08-192-26/+23
| |\ \ \
| | * | | Remove the new account option from get certificate. There is no reason for ha...Konstantinos Kallas2017-08-112-27/+24
| * | | | Cleanup some comments:Konstantinos Kallas2017-08-191-5/+0
| * | | | Add acme certificates for all configured hosts in ejabberd_pkixKonstantinos Kallas2017-08-192-9/+39
| * | | | Add behaviour ejabberd_config in ejabberd_acme in order to validate the configKonstantinos Kallas2017-08-191-4/+36
| * | | | Change some specsKonstantinos Kallas2017-08-121-8/+8
| * | | | Add throws when http requests failKonstantinos Kallas2017-08-121-4/+4
| * | | | Add support to revoke a certificate by providing the pemKonstantinos Kallas2017-08-122-16/+50
| * | | | Move the ca_url to the config fileKonstantinos Kallas2017-08-122-13/+27
| |/ / /
| * | | Format expired certificates differently in list_certificatesKonstantinos Kallas2017-08-111-10/+23
| * | | Renew certificate now renews all saved certificates that are close to expireKonstantinos Kallas2017-08-101-32/+15
| * | | Revoke Certificate: Jose Private KeyKonstantinos Kallas2017-08-101-6/+39
| * | | Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas2017-08-102-27/+51
| * | | Remove some debugging functionsKonstantinos Kallas2017-08-081-211/+1
| * | | Implement renew_certificate commandKonstantinos Kallas2017-08-082-42/+153
| * | | Try catch when formatting certificatesKonstantinos Kallas2017-08-081-21/+40
| * | | Change certificate notAfter to 90 daysKonstantinos Kallas2017-08-081-5/+2
| * | | Improve return format of get_certificates commandKonstantinos Kallas2017-08-022-8/+42
| * | | Implement verbose list_certificates optionKonstantinos Kallas2017-08-021-11/+20
| * | | Finish revoke_certificate and add specsKonstantinos Kallas2017-07-291-140/+201
| * | | Support certificate revocationKonstantinos Kallas2017-07-272-4/+77
| * | | Sync fork with upstreamKonstantinos Kallas2017-07-2632-622/+841
| |\ \ \
| * | | | Encode strings using a library function and not my custom madeKonstantinos Kallas2017-07-251-16/+13
| * | | | Add a try catch arounf list certificatesKonstantinos Kallas2017-07-231-0/+11
| * | | | Pretty print list-certificatesKonstantinos Kallas2017-07-182-20/+52
| * | | | Print validity in list-certificatesKonstantinos Kallas2017-07-171-3/+31
| * | | | Add a stub for the list-certificates commandKonstantinos Kallas2017-07-172-0/+39
| * | | | Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas2017-07-173-25/+24
| * | | | Save acquired certificates in persistent storageKonstantinos Kallas2017-07-171-9/+71
| * | | | Change the persistent data structure from a record to a proplistKonstantinos Kallas2017-07-171-8/+8
| * | | | Separate the persistent data structure functionsKonstantinos Kallas2017-07-171-17/+26
| * | | | Make some persistent data wrapper functionsKonstantinos Kallas2017-07-171-12/+17