aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_http.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-826/+0
* Fix several refactoring related bugsEvgeniy Khramtsov2013-03-291-20/+0
* Accumulated patch to binarize and indent codeBadlop2013-03-141-786/+505
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Parse and encode https header names like native http parser doesPaweł Chmielowski2012-04-111-31/+48
* Don't use binary:match to extract lines from binariesPaweł Chmielowski2012-04-061-3/+13
* Parse correctly https request split into multiple packetsPaweł Chmielowski2012-04-061-130/+80
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261)Badlop2012-02-141-1/+14
* Fixed ejabberd_http:get_lineAlexey Shchepin2012-01-191-1/+3
* Correct some function clauses and value typesEvgeniy Khramtsov2011-09-051-5/+8
* The responses to HEAD must have empty BodyBadlop2011-04-121-2/+14
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Support for X-Forwarded-For HTTP header (EJAB-1356)Badlop2010-12-071-2/+31
* Added mod_register_web: web page for account registration (EJAB-471)Badlop2010-11-051-0/+5
* Don't ask for client certificate when using tls (EJAB-1267)Badlop2010-06-251-1/+2
* Cross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)Badlop2010-02-151-1/+1
* Allow a request_handler to serve a file in root of HTTPBadlop2010-02-101-1/+2
* Add new debuging hook to the http receiving process.Pablo Polvorin2010-02-051-1/+3
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Apply a forgotten part of the original patch (EJAB-1119)Badlop2009-12-081-5/+4
* Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian Cully)(...Badlop2009-12-071-1/+7
* Support gen_tcp send timeout: Close the connection if the other end has disco...Mickaël Rémond2009-10-191-4/+11
* Log an error if HTTP request does not include Host header (EJAB-966)Badlop2009-07-231-0/+3
* Revert workaround of EJAB-611 because it seems no longer required (EJAB-709)Badlop2009-07-171-4/+1
* * src/ejabberd_captcha.erl: XEP-158 (CAPTCHA Forms).Evgeniy Khramtsov2009-03-131-0/+4
* * src/web/ejabberd_http.erl: Added a workaround for inet:peernameAlexey Shchepin2009-02-231-7/+7
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
* URL path should be tokenized by / and then decoded (EJAB-786).Badlop2008-11-121-12/+18
* * src/web/ejabberd_http.erl: Include recognized headers inBadlop2008-11-121-12/+19
* Fix: provide the port as an integer, not string (EJAB-560)Badlop2008-09-121-2/+2
* * src/web/ejabberd_http.hrl: Provide Host, Port, Headers andBadlop2008-09-121-8/+57
* * src/web/ejabberd_http.erl: Temporary solution for check ofBadlop2008-08-011-1/+4
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* PubSub improvements, and solves (EJAB-453) (EJAB-608)Christophe Romain2008-07-031-3/+11
* * src/web/ejabberd_http.erl: Support PUT and DELETE methods inBadlop2008-06-211-6/+7
* * src/web/ejabberd_http.erl (parse_auth): Allow password thatBadlop2008-05-121-5/+8
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
* * Applied copyright patch 3.Mickaël Rémond2007-12-241-4/+22
* * src/web/ejabberd_http.erl: Add 'http_bind' option for easyBadlop2007-12-221-5/+10
* * src/web/ejabberd_http.erl: Fixed URL decoding code (EJAB-450)Mickaël Rémond2007-12-091-13/+6
* * src/mod_irc/iconv.erl: Fix compilation warnings: 3 (EJAB-290)Badlop2007-12-071-3/+3
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
* * src/web/ejabberd_http.erl: Change loglevel for httpBadlop2007-12-061-1/+1
* Cancel revision 798Jérôme Sautret2007-06-271-111/+4
* Unsafe working version of http file transferJérôme Sautret2007-06-271-4/+111
* * src/web/ejabberd_http.hrl: Added "ip" field in the "request"Alexey Shchepin2007-05-071-16/+25
* * src/web/ejabberd_http.erl: Support for binaries in ejabberd HTTPMickaël Rémond2007-03-101-15/+17
* * src/web/ejabberd_http.erl: Added separate version ofAlexey Shchepin2007-02-041-2/+34
* * src/web/*: Plugin architecture for HTTP modules (thanks toAlexey Shchepin2007-01-251-20/+65