aboutsummaryrefslogtreecommitdiff
path: root/src/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix EDoc errors.Badlop2009-08-171-1/+2
* Fix english stringsBadlop2009-08-121-2/+2
* Add support in WebAdmin for the new listener network protocolBadlop2009-08-111-14/+33
* Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop2009-08-071-8/+61
* Add support to delete content and delete table.Badlop2009-07-231-1/+9
* Log an error if HTTP request does not include Host header (EJAB-966)Badlop2009-07-231-0/+3
* Allow content types to be configured in ejabberd.cfg (EJAB-975)(thanks to Bri...Badlop2009-07-211-30/+61
* moved some log reports from error to debug level (thanks to Evgeniy Khramtsov)Badlop2009-07-201-3/+3
* Revert workaround of EJAB-611 because it seems no longer required (EJAB-709)Badlop2009-07-171-4/+1
* Improvements in the WebAdmin browsing menus.Badlop2009-06-231-82/+202
* Add Vim foldingBadlop2009-06-231-6/+34
* Detect auth errors and report in log file. Support auth when domain not provi...Badlop2009-06-221-46/+58
* Add forgotten copyright and license notices.Badlop2009-06-162-4/+40
* Easier debugging (EJAB-936)(thanks to Michael Remond)Badlop2009-06-161-12/+22
* Code clean-up (EJAB-936)(thanks to Michael Remond)Badlop2009-06-161-6/+6
* Started code clean-up (EJAB-936)(thanks to Michael Remond)Badlop2009-06-161-162/+129
* Replaced sha1 to hexadecimal transformation with sha:sha/1 call (thanks to Al...Badlop2009-06-161-14/+2
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-06-161-2/+2
* Simplified code.(thanks to Michael Remond)Badlop2009-06-161-14/+5
* Properly warn user and admin when mod_http_bind is not started.(thanks to Mic...Badlop2009-06-161-52/+74
* Do not clear input when dispatching a get when we have nothing to output. (th...Badlop2009-06-161-2/+1
* Changed the place where database is created(thanks to Michael Remond)Badlop2009-06-162-19/+22
* Fix remote-stream-error stanzasBadlop2009-06-161-4/+5
* New option max_inactivity to configure maximum inactivity period (EJAB-512)Badlop2009-06-161-9/+25
* Fix warning of unused Host variableBadlop2009-06-161-2/+2
* Include condition in http-bind terminate body when service stops (EJAB-792)Badlop2009-06-161-1/+3
* Fix unknown rid error (thanks to Jerome Sautret)Badlop2009-06-161-9/+10
* Implement packets reordering to avoid race conditions (EJAB-724).(thanks to M...Badlop2009-06-161-179/+217
* Updated IP retrieving (thanks to Alexey Shchepin)Badlop2009-06-161-26/+22
* Improve ip fetching patch (thanks to Christohpe Romain)Badlop2009-06-161-10/+8
* Retrieve correct IP from http connection (thanks to Christohpe Romain)Badlop2009-06-162-22/+39
* Fix syntax error. (thanks to Jerome Sautret)Badlop2009-06-161-3/+3
* Removed HTTP bind session count. Removed the 'sponsored bind session' text. (...Badlop2009-06-161-9/+2
* Do not display error message when starting several hosts (EJAB-571) (thanks t...Badlop2009-06-161-5/+3
* Provide explanation in error message when module is already started for anoth...Badlop2009-06-161-2/+7
* Removed small warningBadlop2009-06-161-2/+2
* Bugfixes (thanks to Alexey Shchepin)Badlop2009-06-161-28/+90
* 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