Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-17Fix example config about ejabberd_xmlrpc (#771)Badlop
2015-11-13Disable vJUD search in the default config and when not specifiedBadlop
2015-08-05mod_client_state: Throttle stanzas by defaultHolger Weiss
Enable the mod_client_state options "drop_chat_states" and "queue_presence" by default. These features are now well-tested in practice.
2015-06-15Add option to set net_ticktime (EJAB-1742)Paweł Chmielowski
2015-05-22Add fold markers to config file for Vim editorsBadlop
2015-04-15Remove http_poll modulePaweł Chmielowski
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.
2015-04-15Enable websocket connection in default config filePaweł Chmielowski
2015-04-08Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521)Badlop
2015-04-08Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov
Add SQLite support
2015-03-26Add mod_admin_extra as a commented moduleBadlop
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.
2015-03-20Add SQLite supportSergey Abramyan
2015-03-11Add packaging support for contributed modulesChristophe Romain
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
2014-10-20Remove append_host_config from ejabberd.yml.exampleEvgeniy Khramtsov
2014-09-11Support XEP-0352: Client State IndicationHolger Weiss
2014-07-27Mention "starttls_required" option in ejabberd.ymlHolger Weiss
Closes #258.
2014-07-27Apply minor improvement to ejabberd.yml commentHolger Weiss
2014-07-22Fix "s2s_access" option name in documentationHolger Weiss
2014-07-20Fix ejabberd.yml comment on overload protectionHolger Weiss
2014-07-20Fix ejabberd.yml comment on log rotation syntaxHolger Weiss
2014-07-03add ability to rotate logs on given date conditionChristophe Romain
2014-04-22Merge pull request #162 from weiss/enable-carbonsbadlop
Enable mod_carboncopy in example configuration
2014-04-09Enable mod_carboncopy in example configurationHolger Weiss
XEP-0280 seems to be quite popular these days.
2014-04-08Add option to specify openssl optionsAntonio Murdaca
2014-01-02Fix example configuration option 'add' to 'append_host_config'Badlop
2013-08-30Fix the template: do not use 'global' keyword13.09Evgeniy Khramtsov
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov