aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_http.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Revert "Don't set twice"Evgeniy Khramtsov2017-12-251-2/+2
* Don't set twiceEvgeniy Khramtsov2017-12-241-2/+2
* Rely on Server Name Indication for incoming Direct-TLS connectionsEvgeniy Khramtsov2017-12-241-4/+23
* Get rid of meaningless log messageEvgeniy Khramtsov2017-11-221-1/+0
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-151-1/+3
|\
| * Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-141-1/+2
* | Don't crash when Host header is missingEvgeniy Khramtsov2017-10-111-4/+9
|/
* Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov2017-05-231-1/+3
* Ciphers should be a binary stringEvgeniy Khramtsov2017-05-171-1/+1
* Introduce Certficate ManagerEvgeniy Khramtsov2017-05-121-1/+4
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-121-3/+3
* Don't call gen_mod:get_opt() outside of modulesEvgeniy Khramtsov2017-05-081-3/+3
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+19
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-35/+54
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-6/+1
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-4/+4
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-4/+4
* ejabberd_http: Expand @VERSION@ in custom headersHolger Weiss2017-03-271-1/+6
* ejabberd_http: Add "custom_headers" optionHolger Weiss2017-03-271-6/+19
* Make sure that addr_re is always initialized when creating http statePaweł Chmielowski2017-02-241-3/+6
* Make host header parser work correctly with ipv6 literal addressesPaweł Chmielowski2017-02-241-13/+25
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-1/+1
|\
| * More refactoring on session managementEvgeniy Khramtsov2016-12-301-1/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Remove mod_http_bind and migration code to mod_boshPaweł Chmielowski2017-01-021-4/+9
|/
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-3/+3
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-4/+13
|\
| * ejabberd_http: Handle missing POST data gracefullyHolger Weiss2016-09-271-13/+16
| * Support for Elixir configuration file #1208gabrielgatu2016-09-081-1/+6
| * Convert password provided by web form to UTF8 before passing it (#375)Badlop2016-07-221-1/+2
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-6/+6
* | Get rid of "jlib.hrl" dependency in some modulesEvgeniy Khramtsov2016-07-301-1/+1
|/
* Fix Dialyzer inconsistencyMickael Remond2016-03-301-0/+1
* Switch to Fast XML moduleMickael Remond2016-02-031-2/+2
* Switch to fast_tls and update app namesMickael Remond2016-02-031-4/+4
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* ejabberd_http: Cope with large POST/PUT requestsHolger Weiss2015-12-201-2/+2
* ejabberd_http: Log debug message on receive errorsHolger Weiss2015-12-201-1/+3
* Remove http supervisorsChristophe Romain2015-12-111-2/+3
* trusted_proxies option not parsed correctly (#860)Badlop2015-12-041-2/+4
* Fix problem with pipelined http requests arriving in single packetPaweł Chmielowski2015-11-121-58/+64
* cosmetic cleanupChristophe Romain2015-10-071-45/+33
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-0/+3
* Catch errors when calling inet:peername in ejabberd_httpPaweł Chmielowski2015-08-171-2/+10
* Merge pull request #581 from weiss/dh-param-fileAlexey Shchepin2015-06-161-0/+1
|\
| * New options: dhfile and s2s_dhfileHolger Weiss2015-05-261-0/+1
* | Remove unused validation codeEvgeniy Khramtsov2015-06-031-9/+1
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+15
|/
* Remove http_poll modulePaweł Chmielowski2015-04-151-7/+3