Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename odbc to sql everywhere | Evgeniy Khramtsov | 2016-04-20 | 1 | -20/+20 |
| | |||||
* | Fix indentation of mod_register in default configuration file | Badlop | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Don't enable in-band registration by default | Holger Weiss | 2016-03-11 | 1 | -19/+13 |
| | |||||
* | Fix example config about ejabberd_xmlrpc (#771) | Badlop | 2015-11-17 | 1 | -0/+1 |
| | |||||
* | Disable vJUD search in the default config and when not specified | Badlop | 2015-11-13 | 1 | -1/+2 |
| | |||||
* | mod_client_state: Throttle stanzas by default | Holger Weiss | 2015-08-05 | 1 | -3/+1 |
| | | | | | | Enable the mod_client_state options "drop_chat_states" and "queue_presence" by default. These features are now well-tested in practice. | ||||
* | Add option to set net_ticktime (EJAB-1742) | Paweł Chmielowski | 2015-06-15 | 1 | -0/+9 |
| | |||||
* | Add fold markers to config file for Vim editors | Badlop | 2015-05-22 | 1 | -22/+27 |
| | |||||
* | Remove http_poll module | Paweł Chmielowski | 2015-04-15 | 1 | -1/+0 |
| | | | | | | | For couple years browsers did limit ability to change cookies from js for different domains, this made http_poll connections practically not usuable. I don't think this module is used at all so it's time to put it to rest. | ||||
* | Enable websocket connection in default config file | Paweł Chmielowski | 2015-04-15 | 1 | -2/+3 |
| | |||||
* | Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521) | Badlop | 2015-04-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #486 from saa/sqlite_support | Evgeny Khramtsov | 2015-04-08 | 1 | -0/+6 |
|\ | | | | | Add SQLite support | ||||
| * | Add SQLite support | Sergey Abramyan | 2015-03-20 | 1 | -0/+6 |
| | | |||||
* | | Add mod_admin_extra as a commented module | Badlop | 2015-03-26 | 1 | -0/+1 |
|/ | | | | | | Previous commits were done with: for i in `git log --reverse --date-order --format=%h mod_admin_extra.erl`; do git format-patch -1 $i; cat 00* >>patch; rm 00*; done Then editing patch to remove unneeded files and fix path. | ||||
* | Add packaging support for contributed modules | Christophe Romain | 2015-03-11 | 1 | -0/+8 |
| | | | | | | | This is a preliminary version that is tested to work with the packaging branch of ejabberd-modules repository This version lacks automatic configuration include at runtime | ||||
* | Remove append_host_config from ejabberd.yml.example | Evgeniy Khramtsov | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Support XEP-0352: Client State Indication | Holger Weiss | 2014-09-11 | 1 | -0/+3 |
| | |||||
* | Mention "starttls_required" option in ejabberd.yml | Holger Weiss | 2014-07-27 | 1 | -0/+5 |
| | | | | Closes #258. | ||||
* | Apply minor improvement to ejabberd.yml comment | Holger Weiss | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Fix "s2s_access" option name in documentation | Holger Weiss | 2014-07-22 | 1 | -2/+2 |
| | |||||
* | Fix ejabberd.yml comment on overload protection | Holger Weiss | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | Fix ejabberd.yml comment on log rotation syntax | Holger Weiss | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | add ability to rotate logs on given date condition | Christophe Romain | 2014-07-02 | 1 | -2/+28 |
| | |||||
* | Merge pull request #162 from weiss/enable-carbons | badlop | 2014-04-22 | 1 | -0/+1 |
|\ | | | | | Enable mod_carboncopy in example configuration | ||||
| * | Enable mod_carboncopy in example configuration | Holger Weiss | 2014-04-08 | 1 | -0/+1 |
| | | | | | | | | XEP-0280 seems to be quite popular these days. | ||||
* | | Add option to specify openssl options | Antonio Murdaca | 2014-04-08 | 1 | -0/+12 |
|/ | |||||
* | Fix example configuration option 'add' to 'append_host_config' | Badlop | 2014-01-02 | 1 | -5/+4 |
| | |||||
* | Fix the template: do not use 'global' keyword | Evgeniy Khramtsov | 2013-08-30 | 1 | -7/+4 |
| | |||||
* | Change configuration file format to YAML | Evgeniy Khramtsov | 2013-08-21 | 1 | -0/+615 |