aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revoke Certificate: Jose Private KeyKonstantinos Kallas2017-08-101-6/+39
| | | | Instead of signing the jose object with the account private key, it now signs the object using the certificate private key. This is useful in case the user wants to revoke a old certificate whose account key doesn't exist anymore.
* Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas2017-08-103-28/+52
|
* Remove some debugging functionsKonstantinos Kallas2017-08-081-211/+1
|
* Implement renew_certificate commandKonstantinos Kallas2017-08-082-42/+153
| | | | This command renews the certificates for all domains that already have a certificate that has expired or is close to expiring. It is meant to be run automatically more often than the renewal process because if the certificates are valid nothing happens
* Try catch when formatting certificatesKonstantinos Kallas2017-08-081-21/+40
|
* Change certificate notAfter to 90 daysKonstantinos Kallas2017-08-081-5/+2
| | | | As stated in Let's Encrypt FAQ: https://letsencrypt.org/docs/faq/
* 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-292-143/+219
| | | | | 1. Add a try catch in the final revoke_certificate function 2. Also delete the certificate from persistent memory when it is done revoked
* Support certificate revocationKonstantinos Kallas2017-07-273-7/+80
|
* Sync fork with upstreamKonstantinos Kallas2017-07-2646-1401/+1157
|\
| * Update oauth2 dependencyPaweł Chmielowski2017-07-251-1/+2
| |
| * Fix errors from 1a0db3dChristophe Romain2017-07-212-9/+9
| |
| * Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mamBadlop2017-07-213-22/+40
| |
| * Fix indentation of commands linesBadlop2017-07-211-16/+14
| |
| * Fix errors when running ejabberdctl as rootChristophe Romain2017-07-201-22/+30
| |
| * Add ability to update changelog in update-deps-releasesPaweł Chmielowski2017-07-201-47/+103
| |
| * Update cache_tab and xmpp depPaweł Chmielowski2017-07-201-2/+2
| |
| * Merge pull request #1869 from wahjava/masterChristophe Romain2017-07-191-1/+1
| |\ | | | | | | Fix ERLANG_OPTS when setting INET_DIST_INTERFACE
| | * Fix ERLANG_OPTS when setting INET_DIST_INTERFACEAshish SHUKLA2017-07-151-1/+1
| | |
| * | Update fast_tlsPaweł Chmielowski2017-07-191-3/+3
| | |
| * | Don't add indentation after single item result in docsPaweł Chmielowski2017-07-181-1/+1
| | |
| * | Use string:join instead of lists:joinChristophe Romain2017-07-181-1/+1
| | |
| * | Improve formatting of documented API parametersChristophe Romain2017-07-181-7/+18
| | |
| * | Merge pull request #1871 from rstgroup/masterEvgeny Khramtsov2017-07-171-1/+1
| |\ \ | | |/ | |/| Fix old route record in mnesia's route table haven't been remove when restarting in some cases (#1184)
| | * Fix old route record in mnesia's route table haven't been remove when ↵Paweł Dorofiejczyk2017-07-171-1/+1
| |/ | | | | | | restarting in some cases (#1184)
| * Expand catch block used to report errors in doc generatorPaweł Chmielowski2017-07-141-30/+30
| |
| * Fix args_examples from last commitPaweł Chmielowski2017-07-141-5/+5
| |
| * Describe even more command arguments and results in mod_admin_extraBadlop2017-07-141-3/+113
| |
| * Add refresh repos option in update-deps-releasesPaweł Chmielowski2017-07-141-5/+20
| |
| * Update fast_tlsPaweł Chmielowski2017-07-141-3/+3
| |
| * Fix ERLANG_OPTS end lines when setting FIREWALL_WINDOW (#1856)Badlop2017-07-121-3/+3
| |
| * mod_privacy: Don't crash while copying c2s stateHolger Weiss2017-07-071-1/+3
| | | | | | | | | | Don't assume 'privacy_active_list' is set when c2s_copy_session/2 is called.
| * mod_privacy: Apply cosmetic change to type specHolger Weiss2017-07-071-1/+1
| |
| * Fix set_presence command to work in recent ejabberdBadlop2017-07-072-15/+18
| |
| * Add copyright and fix description for some sourcesEvgeniy Khramtsov2017-07-062-6/+20
| |
| * Start gen_mod from elixir testsPaweł Chmielowski2017-07-061-0/+1
| |
| * Improve elixir testsPaweł Chmielowski2017-07-067-192/+105
| |
| * Handle new possible result from ejabberd_config.add_optionPaweł Chmielowski2017-07-061-0/+2
| |
| * Remove tests for old commands interfacePaweł Chmielowski2017-07-062-490/+3
| |
| * Make ejabberd_cluster modularEvgeniy Khramtsov2017-07-066-131/+301
| | | | | | | | | | For setting the cluster backend new global option 'cluster_backend' is introduced. The default and only available value at the moment is 'mnesia'
| * Remove old command calling interfacePaweł Chmielowski2017-07-062-297/+2
| |
| * Close accepted socket if sockname/peername has failed17.07Evgeniy Khramtsov2017-07-061-1/+1
| | | | | | | | Fixes #1834
| * Fix invalid argument in get_messages_susbset17.06Paweł Chmielowski2017-06-301-1/+1
| | | | | | | | This should fix #1818
| * Avoid useless calls on simples subscriptions (#1313)Christophe Romain2017-06-291-53/+54
| |
| * Add allow_local_users to mod_block_strangers (#1804, #1809)Alexey Shchepin2017-06-291-2/+7
| |
| * Fix Salt import from prosody SCRAMmed password (#1803)Badlop2017-06-291-1/+1
| |
| * Fix clone code in update-deps-releasePaweł Chmielowski2017-06-281-2/+1
| |
| * Update depsPaweł Chmielowski2017-06-281-6/+6
| |
| * Fix problem with updating deps in rebar.config for non-tagsPaweł Chmielowski2017-06-281-2/+2
| |