aboutsummaryrefslogtreecommitdiff
path: root/src/mod_http_fileserver.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-17/+26
|
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-30/+3
|
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-2/+3
|
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-6/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cyrsasl.erl src/ejabberd_c2s.erl src/ejabberd_cluster.erl src/ejabberd_frontend_socket.erl src/ejabberd_node_groups.erl src/ejabberd_router.erl src/mod_bosh.erl src/mod_ip_blacklist.erl src/mod_muc_mnesia.erl src/mod_offline.erl src/mod_proxy65_sm.erl
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-6/+10
| |
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Add auth to mod_http_fileserverPaweł Chmielowski2016-11-171-26/+62
|
* Rewrite several modules to use XML generatorEvgeniy Khramtsov2016-07-291-3/+0
|
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Remove useless export_all flagChristophe Romain2015-11-231-2/+0
|
* Export content_type/3 needed by mod_http_uploadChristophe Romain2015-11-231-0/+3
|
* Print content types more gracefullyEvgeniy Khramtsov2015-07-171-3/+10
|
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+15
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Use 'request' record definition from header fileHolger Weiss2014-10-161-6/+1
| | | | This fixes a 'badrecord' crash in mod_http_fileserver.
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Normalize HTTP path (thanks to Justin Kirby)Badlop2013-06-251-1/+2
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+455
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite