aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Optimize muc subscriptions handlingChristophe Romain2017-10-319-21/+186
|
* Enforce module_name/1Christophe Romain2017-10-311-2/+11
|
* Add missing type conversion from 675cc3eChristophe Romain2017-10-311-1/+1
|
* Do not bind unused tail from 675cc3eChristophe Romain2017-10-311-1/+1
|
* Allow auth and pubsub plugin to use Elixir moduleChristophe Romain2017-10-313-11/+27
|
* Show real jid in mucsub subscription change eventsPaweł Chmielowski2017-10-301-4/+2
|
* Improve --enable-system-depsPaweł Chmielowski2017-10-302-6/+16
|
* Fix last commitPaweł Chmielowski2017-10-301-4/+10
|
* Add mucsub event for subscribers list changesPaweł Chmielowski2017-10-302-2/+40
|
* Merge pull request #2028 from weiss/increase-queue-sizesEvgeny Khramtsov2017-10-293-3/+3
|\ | | | | Increase max_fsm_queue and max_ack_queue sizes
| * mod_stream_mgmt: Increase 'max_ack_queue' defaultHolger Weiss2017-10-031-1/+1
| | | | | | | | | | | | | | Users with large rosters and/or certain transports might receive a very large number of (e.g.) presence and/or PEP stanzas after logging in. Clients might take some time to acknowledge them, especially over slow (mobile) connections.
| * Increase 'max_fsm_queue' defaultHolger Weiss2017-10-032-2/+2
| | | | | | | | The old default was becoming too small for some workloads.
* | Omit "ProtectSystem" option from systemd unitHolger Weiss2017-10-281-1/+0
| | | | | | | | | | | | | | With "ProtectSystem", /usr is mounted read-only, so things will fail when e.g. /usr/local is used as the installation prefix. Whether such options make sense depends on the environment, so they should rather be set by package maintainers and/or admins.
* | Delete cached item on node removal (#2071)Christophe Romain2017-10-271-0/+3
| |
* | Update Greek translation (thanks to James Iakovos Mandelis)Badlop2017-10-271-394/+380
| |
* | Update SQL archive index to match mysql.sqlAlexey Shchepin2017-10-273-3/+3
| |
* | Fix typespecEvgeniy Khramtsov2017-10-271-1/+1
| |
* | Don't store xdata() in Mnesia tableEvgeniy Khramtsov2017-10-273-20/+39
| |
* | Simplify backend interface for mod_pushEvgeniy Khramtsov2017-10-274-32/+35
| |
* | Improve ejd2sql loggingEvgeniy Khramtsov2017-10-271-0/+5
| |
* | Fix typoEvgeniy Khramtsov2017-10-271-2/+2
| |
* | Make it possible to export push_session table to SQLEvgeniy Khramtsov2017-10-264-12/+56
| |
* | Add SQL support for mod_pushEvgeniy Khramtsov2017-10-269-46/+324
| |
* | Adopt 'make install' to updated output from 'rebar list-deps'Paweł Chmielowski2017-10-261-1/+1
| |
* | Don't forget to convert ljid() to jid()Evgeniy Khramtsov2017-10-261-2/+2
| |
* | Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov2017-10-257-41/+59
| | | | | | | | It is now possible to run `export` command even when the current `db_type` is not `sql`
* | Allow dynamic node options on sql backendsChristophe Romain2017-10-251-1/+1
| |
* | Get next record before deleting previous on, in case it's last one (#2069)Badlop2017-10-251-2/+2
| |
* | Cosmetic change, remove useless caseChristophe Romain2017-10-251-8/+2
| |
* | Fix pubsub test, title not mandatoryChristophe Romain2017-10-251-2/+2
| |
* | Fix delete item from unregistered user (#2067)Christophe Romain2017-10-251-7/+16
| |
* | Fix another typo ;)Evgeniy Khramtsov2017-10-251-1/+1
| |
* | Fix typoEvgeniy Khramtsov2017-10-251-1/+1
| |
* | Mix _xmpp-server and _xmpps-server SRV recordsEvgeniy Khramtsov2017-10-251-62/+76
| | | | | | | | | | | | | | | | | | XEP-0368 describes this procedure as following: > Both 'xmpp-' and 'xmpps-' records SHOULD be treated as > the same record with regard to connection order as specified > by RFC 2782 [3], in that all priorities and weights are mixed. > This enables the server operator to decide if they would > rather clients connect with STARTTLS or direct TLS.
* | Add basic PubSub meta-data support (#1421)Christophe Romain2017-10-253-5/+16
| |
* | Mention XEP-0368 supportEvgeniy Khramtsov2017-10-251-0/+1
| |
* | Add missing fix from 07a193d4d, Fix purge_offline (#2057)Christophe Romain2017-10-241-1/+1
| |
* | Merge pull request #2065 from jorjeb/mix-enable-graphicsEvgeny Khramtsov2017-10-241-3/+10
|\ \ | | | | | | Support for --enable-graphics in mix.exs
| * | Support for --enable-graphics in mix.exsJorje Barrera2017-10-241-3/+10
|/ /
* | Update Hebrew translation (thanks to Genghis Khan)Badlop2017-10-231-268/+252
| |
* | Merge pull request #2023 from rom1dep/endingsbadlop2017-10-161-22/+22
|\ \ | | | | | | Line endings consistency edits in the example config file
| * | config: makes line endings consistent when followed by '-'Romain DEP.2017-09-301-7/+7
| | |
| * | config: makes line endings consistent when followed by ':'Romain DEP.2017-09-301-15/+15
| | |
* | | Merge pull request #2052 from suchatorg/patch-1badlop2017-10-161-151/+139
|\ \ \ | | | | | | | | Update gl.po
| * | | Update gl.poCarlos2017-10-141-151/+139
|/ / /
* | | Reflect changes in the xmpp libEvgeniy Khramtsov2017-10-135-16/+16
| | |
* | | Send presence-unavailable when expulsing a participantEvgeniy Khramtsov2017-10-131-2/+10
| | |
* | | Fix ZH translationBadlop2017-10-121-1/+5
| | |
* | | Merge pull request #2047 from fotock/patch-1badlop2017-10-121-137/+119
|\ \ \ | | | | | | | | Update zh translations
| * | | Update zh.poShelley Shyan2017-10-121-4/+3
| | | |