Badlop
|
197639a34b
|
Minor changes (thanks to Stefan Strigler)
SVN Revision: 2269
|
2009-06-16 18:24:14 +00:00 |
|
Badlop
|
bb229a3a0c
|
Disabled debug (thanks to Stefan Strigler)
SVN Revision: 2268
|
2009-06-16 18:24:09 +00:00 |
|
Badlop
|
eca818be5a
|
Deal with return values from starting/terminating supervisor (thanks to Stefan Strigler)
SVN Revision: 2267
|
2009-06-16 18:24:05 +00:00 |
|
Badlop
|
33896adf9d
|
Disabled debug (thanks to Stefan Strigler)
SVN Revision: 2266
|
2009-06-16 18:24:01 +00:00 |
|
Badlop
|
f5223b1643
|
Removed my own supervisor (thanks to Stefan Strigler)
SVN Revision: 2265
|
2009-06-16 18:23:57 +00:00 |
|
Badlop
|
ecc2bbd752
|
Renamed some vars for (thanks to Stefan Strigler)
SVN Revision: 2264
|
2009-06-16 18:23:53 +00:00 |
|
Badlop
|
d019405d51
|
Start supervisor here (thanks to Stefan Strigler)
SVN Revision: 2263
|
2009-06-16 18:23:49 +00:00 |
|
Badlop
|
7d62dff7e5
|
Make use of new api for plugable http based services (thanks to Stefan Strigler)
SVN Revision: 2262
|
2009-06-16 18:23:45 +00:00 |
|
Badlop
|
dd8e4c620b
|
Initial commit of HTTP-Bind source code (thanks to Stefan Striegler)
SVN Revision: 2261
|
2009-06-16 18:23:40 +00:00 |
|
Badlop
|
77a62670d3
|
Add permanent section about mod_http_fileserver to the Guide. Example config.
SVN Revision: 2197
|
2009-06-16 13:53:25 +00:00 |
|
Badlop
|
8e8b78a4c3
|
Add forgotten copyright and license notices.
SVN Revision: 2196
|
2009-06-16 13:53:18 +00:00 |
|
Badlop
|
249ee4b318
|
New option directory_indices, and improve logging (thanks to Brian Cully)(EJAB-932)
SVN Revision: 2195
|
2009-06-16 13:53:13 +00:00 |
|
Badlop
|
226bcd1360
|
Fix capitalization of HTTP headers (thanks to Brian Cully)(EJAB-892)
SVN Revision: 2194
|
2009-06-16 13:53:07 +00:00 |
|
Badlop
|
4956ed11f4
|
Converted to gen_server behaviour (EJAB-561). Use the general reopen_log_hook instead of ejabberdctl command.
SVN Revision: 2193
|
2009-06-16 13:53:02 +00:00 |
|
Badlop
|
b44a3c7650
|
Fix ip source to comply with new ip storage into ejabberd_http (thanks to Christophe Romain)
SVN Revision: 2192
|
2009-06-16 13:52:57 +00:00 |
|
Badlop
|
fa83147926
|
Use httpd_util:to_lower when not compiling with Erlang R12 (EJAB-628)
SVN Revision: 2191
|
2009-06-16 13:52:52 +00:00 |
|
Badlop
|
14afea1a20
|
Added JavaScript content type
SVN Revision: 2190
|
2009-06-16 13:52:47 +00:00 |
|
Badlop
|
4fdc4a2e06
|
Include Last-Modified HTTP header in responses to allow caching (EJAB-546) in mod_http_fileserver and mod_muc_log_http.
SVN Revision: 2189
|
2009-06-16 13:52:42 +00:00 |
|
Badlop
|
0864e8a24f
|
Fix error creating ETS table if enabled in several vhosts (EJAB-551). Unregister the command when stopping the module.
SVN Revision: 2188
|
2009-06-16 13:52:37 +00:00 |
|
Badlop
|
6af85aea18
|
Remove Erlang module attribute 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440)
SVN Revision: 2187
|
2009-06-16 13:52:32 +00:00 |
|
Badlop
|
0d4155b902
|
The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it's recommended to use string:to_lower/1 instead.
SVN Revision: 2186
|
2009-06-16 13:52:28 +00:00 |
|
Badlop
|
91193bf928
|
Small change in accesslog file format; fix bug when accesslog conf parameter wasn't present in the conf file (thanks to Jerome Sautret)
SVN Revision: 2185
|
2009-06-16 13:52:17 +00:00 |
|
Badlop
|
b57248e822
|
Added accesslog parameter to record requests log in a file similar to Apache (thanks to Jerome Sautret)
SVN Revision: 2184
|
2009-06-16 13:52:12 +00:00 |
|
Badlop
|
487b80b9b0
|
Initial commit of mod_http_fileserver (thanks to Massimiliano Mirra)
SVN Revision: 2183
|
2009-06-16 13:52:07 +00:00 |
|
Badlop
|
818a70bdd7
|
Do not include mod_irc, it can be found in ejabberd-modules SVN. Iconv not required. (EJAB-954)
SVN Revision: 2167
|
2009-06-16 11:27:33 +00:00 |
|
Mickaël Rémond
|
940f5be35e
|
Fix syntax error in config file
SVN Revision: 2166
|
2009-06-16 00:49:09 +00:00 |
|
Badlop
|
88fd7b226a
|
Add option to restrict max offline messages by Access and ACL (EJAB-951)
New option for mod_offline: access_max_user_messages.
The old option user_max_messages is no longer supported.
SVN Revision: 2163
|
2009-06-15 17:44:04 +00:00 |
|
Badlop
|
2f6cea2be3
|
Fix warning about a case already covered.
SVN Revision: 2161
|
2009-06-15 17:27:11 +00:00 |
|
Badlop
|
b4a1b4c8fb
|
Replace TYPE/1 with is_TYPE/1 (EJAB-922)
SVN Revision: 2160
|
2009-06-15 17:27:06 +00:00 |
|
Badlop
|
2f3963417f
|
Prevent process crash if the IP and port of a connection is unknown.
SVN Revision: 2156
|
2009-06-11 18:57:03 +00:00 |
|
Badlop
|
8de03275c3
|
When client is closed, include the Reason in the stream trailer stanza.
SVN Revision: 2154
|
2009-06-09 12:10:24 +00:00 |
|
Badlop
|
60f52b2cd8
|
Add forgotten copyright and license notices. Fix blackspaces.
SVN Revision: 2152
|
2009-06-09 10:56:49 +00:00 |
|
Badlop
|
dd101c99e5
|
Malformed CAPTCHA response may crash a room. This is now fixed. (thanks to Evgeniy Khramtsov)
SVN Revision: 2150
|
2009-06-09 09:39:07 +00:00 |
|
Badlop
|
a45e6da3d0
|
Remove support of deprecated Disco Publish XEP-0030 (EJAB-904)
SVN Revision: 2141
|
2009-06-02 18:09:01 +00:00 |
|
Badlop
|
2b6f45e4c1
|
Update some calls from jlib:make_jid to exmpp_jid:make
SVN Revision: 2139
|
2009-06-01 23:44:55 +00:00 |
|
Badlop
|
332de67fe2
|
Fix some calls to exmpp
SVN Revision: 2138
|
2009-06-01 21:04:16 +00:00 |
|
Badlop
|
ff3fd02115
|
Fix Access check: the rule can be defined in a vhost or global.
SVN Revision: 2137
|
2009-06-01 21:04:11 +00:00 |
|
Karim Gemayel
|
437c9d07f5
|
API renaming : bare_jid_to_binary -> bare_to_binary
SVN Revision: 2135
|
2009-06-01 17:00:44 +00:00 |
|
Karim Gemayel
|
9abe47f350
|
API renaming : jid_to_binary -> to_binary
SVN Revision: 2134
|
2009-06-01 16:59:08 +00:00 |
|
Karim Gemayel
|
7a884ced32
|
API renaming : bare_jid_to_list -> bare_to_list
SVN Revision: 2133
|
2009-06-01 16:54:33 +00:00 |
|
Karim Gemayel
|
0ace8bda8c
|
API renaming : prepd_jid_to_list -> prep_to_list
SVN Revision: 2132
|
2009-06-01 16:53:48 +00:00 |
|
Karim Gemayel
|
15bc238297
|
API renaming : jid_to_list -> to_list
SVN Revision: 2131
|
2009-06-01 16:52:14 +00:00 |
|
Karim Gemayel
|
1b94c7a8b3
|
API renaming : compare_bare_jids -> bare_compare
SVN Revision: 2130
|
2009-06-01 16:50:36 +00:00 |
|
Karim Gemayel
|
c31f99937f
|
API renaming : compare_jids -> compare
SVN Revision: 2129
|
2009-06-01 16:49:00 +00:00 |
|
Karim Gemayel
|
4258b99b2b
|
API renaming : lresource_as_list -> prep_resource_as_list
SVN Revision: 2128
|
2009-06-01 16:43:15 +00:00 |
|
Karim Gemayel
|
29c0e17ca2
|
API renaming : lresource -> prep_resource
SVN Revision: 2127
|
2009-06-01 16:42:07 +00:00 |
|
Karim Gemayel
|
d51d9e9fff
|
API renaming : lnode_as_list -> prep_node_as_list
SVN Revision: 2126
|
2009-06-01 16:40:51 +00:00 |
|
Karim Gemayel
|
d5f2c41f26
|
API renaming : lnode -> prep_node
SVN Revision: 2125
|
2009-06-01 16:39:36 +00:00 |
|
Karim Gemayel
|
7eb395b87d
|
API renaming : ldomain_as_list -> prep_domain_as_list
SVN Revision: 2124
|
2009-06-01 16:38:28 +00:00 |
|
Karim Gemayel
|
19d7d79229
|
API renaming : ldomain -> prep_domain
SVN Revision: 2123
|
2009-06-01 16:37:15 +00:00 |
|