aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed receive_loop (thanks to Alexey Shchepin)Badlop2009-06-161-44/+104
* Remove Erlang module attribute 'vsn' because it does not provide any worth fe...Badlop2009-06-162-4/+2
* Bugfix when table does not exist (thanks to Justin Kirby)Badlop2009-06-161-3/+3
* Migration code for people using previous version of the HTTP binding module (...Badlop2009-06-162-6/+20
* Do not overwrite the stanza namespace (thanks to Anastasia Gornostaeva)Badlop2009-06-161-8/+14
* Support for c2s ACL access, max_stanza and shaper on http_poll connections (E...Badlop2009-06-161-3/+11
* The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it is recomm...Badlop2009-06-161-3/+3
* Use DEBUG instead of INFO_MSG to keep log files small. Fix parse errors for g...Badlop2009-06-161-11/+9
* Forgot keyword 'catch' when doing list_to_float on bosh version attribute for...Badlop2009-06-161-3/+4
* Fixes for pausing sessions; did not parse 'pause' attribute to int (thanks to...Badlop2009-06-161-5/+9
* Support pausing sessions (thanks to Stefan Strigler) (thanks to Stefan Strigler)Badlop2009-06-161-16/+44
* Comment-header: talk about xmpp over bosh rather than http binding (thanks to...Badlop2009-06-161-3/+4
* Removed debugging stuff. Removed error condition (thanks to Stefan Strigler)Badlop2009-06-161-27/+14
* Code cleanup. Code reorganization. Store version of bosh session. Use bosh ve...Badlop2009-06-161-152/+164
* Store version as float (thanks to Stefan Strigler)Badlop2009-06-161-3/+7
* Save bosh version with session (thanks to Stefan Strigler)Badlop2009-06-161-5/+5
* Code rearranged (thanks to Stefan Strigler)Badlop2009-06-161-246/+247
* Make use of macros for namespaces. Some code cleanup. (thanks to Stefan Strig...Badlop2009-06-161-70/+100
* Fix for 'terminate' in request, send empty body instead of error (thanks to S...Badlop2009-06-161-4/+9
* Disabled debugging (thanks to Stefan Strigler)Badlop2009-06-161-3/+3
* Some code cleanup (thanks to Stefan Strigler)Badlop2009-06-161-131/+120
* Bosh compliance: honor xmpp:version (thanks to Stefan Strigler)Badlop2009-06-161-114/+133
* Restore ejabberd directory structure (src/web) for integration as patch (than...Badlop2009-06-162-7/+8
* We do not send a 'version' attribute at the stream header for now (thanks to ...Badlop2009-06-161-4/+5
* Prepare_response: fixed a dbg message. Changed http header (thanks to Stefan ...Badlop2009-06-161-5/+7
* Implements sockname and peername for compatibility (thanks to Christohpe Romain)Badlop2009-06-161-0/+6
* Reverted to r76 as 97 is completely broken and should not have been checked i...Badlop2009-06-162-466/+498
* Minor changes (thanks to Stefan Strigler)Badlop2009-06-162-498/+466
* Disabled debug (thanks to Stefan Strigler)Badlop2009-06-161-2/+3
* Deal with return values from starting/terminating supervisor (thanks to Stefa...Badlop2009-06-161-12/+22
* Disabled debug (thanks to Stefan Strigler)Badlop2009-06-161-3/+1
* Removed my own supervisor (thanks to Stefan Strigler)Badlop2009-06-161-0/+2
* Renamed some vars for (thanks to Stefan Strigler)Badlop2009-06-161-65/+65
* Start supervisor here (thanks to Stefan Strigler)Badlop2009-06-161-3/+12
* Make use of new api for plugable http based services (thanks to Stefan Strigler)Badlop2009-06-162-73/+71
* Initial commit of HTTP-Bind source code (thanks to Stefan Striegler)Badlop2009-06-162-0/+906
* Add permanent section about mod_http_fileserver to the Guide. Example config.Badlop2009-06-164-115/+220
* Add forgotten copyright and license notices.Badlop2009-06-161-2/+22
* New option directory_indices, and improve logging (thanks to Brian Cully)(EJA...Badlop2009-06-161-40/+72
* Fix capitalization of HTTP headers (thanks to Brian Cully)(EJAB-892)Badlop2009-06-161-1/+1
* Converted to gen_server behaviour (EJAB-561). Use the general reopen_log_hook...Badlop2009-06-161-160/+268
* Fix ip source to comply with new ip storage into ejabberd_http (thanks to Chr...Badlop2009-06-161-1/+1
* Use httpd_util:to_lower when not compiling with Erlang R12 (EJAB-628)Badlop2009-06-161-1/+7
* Added JavaScript content typeBadlop2009-06-161-0/+1
* Include Last-Modified HTTP header in responses to allow caching (EJAB-546) in...Badlop2009-06-161-2/+8
* Fix error creating ETS table if enabled in several vhosts (EJAB-551). Unregis...Badlop2009-06-161-6/+23
* Remove Erlang module attribute 'vsn' because it doesn't provide any worth fea...Badlop2009-06-161-1/+0
* The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it's recomme...Badlop2009-06-161-1/+1
* Small change in accesslog file format; fix bug when accesslog conf parameter ...Badlop2009-06-161-4/+4
* Added accesslog parameter to record requests log in a file similar to Apache ...Badlop2009-06-161-9/+106