aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-263-45/+259
* 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-256-41/+37
* 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 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
* Add basic PubSub meta-data support (#1421)Christophe Romain2017-10-252-4/+15
* Mention XEP-0368 supportEvgeniy Khramtsov2017-10-251-0/+1
* Add missing fix from 07a193d4d, Fix purge_offline (#2057)Christophe Romain2017-10-241-1/+1
* Reflect changes in the xmpp libEvgeniy Khramtsov2017-10-134-15/+15
* Send presence-unavailable when expulsing a participantEvgeniy Khramtsov2017-10-131-2/+10
* Don't crash when Host header is missingEvgeniy Khramtsov2017-10-111-4/+9
* Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov2017-10-095-720/+111
* Better handle mobile devices in CSS of mod_register_webEvgeniy Khramtsov2017-10-092-11/+44
* Resend presences and history if presence possesses <x/> MUC elementEvgeniy Khramtsov2017-10-091-6/+18
* Don't crash when 'from' is undefinedEvgeniy Khramtsov2017-10-061-1/+4
* More fix in mod_http_fileserver to log URLs with/out query elements (#2021)Badlop2017-10-061-6/+8
* Improve logging of mismatched HostsEvgeniy Khramtsov2017-10-051-2/+4
* Log request in access.log even when Host doesn't matchEvgeniy Khramtsov2017-10-051-1/+3
* Don't report Host mismatch as an errorEvgeniy Khramtsov2017-10-051-4/+4
* Correctly handle mod_client_state (re)loadEvgeniy Khramtsov2017-10-051-7/+17
* Accept routes in Host header and map them to vhostsEvgeniy Khramtsov2017-10-051-13/+20
* Fix crash in mod_http_fileserver when logging URL with query elements (#2021)Badlop2017-10-021-2/+8
* Fix race introduced by ffdaff374 on ejabberd_mnesia initChristophe Romain2017-09-281-0/+2
* Fix function clause introduced by c17ec50e3aEvgeniy Khramtsov2017-09-281-3/+3
* Don't forget to route presence-unavailableEvgeniy Khramtsov2017-09-281-2/+10
* Pubsub: implment '6.5.7 Requesting the Most Recent Items'Christophe Romain2017-09-271-10/+6
* Remove useless conditionChristophe Romain2017-09-271-2/+0
* PubSub: add RSM support for mnesia backendChristophe Romain2017-09-271-3/+67
* PubSub: enforce controls on publish and deleteChristophe Romain2017-09-272-29/+57
* Fix xref errorChristophe Romain2017-09-271-2/+5
* Unbind unused variableChristophe Romain2017-09-271-1/+1
* Remove calls to deprecated functionsChristophe Romain2017-09-271-2/+2
* PubSub: fix get_items behaviour with mnesiaChristophe Romain2017-09-271-3/+4
* Merge branch 'master' of github.com:processone/ejabberdChristophe Romain2017-09-272-27/+66
|\
| * Add support for XEP-0368: SRV records for XMPP over TLSEvgeniy Khramtsov2017-09-271-26/+65
| * Remove forgotten export_allEvgeniy Khramtsov2017-09-271-1/+1
* | PubSub: add correct order when requesting all itemsChristophe Romain2017-09-271-1/+2
|/
* PubSub: fix RSM support (#1994)(#2Â014)Christophe Romain2017-09-272-104/+113
* PubSub: fix node_options, default options only apply on first pluginChristophe Romain2017-09-271-16/+8
* mod_http_upload: Don't ignore 'custom_headers'Holger Weiss2017-09-261-38/+55
* Improve presence-error processingEvgeniy Khramtsov2017-09-261-1/+6
* Fix command set_last that always returned code 1, error (#2010)Badlop2017-09-251-3/+9
* Catch all p1_fsm errorsEvgeniy Khramtsov2017-09-251-3/+3
* Use eimp instead of ImageMagick calls for thumbnails creationEvgeniy Khramtsov2017-09-253-59/+70
* mod_mam: Simplify check for anon MUC JID filteringHolger Weiss2017-09-241-16/+5