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
path: root/src
AgeCommit message (Expand)Author
2017-10-27Improve ejd2sql loggingEvgeniy Khramtsov
2017-10-27Fix typoEvgeniy Khramtsov
2017-10-26Make it possible to export push_session table to SQLEvgeniy Khramtsov
2017-10-26Add SQL support for mod_pushEvgeniy Khramtsov
2017-10-26Don't forget to convert ljid() to jid()Evgeniy Khramtsov
2017-10-25Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov
2017-10-25Allow dynamic node options on sql backendsChristophe Romain
2017-10-25Get next record before deleting previous on, in case it's last one (#2069)Badlop
2017-10-25Cosmetic change, remove useless caseChristophe Romain
2017-10-25Fix delete item from unregistered user (#2067)Christophe Romain
2017-10-25Fix another typo ;)Evgeniy Khramtsov
2017-10-25Fix typoEvgeniy Khramtsov
2017-10-25Mix _xmpp-server and _xmpps-server SRV recordsEvgeniy Khramtsov
2017-10-25Add basic PubSub meta-data support (#1421)Christophe Romain
2017-10-25Mention XEP-0368 supportEvgeniy Khramtsov
2017-10-24Add missing fix from 07a193d4d, Fix purge_offline (#2057)Christophe Romain
2017-10-13Reflect changes in the xmpp libEvgeniy Khramtsov
2017-10-13Send presence-unavailable when expulsing a participantEvgeniy Khramtsov
2017-10-11Don't crash when Host header is missingEvgeniy Khramtsov
2017-10-09Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov
2017-10-09Better handle mobile devices in CSS of mod_register_webEvgeniy Khramtsov
2017-10-09Resend presences and history if presence possesses <x/> MUC elementEvgeniy Khramtsov
2017-10-06Don't crash when 'from' is undefinedEvgeniy Khramtsov
2017-10-06More fix in mod_http_fileserver to log URLs with/out query elements (#2021)Badlop
2017-10-05Improve logging of mismatched HostsEvgeniy Khramtsov
2017-10-05Log request in access.log even when Host doesn't matchEvgeniy Khramtsov
2017-10-05Don't report Host mismatch as an errorEvgeniy Khramtsov
2017-10-05Correctly handle mod_client_state (re)loadEvgeniy Khramtsov
2017-10-05Accept routes in Host header and map them to vhostsEvgeniy Khramtsov
2017-10-02Fix crash in mod_http_fileserver when logging URL with query elements (#2021)Badlop
2017-09-28Fix race introduced by ffdaff374 on ejabberd_mnesia initChristophe Romain
2017-09-28Fix function clause introduced by c17ec50e3aEvgeniy Khramtsov
2017-09-28Don't forget to route presence-unavailableEvgeniy Khramtsov
2017-09-27Pubsub: implment '6.5.7 Requesting the Most Recent Items'Christophe Romain
2017-09-27Remove useless conditionChristophe Romain
2017-09-27PubSub: add RSM support for mnesia backendChristophe Romain
2017-09-27PubSub: enforce controls on publish and deleteChristophe Romain
2017-09-27Fix xref errorChristophe Romain
2017-09-27Unbind unused variableChristophe Romain
2017-09-27Remove calls to deprecated functionsChristophe Romain
2017-09-27PubSub: fix get_items behaviour with mnesiaChristophe Romain
2017-09-27Merge branch 'master' of github.com:processone/ejabberdChristophe Romain
2017-09-27PubSub: add correct order when requesting all itemsChristophe Romain
2017-09-27Add support for XEP-0368: SRV records for XMPP over TLSEvgeniy Khramtsov
2017-09-27Remove forgotten export_allEvgeniy Khramtsov
2017-09-27PubSub: fix RSM support (#1994)(#2Â014)Christophe Romain
2017-09-27PubSub: fix node_options, default options only apply on first pluginChristophe Romain
2017-09-26mod_http_upload: Don't ignore 'custom_headers'Holger Weiss
2017-09-26Improve presence-error processingEvgeniy Khramtsov
2017-09-25Fix command set_last that always returned code 1, error (#2010)Badlop