aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-2116-36/+510
|
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-174-5/+33
|
* Do not forget to re-define the crash.log pathEvgeniy Khramtsov2013-07-151-0/+2
|
* Allow room member to get members list using XEPBadlop2013-07-111-1/+2
|
* fix badmatch in send_loop (EJAB-1650)Christophe Romain2013-07-101-1/+1
|
* fix badmatch on remove_user on PEP nodes (EJAB-1649)Christophe Romain2013-07-092-7/+5
|
* fix invalid response on get_options when no options set (EJAB-1648)Christophe Romain2013-07-092-28/+42
|
* Apparently configure.erl is not needed anymoreBadlop2013-07-081-90/+0
|
* gen_iq_handler:check_type was missingAlexey Shchepin2013-07-081-1/+12
|
* Improve the applications start-upEvgeniy Khramtsov2013-07-074-135/+102
| | | | | * Check if all modules present for every application loaded. * Get rid of now obsoleted 'ejabberd_check' module.
* fix pubsub unsubscription without SubId on odbcChristophe Romain2013-07-041-1/+1
|
* improve pubsub odbc use of i2lChristophe Romain2013-07-042-28/+27
|
* ip_adresse() does not need binary representation in configChristophe Romain2013-06-281-0/+3
|
* Fix IDNA conversionEvgeniy Khramtsov2013-06-281-4/+23
|
* Store only messages with body or subject (EJABS-2034)Badlop2013-06-271-2/+17
|
* Avoid custom loglevels processing for lagerEvgeniy Khramtsov2013-06-271-2/+5
|
* Logger improvements.Evgeniy Khramtsov2013-06-273-70/+111
| | | | | | | | | | lager: * It is now possible to change the loglevel. * Log rotation is now supported as well. p1_logger: * When rotating a log file, add suffix ".0" to the renamed file. This is needed in order to be consistent with lager rotation mechanism.
* Fix external authenticationEvgeniy Khramtsov2013-06-261-13/+7
|
* fix feature build on node disco#info13.06Christophe Romain2013-06-252-4/+4
|
* Fix previous commitBadlop2013-06-251-2/+2
|
* Normalize HTTP path (thanks to Justin Kirby)Badlop2013-06-252-5/+14
|
* typo fix in specChristophe Romain2013-06-241-1/+1
|
* fix missing binarization switch on pep nodesChristophe Romain2013-06-241-4/+4
|
* cosmetic changeChristophe Romain2013-06-241-2/+2
|
* add missing list conversionChristophe Romain2013-06-241-1/+1
|
* decode_jid always gets binary(), encode_jid lets mod_pubsub handle conversionChristophe Romain2013-06-241-10/+3
|
* minor improvements and binary fixChristophe Romain2013-06-242-17/+10
|
* typo fix, related to commit 9194872Christophe Romain2013-06-241-1/+1
|
* remove obsolete node attributeChristophe Romain2013-06-242-3/+1
|
* Merge branch 'master' of github.com:processone/ejabberdChristophe Romain2013-06-247-16/+46
|\
| * Fix some dialyzer warningsEvgeniy Khramtsov2013-06-246-12/+45
| |
| * Improve the type specEvgeniy Khramtsov2013-06-241-1/+1
| |
| * Get rid of useless clauseEvgeniy Khramtsov2013-06-241-3/+0
| |
* | change default PEP config for simpler setup (EJAB-1494)Christophe Romain2013-06-242-4/+4
| |
* | remove need of extra _odbc in pubsub plugin nameChristophe Romain2013-06-242-12/+24
| |
* | fix decode function for binaryzed dataChristophe Romain2013-06-241-5/+5
|/
* Do not generate LDAP's ASN.1 code when compiling ejabberd.Evgeniy Khramtsov2013-06-222-0/+3336
| | | | | We need ASN.1 codec to decode messages into binaries, so we fixed generated ELDAPv3.erl. A better solution is needed to be found.
* According to XEP-0045, a MUC member is allowed to retrieve the members listBadlop2013-06-211-0/+1
|
* fix empty itemid on publish when passing AccessChristophe Romain2013-06-202-4/+4
|
* fix pubsub issue on binary switchChristophe Romain2013-06-205-50/+44
|
* Fix all calls to functions of p1_tls applicationEvgeniy Khramtsov2013-06-2016-49/+49
|
* Shutdown rooms before starting test casesEvgeniy Khramtsov2013-06-192-1/+17
|
* Added missing license and copyright headers.Jerome Sautret2013-06-182-16/+37
|
* sync pubsub_odbc with last fixChristophe Romain2013-06-181-1/+1
|
* Fix node auto-creationEvgeniy Khramtsov2013-06-181-1/+1
|
* sync and cleanup pubsub_odbcChristophe Romain2013-06-172-1190/+1
|
* fix auto-create issue due to bad binary matchingChristophe Romain2013-06-171-1/+1
|
* Fixed broadcast messages handlingAlexey Shchepin2013-06-172-12/+33
|
* Fixed conversion to ezlibAlexey Shchepin2013-06-173-28/+9
|
* Advertise privacy lists support via disco#infoEvgeniy Khramtsov2013-06-171-0/+2
|