aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Support legacy muc#roomconfig values (#1469)Evgeniy Khramtsov2017-01-191-1/+24
| |
* | Fix typoChristophe Romain2017-01-181-2/+2
| |
* | Reset table only if new def change from runtimeChristophe Romain2017-01-181-5/+5
| |
* | Improve check of mnesia schema opearationsChristophe Romain2017-01-181-37/+54
| |
* | Improve <delay/> tag insertionEvgeniy Khramtsov2017-01-181-4/+6
| |
* | Cope with malformed values in 'rosterusers' SQL table (#1466)Evgeniy Khramtsov2017-01-181-21/+59
| |
* | Remove wrong index settingChristophe Romain2017-01-171-2/+1
| |
* | Let ejabberd_mnesia handles copy_typeChristophe Romain2017-01-177-41/+24
| |
* | Fix index processing (#1461)Christophe Romain2017-01-171-4/+7
| |
* | Speedup table setup, no io if EJABBERD_SCHEMA_PATH not set (#1461)Christophe Romain2017-01-171-13/+9
| |
* | Avoid stopping mod_offline before supervisor termination (#1464)Evgeniy Khramtsov2017-01-171-1/+0
| |
* | Add example api_permisions: definition to config templatePaweł Chmielowski2017-01-132-1/+36
| | | | | | | | Also expand default config to have rule for admin oauth
* | Decode message before checking for expiration (#1458)Evgeniy Khramtsov2017-01-131-18/+20
| |
* | Usable size for Shared rosters members textarea (EJAB-1753)Badlop2017-01-131-1/+1
| |
* | Fix configuration commands (#1432)Evgeniy Khramtsov2017-01-131-10/+9
| |
* | Add forgotten -include_lib()Evgeniy Khramtsov2017-01-131-0/+1
| |
* | Add SSL support for SQL connectionsEvgeniy Khramtsov2017-01-102-8/+61
| | | | | | | | | | Currently only PostgreSQL is supported. This requires p1_pgsql-1.1.2 and higher.
* | update depsChristophe Romain2017-01-101-6/+6
| |
* | pubsub_subscription may is not used (migration is optional)Christophe Romain2017-01-101-3/+3
| |
* | Fix migration of old pubsub database (#1409)Christophe Romain2017-01-102-103/+107
| |
* | Allow old-stype mod_vcard_ldap in the config (#1410)Evgeniy Khramtsov2017-01-101-0/+1
| |
* | Fix typo in previous commitBadlop2017-01-091-1/+1
| |
* | Simplify setting allow_subscription (#1404)Badlop2017-01-091-6/+1
| |
* | Set from/to in every routed packetEvgeniy Khramtsov2017-01-091-25/+17
| |
* | Fix problem with get_vcard command (#1447)Badlop2017-01-061-2/+2
| |
* | Get nodes from ejabberd_cluster instead of mnesiaChristophe Romain2017-01-032-6/+11
| |
* | Cleanup file headersChristophe Romain2017-01-0333-165/+459
| |
* | Specify that process_rosteritems command works only with Mnesia storageBadlop2017-01-031-1/+1
| |
* | Update copyright date automatically (#1442)Badlop2017-01-02275-278/+278
| |
* | Remove mod_http_bind and migration code to mod_boshPaweł Chmielowski2017-01-026-1490/+139
| |
* | Fix cyrsasl test after recent changesPaweł Chmielowski2017-01-021-5/+5
| |
* | Correctly process errors from new cyrsasl APIEvgeniy Khramtsov2017-01-021-8/+18
| |
* | Improve return values in cyrsasl APIEvgeniy Khramtsov2017-01-026-82/+153
| |
* | Fix case clauses when using compression (#1431)(thanks to Evgeniy Khramtsov)Badlop2016-12-291-2/+2
| |
* | Cleanup file headersChristophe Romain2016-12-2774-353/+1501
| |
* | Allow subscriber to create room, then set allow_subscription=true (#1404)Badlop2016-12-261-2/+8
| |
* | Revert "Fix 'nodetree' configuration lookups for PEP"Holger Weiss2016-12-251-1/+1
| | | | | | | | | | | | This reverts commit 7ef8dfb4e0d61f34ce07e7b65edcbe0cb164d2f5. The config/3 function copes with the PEP case.
* | Fix 'nodetree' configuration lookups for PEPHolger Weiss2016-12-251-1/+1
| |
* | Prepare mix for 16.1216.12Christophe Romain2016-12-222-1/+2
| |
* | Update depsPaweł Chmielowski2016-12-221-3/+3
| |
* | Extract correctly the text from #stanza_error (#1425)Badlop2016-12-171-6/+1
| |
* | Describe command arguments and results in ejabberd_adminBadlop2016-12-121-6/+77
| |
* | Copy recent make_opts function from mod_muc_room.erlBadlop2016-12-091-29/+41
| |
* | Enforce pubsub node removal, revert previous commit (#1320)Christophe Romain2016-12-093-7/+31
| | | | | | | | | | This reverts commit 2976c2d921fcc4eb0c55abb54842351cc0adfb86. and enforce node purge/removal instead
* | Enforce affiliation removal, remove corresponding items (#1320)Christophe Romain2016-12-092-15/+18
| |
* | Improve handling on acl rules in api_permissionsPaweł Chmielowski2016-12-081-3/+3
| |
* | API call does not necessary use token, it could use basic authMickael Remond2016-12-081-1/+1
| |
* | Recognize "- who:" not only "who:" syntax in api_permissionsPaweł Chmielowski2016-12-081-1/+2
| |
* | Cleanup ext_mod and fix compilation pathChristophe Romain2016-12-072-108/+86
| |
* | Try to fix interminent failures in cyrsasl testsPaweł Chmielowski2016-12-061-1/+1
| |