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-11-03Log warnings for c2s/s2s certfile optionEvgeniy Khramtsov
2017-11-02Disable server_host warningsAlexey Shchepin
2017-11-02Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin
2017-11-02Fix pkix:validate() return valuePaweł Chmielowski
2017-11-01Remove -include() directive for unused headerEvgeniy Khramtsov
2017-11-01Clarify some error/warning messagesEvgeniy Khramtsov
2017-11-01Avoid using "bag" ETS type for certificate storageEvgeniy Khramtsov
2017-11-01Start even if there are problems with fs applicationEvgeniy Khramtsov
2017-11-01Lower log levelEvgeniy Khramtsov
2017-11-01Introduce 'certfiles' global optionEvgeniy Khramtsov
2017-10-31Fix sql queryPaweł Chmielowski
2017-10-31TypoPaweł Chmielowski
2017-10-31Use store_room where possiblePaweł Chmielowski
2017-10-31Don't use depraced functionsPaweł Chmielowski
2017-10-31Optimize muc subscriptions handlingChristophe Romain
2017-10-31Enforce module_name/1Christophe Romain
2017-10-31Add missing type conversion from 675cc3eChristophe Romain
2017-10-31Do not bind unused tail from 675cc3eChristophe Romain
2017-10-31Allow auth and pubsub plugin to use Elixir moduleChristophe Romain
2017-10-30Show real jid in mucsub subscription change eventsPaweł Chmielowski
2017-10-30Fix last commitPaweł Chmielowski
2017-10-30Add mucsub event for subscribers list changesPaweł Chmielowski
2017-10-29Merge pull request #2028 from weiss/increase-queue-sizesEvgeny Khramtsov
2017-10-27Delete cached item on node removal (#2071)Christophe Romain
2017-10-27Don't store xdata() in Mnesia tableEvgeniy Khramtsov
2017-10-27Simplify backend interface for mod_pushEvgeniy Khramtsov
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