aboutsummaryrefslogtreecommitdiff
path: root/src/web (follow)
Commit message (Expand)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 mi...Christopher tofu Zorn2010-05-271-82/+95
* 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
* 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 gene...Mickael Remond2010-03-151-1/+1
* 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
* Hibernate http-bind process after handling a request.Pablo Polvorin2010-02-051-1/+1
* avoid resending <stream:error> stanzas on terminate (EJAB-1180)Evgeniy Khramtsov2010-02-031-5/+10
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-128-9/+9
* Support in user list page of WebAdmin when mod_offline is disabled (EJAB-377)Badlop2010-01-121-2/+16
* Improve parsing of ejabberd_sm:get_user_info result.Badlop2010-01-041-1/+4
* Show the last activity time in the user page.Badlop2010-01-031-0/+22
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB...Badlop2009-12-291-1/+1
* Show Last Activity menu item in Webadmin only if vhost has mod_last (EJAB-1031)Badlop2009-12-091-3/+8
* Call in WebAdmin the proper mod_last backend module (EJAB-1031)Badlop2009-12-091-7/+14
* Apply a forgotten part of the original patch (EJAB-1119)Badlop2009-12-081-5/+4
* Fix memory and port leak when TLS is enabled in HTTP (thanks to Brian Cully)(...Badlop2009-12-071-1/+7
* Fix warning of unused variableBadlop2009-12-031-1/+1
* Use os:getenv to get HOME; if variable is undefined use default values.Badlop2009-12-031-1/+7
* Use old regexp instead re in 2.x for pre-R12B-4 compatibility.Badlop2009-12-021-1/+1
* Show informative webpage when browsing the HTTP-Poll page (EJAB-1106)Badlop2009-11-232-10/+37
* Option to define custom HTTP headers in mod_http_fileserver (EJAB-612)Badlop2009-11-231-11/+16
* Body tag not properly closed in HTTP-Bind (thanks to Janusz Dziemidowicz)(EJA...Badlop2009-10-201-1/+1
* Support gen_tcp send timeout: Close the connection if the other end has disco...Mickaël Rémond2009-10-191-4/+11
* Fix wrong XEP number to XEP-0227. Recompile translation files.Badlop2009-09-231-3/+3
* fix compilation warningChristophe Romain2009-09-181-4/+2
* Return terminal binding condition on max stanza size limit (thanks to Aleksey)Christophe Romain2009-09-181-11/+21
* Change some error messages.Badlop2009-09-071-1/+1
* BOSH module optimization and clean-up (thanks to Aleksey Shchepin and Mickaë...Badlop2009-08-311-427/+504
* Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop2009-08-311-0/+1
* 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