aboutsummaryrefslogtreecommitdiff
path: root/src/web (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't say v1.2, because that number is never increased and is confusingBadlop2010-07-281-3/+1
|
* When using OTP R14, use public_key library instead of old ssl (EJAB-953)Badlop2010-07-122-1/+5
|
* New configure option: --enable-nifEvgeniy Khramtsov2010-07-011-8/+8
|
* Don't ask for client certificate when using tls (EJAB-1267)Badlop2010-06-251-1/+2
|
* Log error when HTTP request has ambiguous Host header (EJAB-1261)Badlop2010-06-161-0/+2
|
* New optional BOSH connection attribute process-delay (EJAB-1257)Badlop2010-06-072-3/+22
|
* remove the silly loop that isnt needed, this speeds up all requests by 100 ↵Christopher tofu Zorn2010-05-271-82/+95
| | | | milliseconds. Clean up prepare response function and add two new functions to handle out going payloads based of whether its a new session or not.
* typo on exported functionChristopher tofu Zorn2010-05-201-1/+1
|
* expose more functions so developers can implement prebinding methodsChristopher tofu Zorn2010-05-201-0/+6
|
* Show HTTP auth username and IP address in logs, not the password (EJAB-1231)Badlop2010-05-121-4/+10
|
* Don't show HTTP request in logs, because reveals password (EJAB-1231)Badlop2010-05-101-4/+4
|
* Fix EDoc commentBadlop2010-05-101-1/+2
|
* Change max inactivity from 30 to 120 secondsChristopher tofu Zorn2010-05-061-1/+1
|
* Use dirty_delete when removing the session.Christopher tofu Zorn2010-05-061-4/+1
| | | | There is no need for a transaction and has less overhead
* Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)Badlop2010-04-281-0/+1
|
* Rename some JEP references to XEPBadlop2010-04-281-1/+1
|
* New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)Badlop2010-04-271-26/+35
|
* Move HTTP session timeout log from warning level to info. Timeout can be ↵Mickael Remond2010-03-151-1/+1
| | | | generated when user close the browser for example.
* Reduce verbosity of HTTP Binding log messages (thanks to Alexey Shchepin)Badlop2010-02-191-8/+15
|
* Cross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)Badlop2010-02-154-9/+43
|
* 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
| | | | | | The new hook is called http_request_debug, and receive the LocalPath and Request as parameter. SVN Revision: 2961
* Hibernate http-bind process after handling a request.Pablo Polvorin2010-02-051-1/+1
| | | | | | When using BOSH, this reduces memory consuption of the http-bind process, with negligible CPU impact. SVN Revision: 2960
* avoid resending <stream:error> stanzas on terminate (EJAB-1180)Evgeniy Khramtsov2010-02-031-5/+10
| | | | SVN Revision: 2955
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-128-9/+9
| | | | SVN Revision: 2891
* Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377)Badlop2010-01-121-2/+16
| | | | SVN Revision: 2877
* Improve parsing of ejabberd_sm:get_user_info result.Badlop2010-01-041-1/+4
| | | | SVN Revision: 2857
* Show the last activity time in the user page.Badlop2010-01-031-0/+22
| | | | SVN Revision: 2854
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin ↵Badlop2009-12-291-1/+1
| | | | | | Owsiany)(EJAB-1134) SVN Revision: 2842
* Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop2009-12-091-3/+8
| | | | SVN Revision: 2799
* Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop2009-12-091-7/+14
| | | | SVN Revision: 2798
* Apply a forgotten part of the original patch (EJAB-1119)Badlop2009-12-081-5/+4
| | | | SVN Revision: 2792
* Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian ↵Badlop2009-12-071-1/+7
| | | | | | Cully)(EJAB-1119) SVN Revision: 2790
* Fix warning of unused variableBadlop2009-12-031-1/+1
| | | | SVN Revision: 2776
* Use os:getenv to get HOME; if variable is undefined use default values.Badlop2009-12-031-1/+7
| | | | SVN Revision: 2773
* Use old regexp instead re in 2.x for pre-R12B-4 compatibility.Badlop2009-12-021-1/+1
| | | | SVN Revision: 2771
* Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)Badlop2009-11-232-10/+37
| | | | SVN Revision: 2751
* Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop2009-11-231-11/+16
| | | | SVN Revision: 2747
* Body tag not properly closed in HTTP-Bind (thanks to Janusz ↵Badlop2009-10-201-1/+1
| | | | | | Dziemidowicz)(EJAB-1075) SVN Revision: 2685
* Support gen_tcp send timeout: Close the connection if the other end has ↵Mickaël Rémond2009-10-191-4/+11
| | | | | | disconnected ungracefully or cannot keep up with the rate at which we are sending data (EJAB-926) SVN Revision: 2671
* Fix wrong XEP number to XEP-0227. Recompile translation files.Badlop2009-09-231-3/+3
| | | | SVN Revision: 2617
* fix compilation warningChristophe Romain2009-09-181-4/+2
| | | | SVN Revision: 2601
* Return terminal binding condition on max stanza size limit (thanks to Aleksey)Christophe Romain2009-09-181-11/+21
| | | | SVN Revision: 2600
* Change some error messages.Badlop2009-09-071-1/+1
| | | | SVN Revision: 2587
* BOSH module optimization and clean-up (thanks to Aleksey Shchepin and ↵Badlop2009-08-311-427/+504
| | | | | | Mickaël Rémond)(EJAB-936) SVN Revision: 2574
* Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop2009-08-311-0/+1
| | | | SVN Revision: 2571
* Fix EDoc errors.Badlop2009-08-171-1/+2
| | | | SVN Revision: 2494
* Fix english stringsBadlop2009-08-121-2/+2
| | | | SVN Revision: 2466
* Add support in WebAdmin for the new listener network protocolBadlop2009-08-111-14/+33
| | | | SVN Revision: 2462
* Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop2009-08-071-8/+61
| | | | SVN Revision: 2439