Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore ejabberd directory structure (src/web) for integration as patch ↵ | Badlop | 2009-06-16 | 2 | -7/+8 |
| | | | | | | (thanks to Christohpe Romain) SVN Revision: 2211 | ||||
* | We do not send a 'version' attribute at the stream header for now (thanks to ↵ | Badlop | 2009-06-16 | 1 | -4/+5 |
| | | | | | | Stefan Strigler) SVN Revision: 2210 | ||||
* | Prepare_response: fixed a dbg message. Changed http header (thanks to Stefan ↵ | Badlop | 2009-06-16 | 1 | -5/+7 |
| | | | | | | Strigler) SVN Revision: 2209 | ||||
* | Implements sockname and peername for compatibility (thanks to Christohpe Romain) | Badlop | 2009-06-16 | 1 | -0/+6 |
| | | | | SVN Revision: 2208 | ||||
* | Reverted to r76 as 97 is completely broken and should not have been checked ↵ | Badlop | 2009-06-16 | 2 | -466/+498 |
| | | | | | | in at all (thanks to Stefan Strigler) SVN Revision: 2207 | ||||
* | Minor changes (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 2 | -498/+466 |
| | | | | SVN Revision: 2206 | ||||
* | Disabled debug (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 1 | -2/+3 |
| | | | | SVN Revision: 2205 | ||||
* | Deal with return values from starting/terminating supervisor (thanks to ↵ | Badlop | 2009-06-16 | 1 | -12/+22 |
| | | | | | | Stefan Strigler) SVN Revision: 2204 | ||||
* | Disabled debug (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 1 | -3/+1 |
| | | | | SVN Revision: 2203 | ||||
* | Removed my own supervisor (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 1 | -0/+2 |
| | | | | SVN Revision: 2202 | ||||
* | Renamed some vars for (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 1 | -65/+65 |
| | | | | SVN Revision: 2201 | ||||
* | Start supervisor here (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 1 | -3/+12 |
| | | | | SVN Revision: 2200 | ||||
* | Make use of new api for plugable http based services (thanks to Stefan Strigler) | Badlop | 2009-06-16 | 2 | -73/+71 |
| | | | | SVN Revision: 2199 | ||||
* | Initial commit of HTTP-Bind source code (thanks to Stefan Striegler) | Badlop | 2009-06-16 | 2 | -0/+906 |
| | | | | SVN Revision: 2198 | ||||
* | Add permanent section about mod_http_fileserver to the Guide. Example config. | Badlop | 2009-06-16 | 1 | -0/+8 |
| | | | | SVN Revision: 2182 | ||||
* | Add forgotten copyright and license notices. | Badlop | 2009-06-16 | 1 | -2/+22 |
| | | | | SVN Revision: 2181 | ||||
* | New option directory_indices, and improve logging (thanks to Brian ↵ | Badlop | 2009-06-16 | 1 | -40/+72 |
| | | | | | | Cully)(EJAB-932) SVN Revision: 2180 | ||||
* | Fix capitalization of HTTP headers (thanks to Brian Cully)(EJAB-892) | Badlop | 2009-06-16 | 1 | -1/+1 |
| | | | | SVN Revision: 2179 | ||||
* | Converted to gen_server behaviour (EJAB-561). Use the general ↵ | Badlop | 2009-06-16 | 1 | -160/+268 |
| | | | | | | reopen_log_hook instead of ejabberdctl command. SVN Revision: 2178 | ||||
* | Fix ip source to comply with new ip storage into ejabberd_http (thanks to ↵ | Badlop | 2009-06-16 | 1 | -1/+1 |
| | | | | | | Christophe Romain) SVN Revision: 2177 | ||||
* | Use httpd_util:to_lower when not compiling with Erlang R12 (EJAB-628) | Badlop | 2009-06-16 | 1 | -1/+7 |
| | | | | SVN Revision: 2176 | ||||
* | Added JavaScript content type | Badlop | 2009-06-16 | 1 | -0/+1 |
| | | | | SVN Revision: 2175 | ||||
* | Include Last-Modified HTTP header in responses to allow caching (EJAB-546) ↵ | Badlop | 2009-06-16 | 1 | -2/+8 |
| | | | | | | in mod_http_fileserver and mod_muc_log_http. SVN Revision: 2174 | ||||
* | Fix error creating ETS table if enabled in several vhosts (EJAB-551). ↵ | Badlop | 2009-06-16 | 1 | -6/+23 |
| | | | | | | Unregister the command when stopping the module. SVN Revision: 2173 | ||||
* | Remove Erlang module attribute 'vsn' because it doesn't provide any worth ↵ | Badlop | 2009-06-16 | 1 | -1/+0 |
| | | | | | | feature, and it difficults hot code update (EJAB-440) SVN Revision: 2172 | ||||
* | The Erlang/OTP function httpd_util:to_lower/1 is deprecated, and it's ↵ | Badlop | 2009-06-16 | 1 | -1/+1 |
| | | | | | | recommended to use string:to_lower/1 instead. SVN Revision: 2171 | ||||
* | Small change in accesslog file format; fix bug when accesslog conf parameter ↵ | Badlop | 2009-06-16 | 1 | -4/+4 |
| | | | | | | wasn't present in the conf file (thanks to Jerome Sautret) SVN Revision: 2170 | ||||
* | Added accesslog parameter to record requests log in a file similar to Apache ↵ | Badlop | 2009-06-16 | 1 | -9/+106 |
| | | | | | | (thanks to Jerome Sautret) SVN Revision: 2169 | ||||
* | Initial commit of mod_http_fileserver (thanks to Massimiliano Mirra) | Badlop | 2009-06-16 | 1 | -0/+112 |
| | | | | SVN Revision: 2168 | ||||
* | Fix syntax error in config file. | Mickaël Rémond | 2009-06-16 | 1 | -1/+1 |
| | | | | SVN Revision: 2165 | ||||
* | Ad-hoc commands to join IRC channel, set nickname and encoding (thanks to ↵ | Badlop | 2009-06-15 | 3 | -53/+507 |
| | | | | | | Magnus Henoch)(EJAB-302) SVN Revision: 2164 | ||||
* | Add option to restrict max offline messages by Access and ACL (EJAB-951) | Badlop | 2009-06-15 | 3 | -27/+45 |
| | | | | | | | New option for mod_offline: access_max_user_messages. The old option user_max_messages is no longer supported. SVN Revision: 2162 | ||||
* | Replace TYPE/1 with is_TYPE/1 (EJAB-922) | Badlop | 2009-06-15 | 2 | -3/+3 |
| | | | | SVN Revision: 2159 | ||||
* | add greetings to Brian Cully for pubsub contribs | Christophe Romain | 2009-06-15 | 1 | -0/+8 |
| | | | | SVN Revision: 2158 | ||||
* | experimental patch including XEP-248 (thanks to Brian Cully) | Christophe Romain | 2009-06-15 | 18 | -105/+642 |
| | | | | SVN Revision: 2157 | ||||
* | Prevent process crash if the IP and port of a connection is unknown. | Badlop | 2009-06-11 | 1 | -0/+2 |
| | | | | SVN Revision: 2155 | ||||
* | When client is closed, include the Reason in the stream trailer stanza. | Badlop | 2009-06-09 | 1 | -1/+6 |
| | | | | SVN Revision: 2153 | ||||
* | Add forgotten copyright and license notices. Fix blackspaces. | Badlop | 2009-06-09 | 9 | -10/+66 |
| | | | | SVN Revision: 2151 | ||||
* | fixes typo in Russian translation | Evgeniy Khramtsov | 2009-06-09 | 2 | -2/+2 |
| | | | | SVN Revision: 2149 | ||||
* | Malformed CAPTCHA response may crash a room. This is now fixed. | Evgeniy Khramtsov | 2009-06-09 | 1 | -16/+20 |
| | | | | SVN Revision: 2148 | ||||
* | Update Spanish translation | Badlop | 2009-06-05 | 2 | -29/+36 |
| | | | | SVN Revision: 2147 | ||||
* | Update French translation (thanks to Nicolas Vérité) | Badlop | 2009-06-05 | 2 | -75/+77 |
| | | | | SVN Revision: 2146 | ||||
* | Update Russian translation (thanks to Evgeniy Khramtsov) | Badlop | 2009-06-03 | 2 | -36/+37 |
| | | | | | | | The translator improves ru.po Russian translation. Later ru.msg is automatically obtained by calling: make translations SVN Revision: 2145 | ||||
* | Update ejabberd.pot and *.po, compile *.msg. All this by calling: make ↵ | Badlop | 2009-06-03 | 47 | -10278/+11126 |
| | | | | | | translations SVN Revision: 2144 | ||||
* | updated russian translation | Evgeniy Khramtsov | 2009-06-03 | 1 | -13/+22 |
| | | | | SVN Revision: 2143 | ||||
* | When max_stanza_size is exceeded, return meaningful error message (EJAB-752) | Badlop | 2009-06-02 | 1 | -0/+5 |
| | | | | SVN Revision: 2142 | ||||
* | Remove support of deprecated Disco Publish XEP-0030 (EJAB-904) | Badlop | 2009-06-02 | 1 | -134/+1 |
| | | | | SVN Revision: 2140 | ||||
* | Fix Access check: the rule can be defined in a vhost or global. | Badlop | 2009-06-01 | 1 | -1/+1 |
| | | | | SVN Revision: 2136 | ||||
* | apply patch from EJAB-845 | Christophe Romain | 2009-05-29 | 15 | -268/+913 |
| | | | | SVN Revision: 2118 | ||||
* | fix nodetree virtual to allow node subscription | Christophe Romain | 2009-05-29 | 1 | -3/+3 |
| | | | | SVN Revision: 2117 |