summaryrefslogtreecommitdiff
path: root/src/web (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-13Switch to rebar build toolEvgeniy Khramtsov13-6908/+0
2013-04-12Fix mod_http_fileserver work with binaries (GITHUB-59)Badlop1-7/+7
2013-04-11ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)Badlop2-17/+0
2013-03-29Fix several refactoring related bugsEvgeniy Khramtsov1-20/+0
2013-03-14Accumulated patch to binarize and indent codeBadlop12-4676/+4429
2013-01-24Update copyright datesAlexey Shchepin10-11/+11
2012-05-03Repeated http-bind request should abort only requests with same ridPaweł Chmielowski1-23/+14
2012-05-03Receiving missing http-bind request shouldn't close waiting out-ouf-order req...Paweł Chmielowski1-11/+25
2012-04-27Do not trigger item-not-found errors in mod_http_bind (part of EJABS-1827)Paweł Chmielowski1-8/+14
2012-04-27Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov1-17/+10
2012-04-11Parse and encode https header names like native http parser doesPaweł Chmielowski1-31/+48
2012-04-06Don't use binary:match to extract lines from binariesPaweł Chmielowski1-3/+13
2012-04-06Parse correctly https request split into multiple packetsPaweł Chmielowski1-130/+80
2012-04-06Properly handle HEAD request in mod_http_bind (this fixes EJAB-1538)Paweł Chmielowski1-0/+2
2012-02-23Update copyright datesAlexey Shchepin10-11/+11
2012-02-20Fix typo in xep number, bosh is xep0206 (thanks to Ludovic Bocquet)Christophe Romain1-1/+1
2012-02-14Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261)Badlop1-1/+14
2012-01-19Fixed ejabberd_http:get_lineAlexey Shchepin1-1/+3
2011-12-08Use the regexp frontend module (EJAB-921)Badlop1-4/+3
2011-10-14Get rid of useless mnesia transaction (EJAB-1502)Evgeniy Khramtsov1-13/+10
2011-09-20added svg mimetype to default content types (thanks to Markus Kohlhase)Badlop1-1/+2
2011-09-05Remove useless clausesEvgeniy Khramtsov1-11/+10
2011-09-05Correct some function clauses and value typesEvgeniy Khramtsov1-5/+8
2011-08-16Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop1-1/+4
2011-07-27Verify username provided in registration web formBadlop1-0/+5
2011-07-27Handle case when ejabberd_auth_* says the account existsBadlop1-0/+2
2011-05-29Add link in the Backup page to the GuideBadlop1-1/+1
2011-04-18Implement CAPTCHA limitEvgeniy Khramtsov1-17/+22
2011-04-12The responses to HEAD must have empty BodyBadlop1-2/+14
2011-04-12Support as read-only HTTP method not only GET, also HEADBadlop1-2/+6
2011-03-13Change string in WebAdmin to reuse an existing oneBadlop1-1/+1
2011-02-14update copyright up to 2011Christophe Romain10-11/+11
2011-01-12Clarify error message when BOSH query is sent to non-running moduleBadlop1-2/+7
2010-12-30Keep the order of stanzas when BOSH sends several (EJAB-1374)Badlop1-1/+1
2010-12-13Fix warning about unused variablesBadlop1-2/+2
2010-12-07Support for X-Forwarded-For HTTP header (EJAB-1356)Badlop1-2/+31
2010-11-29add the ability to send raw xml packets over http bindChristopher tofu Zorn1-8/+19
2010-11-29Fix characters not allowed in username. Don't include that in translatable st...Badlop1-1/+1
2010-11-26Don't loop when there is nothing after a stream startAlexey Shchepin1-2/+0
2010-11-19Fix some English stringsBadlop1-3/+3
2010-11-17Fix http-bind supervisor to support multiple vhosts (EJAB-1321)Badlop2-29/+16
2010-11-17Fix R12B5 compatibility in ejabberd_http_bind.erl (EJAB-1343)Andreas Köhler1-3/+1
2010-11-05Added mod_register_web: web page for account registration (EJAB-471)Badlop2-0/+618
2010-10-15Fix errors detected by DialyzerBadlop1-3/+5
2010-10-13make http-bind restartable (thanks to Andreas Köhler)(EJAB-1318)Christophe Romain1-2/+8
2010-08-19Bugfix http-poll for correctly parsing binary (thanks to Peter Lemenkov)Badlop1-1/+7
2010-07-28Don't say v1.2, because that number is never increased and is confusingBadlop1-3/+1
2010-07-12When using OTP R14, use public_key library instead of old ssl (EJAB-953)Badlop2-1/+5
2010-07-01New configure option: --enable-nifEvgeniy Khramtsov1-8/+8
2010-06-25Don't ask for client certificate when using tls (EJAB-1267)Badlop1-1/+2