aboutsummaryrefslogtreecommitdiff
path: root/src/web (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-06-16Log error when HTTP request has ambiguous Host header (EJAB-1261)Badlop1-0/+2
2010-06-07New optional BOSH connection attribute process-delay (EJAB-1257)Badlop2-3/+22
2010-05-27remove the silly loop that isnt needed, this speeds up all requests by 100 ↵Christopher tofu Zorn1-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.
2010-05-20typo on exported functionChristopher tofu Zorn1-1/+1
2010-05-20expose more functions so developers can implement prebinding methodsChristopher tofu Zorn1-0/+6
2010-05-12Show HTTP auth username and IP address in logs, not the password (EJAB-1231)Badlop1-4/+10
2010-05-10Don't show HTTP request in logs, because reveals password (EJAB-1231)Badlop1-4/+4
2010-05-10Fix EDoc commentBadlop1-1/+2
2010-05-06Change max inactivity from 30 to 120 secondsChristopher tofu Zorn1-1/+1
2010-05-06Use dirty_delete when removing the session.Christopher tofu Zorn1-4/+1
There is no need for a transaction and has less overhead
2010-04-28Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)Badlop1-0/+1
2010-04-28Rename some JEP references to XEPBadlop1-1/+1
2010-04-27New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)Badlop1-26/+35
2010-03-15Move HTTP session timeout log from warning level to info. Timeout can be ↵Mickael Remond1-1/+1
generated when user close the browser for example.
2010-02-19Reduce verbosity of HTTP Binding log messages (thanks to Alexey Shchepin)Badlop1-8/+15
2010-02-15Cross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)Badlop4-9/+43
2010-02-10Allow a request_handler to serve a file in root of HTTPBadlop1-1/+2
2010-02-05Add new debuging hook to the http receiving process.Pablo Polvorin1-1/+3
The new hook is called http_request_debug, and receive the LocalPath and Request as parameter. SVN Revision: 2961
2010-02-05Hibernate http-bind process after handling a request.Pablo Polvorin1-1/+1
When using BOSH, this reduces memory consuption of the http-bind process, with negligible CPU impact. SVN Revision: 2960
2010-02-03avoid resending <stream:error> stanzas on terminate (EJAB-1180)Evgeniy Khramtsov1-5/+10
SVN Revision: 2955
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop8-9/+9
SVN Revision: 2891
2010-01-12Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377)Badlop1-2/+16
SVN Revision: 2877
2010-01-04Improve parsing of ejabberd_sm:get_user_info result.Badlop1-1/+4
SVN Revision: 2857
2010-01-03Show the last activity time in the user page.Badlop1-0/+22
SVN Revision: 2854
2009-12-29Add +export_all to EFLAGS if: make debug=true (thanks to Marcin ↵Badlop1-1/+1
Owsiany)(EJAB-1134) SVN Revision: 2842
2009-12-09Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop1-3/+8
SVN Revision: 2799
2009-12-09Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop1-7/+14
SVN Revision: 2798
2009-12-08Apply a forgotten part of the original patch (EJAB-1119)Badlop1-5/+4
SVN Revision: 2792
2009-12-07Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian ↵Badlop1-1/+7
Cully)(EJAB-1119) SVN Revision: 2790
2009-12-03Fix warning of unused variableBadlop1-1/+1
SVN Revision: 2776
2009-12-03Use os:getenv to get HOME; if variable is undefined use default values.Badlop1-1/+7
SVN Revision: 2773
2009-12-02Use old regexp instead re in 2.x for pre-R12B-4 compatibility.Badlop1-1/+1
SVN Revision: 2771
2009-11-23Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)Badlop2-10/+37
SVN Revision: 2751
2009-11-23Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop1-11/+16
SVN Revision: 2747
2009-10-20Body tag not properly closed in HTTP-Bind (thanks to Janusz ↵Badlop1-1/+1
Dziemidowicz)(EJAB-1075) SVN Revision: 2685
2009-10-19Support gen_tcp send timeout: Close the connection if the other end has ↵Mickaël Rémond1-4/+11
disconnected ungracefully or cannot keep up with the rate at which we are sending data (EJAB-926) SVN Revision: 2671
2009-09-23Fix wrong XEP number to XEP-0227. Recompile translation files.Badlop1-3/+3
SVN Revision: 2617
2009-09-18fix compilation warningChristophe Romain1-4/+2
SVN Revision: 2601
2009-09-18Return terminal binding condition on max stanza size limit (thanks to Aleksey)Christophe Romain1-11/+21
SVN Revision: 2600
2009-09-07Change some error messages.Badlop1-1/+1
SVN Revision: 2587
2009-08-31BOSH module optimization and clean-up (thanks to Aleksey Shchepin and ↵Badlop1-427/+504
Mickaël Rémond)(EJAB-936) SVN Revision: 2574
2009-08-31Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop1-0/+1
SVN Revision: 2571
2009-08-17Fix EDoc errors.Badlop1-1/+2
SVN Revision: 2494
2009-08-12Fix english stringsBadlop1-2/+2
SVN Revision: 2466
2009-08-11Add support in WebAdmin for the new listener network protocolBadlop1-14/+33
SVN Revision: 2462
2009-08-07Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)Badlop1-8/+61
SVN Revision: 2439