aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates in header filesEvgeniy Khramtsov2018-01-0634-34/+34
* Don't display copyright dates in vCards of servicesEvgeniy Khramtsov2018-01-061-1/+1
* Improve muc#roominfo and muc#roomconfig formsEvgeniy Khramtsov2017-11-271-1/+2
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-151-0/+53
|\
| * Explain what is needed for the acme configuration and other small changesKonstantinos Kallas2017-11-141-2/+6
| * Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas2017-08-101-1/+1
| * Finish revoke_certificate and add specsKonstantinos Kallas2017-07-291-3/+18
| * Support certificate revocationKonstantinos Kallas2017-07-271-3/+3
| * Pretty print list-certificatesKonstantinos Kallas2017-07-181-0/+5
| * Save acquired certificates in persistent storageKonstantinos Kallas2017-07-171-4/+0
| * Change the persistent data structure from a record to a proplistKonstantinos Kallas2017-07-171-6/+0
| * Make some persistent data wrapper functionsKonstantinos Kallas2017-07-171-1/+9
| * Clean up get_certificate codeKonstantinos Kallas2017-07-071-0/+4
| * Add support for command get_certificates, very crudeKonstantinos Kallas2017-07-031-5/+17
| * Cleanup acme_challenge.erl, move types and records in ejabberd_acme.hrlKonstantinos Kallas2017-06-171-0/+15
* | Fix a record defaultEvgeniy Khramtsov2017-11-131-1/+1
* | Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-0/+3
* | Fix typespecEvgeniy Khramtsov2017-10-271-1/+1
* | Don't store xdata() in Mnesia tableEvgeniy Khramtsov2017-10-271-1/+1
* | Make it possible to export push_session table to SQLEvgeniy Khramtsov2017-10-261-0/+24
* | Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov2017-10-251-0/+22
* | Replace translate:mark/1 with ?T() macroEvgeniy Khramtsov2017-09-241-0/+1
|/
* Implement cache for mod_privacy/mod_blockingEvgeniy Khramtsov2017-05-201-8/+0
* Implement cache for rosterEvgeniy Khramtsov2017-05-171-7/+0
* LOG_PATH macro should be of string typeEvgeniy Khramtsov2017-05-061-1/+1
* Default config file should be ejabberd.ymlEvgeniy Khramtsov2017-04-161-1/+1
* Add Riak as mod_carboncopy RAM backendEvgeniy Khramtsov2017-04-151-2/+3
* Use cache in front of Redis/SQL RAM backendsEvgeniy Khramtsov2017-04-144-0/+8
* Refactor pubsub's get_last_itemsChristophe Romain2017-03-301-0/+2
* Add support for file-based queuesEvgeniy Khramtsov2017-03-101-5/+4
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-187-28/+29
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-2/+0
* mod_pubsub: Fix last item cache for multiple hostsHolger Weiss2017-01-211-1/+1
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-204-14/+15
|\
| * Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-133-12/+15
| * Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-2/+0
* | Update copyright date automatically (#1442)Badlop2017-01-0232-33/+33
* | Cleanup file headersChristophe Romain2016-12-2715-20/+255
* | Enforce pubsub node removal, revert previous commit (#1320)Christophe Romain2016-12-091-0/+6
|/
* Move copyright definition to ejabberd.hrlEvgeniy Khramtsov2016-11-231-0/+2
* Add missing include filePaweł Chmielowski2016-11-221-0/+51
* Remove now() from mod_offline.hrlPaweł Chmielowski2016-11-221-2/+2
* Switch to stand-alone XMPP libraryEvgeniy Khramtsov2016-11-1915-1569/+0
* Remove useless NO_EXT_LIB flagChristophe Romain2016-11-182-8/+0
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-181-3/+4
|\
| * Add configurable weight for commandsChristophe Romain2016-11-151-3/+4
* | Make common tests working againEvgeniy Khramtsov2016-11-181-0/+13
|/
* Don't auto-decode forwarded payloadEvgeniy Khramtsov2016-11-131-1/+1
* Remove unused header fileEvgeniy Khramtsov2016-11-131-20/+0
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-127-17/+121
|\