aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-16Do not overwrite the stanza namespace (thanks to Anastasia Gornostaeva)Badlop1-8/+14
SVN Revision: 2229
2009-06-16Support for c2s ACL access, max_stanza and shaper on http_poll connections ↵Badlop1-3/+11
(EJAB-243, EJAB-415, EJAB-416)(thanks to Michael Remond) SVN Revision: 2228
2009-06-16The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it is ↵Badlop1-3/+3
recommended to use string:to_lower/1 instead. SVN Revision: 2227
2009-06-16Use DEBUG instead of INFO_MSG to keep log files small. Fix parse errors for ↵Badlop1-11/+9
grepping 'stream:error' (thanks to Stefan Strigler) SVN Revision: 2226
2009-06-16Forgot keyword 'catch' when doing list_to_float on bosh version attribute ↵Badlop1-3/+4
for initial request (thanks to Stefan Strigler) SVN Revision: 2225
2009-06-16Fixes for pausing sessions; did not parse 'pause' attribute to int (thanks ↵Badlop1-5/+9
to Stefan Strigler) SVN Revision: 2224
2009-06-16Support pausing sessions (thanks to Stefan Strigler) (thanks to Stefan Strigler)Badlop1-16/+44
SVN Revision: 2223
2009-06-16Comment-header: talk about xmpp over bosh rather than http binding (thanks ↵Badlop1-3/+4
to Stefan Strigler) SVN Revision: 2222
2009-06-16Removed debugging stuff. Removed error condition (thanks to Stefan Strigler)Badlop1-27/+14
SVN Revision: 2221
2009-06-16Code cleanup. Code reorganization. Store version of bosh session. Use bosh ↵Badlop1-152/+164
version for error conditions (thanks to Stefan Strigler) SVN Revision: 2220
2009-06-16Store version as float (thanks to Stefan Strigler)Badlop1-3/+7
SVN Revision: 2219
2009-06-16Save bosh version with session (thanks to Stefan Strigler)Badlop1-5/+5
SVN Revision: 2218
2009-06-16Code rearranged (thanks to Stefan Strigler)Badlop1-246/+247
SVN Revision: 2217
2009-06-16Make use of macros for namespaces. Some code cleanup. (thanks to Stefan ↵Badlop1-70/+100
Strigler) SVN Revision: 2216
2009-06-16Fix for 'terminate' in request, send empty body instead of error (thanks to ↵Badlop1-4/+9
Stefan Strigler) SVN Revision: 2215
2009-06-16Disabled debugging (thanks to Stefan Strigler)Badlop1-3/+3
SVN Revision: 2214
2009-06-16Some code cleanup (thanks to Stefan Strigler)Badlop1-131/+120
SVN Revision: 2213
2009-06-16Bosh compliance: honor xmpp:version (thanks to Stefan Strigler)Badlop1-114/+133
SVN Revision: 2212
2009-06-16Restore ejabberd directory structure (src/web) for integration as patch ↵Badlop2-7/+8
(thanks to Christohpe Romain) SVN Revision: 2211
2009-06-16We do not send a 'version' attribute at the stream header for now (thanks to ↵Badlop1-4/+5
Stefan Strigler) SVN Revision: 2210
2009-06-16Prepare_response: fixed a dbg message. Changed http header (thanks to Stefan ↵Badlop1-5/+7
Strigler) SVN Revision: 2209
2009-06-16Implements sockname and peername for compatibility (thanks to Christohpe Romain)Badlop1-0/+6
SVN Revision: 2208
2009-06-16Reverted to r76 as 97 is completely broken and should not have been checked ↵Badlop2-466/+498
in at all (thanks to Stefan Strigler) SVN Revision: 2207
2009-06-16Minor changes (thanks to Stefan Strigler)Badlop2-498/+466
SVN Revision: 2206
2009-06-16Disabled debug (thanks to Stefan Strigler)Badlop1-2/+3
SVN Revision: 2205
2009-06-16Deal with return values from starting/terminating supervisor (thanks to ↵Badlop1-12/+22
Stefan Strigler) SVN Revision: 2204
2009-06-16Disabled debug (thanks to Stefan Strigler)Badlop1-3/+1
SVN Revision: 2203
2009-06-16Removed my own supervisor (thanks to Stefan Strigler)Badlop1-0/+2
SVN Revision: 2202
2009-06-16Renamed some vars for (thanks to Stefan Strigler)Badlop1-65/+65
SVN Revision: 2201
2009-06-16Start supervisor here (thanks to Stefan Strigler)Badlop1-3/+12
SVN Revision: 2200
2009-06-16Make use of new api for plugable http based services (thanks to Stefan Strigler)Badlop2-73/+71
SVN Revision: 2199
2009-06-16Initial commit of HTTP-Bind source code (thanks to Stefan Striegler)Badlop2-0/+906
SVN Revision: 2198
2009-06-16Add permanent section about mod_http_fileserver to the Guide. Example config.Badlop1-0/+8
SVN Revision: 2182
2009-06-16Add forgotten copyright and license notices.Badlop1-2/+22
SVN Revision: 2181
2009-06-16New option directory_indices, and improve logging (thanks to Brian ↵Badlop1-40/+72
Cully)(EJAB-932) SVN Revision: 2180
2009-06-16Fix capitalization of HTTP headers (thanks to Brian Cully)(EJAB-892)Badlop1-1/+1
SVN Revision: 2179
2009-06-16Converted to gen_server behaviour (EJAB-561). Use the general ↵Badlop1-160/+268
reopen_log_hook instead of ejabberdctl command. SVN Revision: 2178
2009-06-16Fix ip source to comply with new ip storage into ejabberd_http (thanks to ↵Badlop1-1/+1
Christophe Romain) SVN Revision: 2177
2009-06-16Use httpd_util:to_lower when not compiling with Erlang R12 (EJAB-628)Badlop1-1/+7
SVN Revision: 2176
2009-06-16Added JavaScript content typeBadlop1-0/+1
SVN Revision: 2175
2009-06-16Include Last-Modified HTTP header in responses to allow caching (EJAB-546) ↵Badlop1-2/+8
in mod_http_fileserver and mod_muc_log_http. SVN Revision: 2174
2009-06-16Fix error creating ETS table if enabled in several vhosts (EJAB-551). ↵Badlop1-6/+23
Unregister the command when stopping the module. SVN Revision: 2173
2009-06-16Remove Erlang module attribute 'vsn' because it doesn't provide any worth ↵Badlop1-1/+0
feature, and it difficults hot code update (EJAB-440) SVN Revision: 2172
2009-06-16The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it's ↵Badlop1-1/+1
recommended to use string:to_lower/1 instead. SVN Revision: 2171
2009-06-16Small change in accesslog file format; fix bug when accesslog conf parameter ↵Badlop1-4/+4
wasn't present in the conf file (thanks to Jerome Sautret) SVN Revision: 2170
2009-06-16Added accesslog parameter to record requests log in a file similar to Apache ↵Badlop1-9/+106
(thanks to Jerome Sautret) SVN Revision: 2169
2009-06-16Initial commit of mod_http_fileserver (thanks to Massimiliano Mirra)Badlop1-0/+112
SVN Revision: 2168
2009-06-16Fix syntax error in config file.Mickaël Rémond1-1/+1
SVN Revision: 2165
2009-06-15Ad-hoc commands to join IRC channel, set nickname and encoding (thanks to ↵Badlop3-53/+507
Magnus Henoch)(EJAB-302) SVN Revision: 2164
2009-06-15Add option to restrict max offline messages by Access and ACL (EJAB-951)Badlop3-27/+45
New option for mod_offline: access_max_user_messages. The old option user_max_messages is no longer supported. SVN Revision: 2162