Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add SQL to Mnesia converter | Evgeniy Khramtsov | 2013-07-21 | 16 | -36/+510 | |
| | ||||||
* | Make it possible to enable/disable TLS compression | Evgeniy Khramtsov | 2013-07-17 | 4 | -5/+33 | |
| | ||||||
* | Do not forget to re-define the crash.log path | Evgeniy Khramtsov | 2013-07-15 | 1 | -0/+2 | |
| | ||||||
* | Allow room member to get members list using XEP | Badlop | 2013-07-11 | 1 | -1/+2 | |
| | ||||||
* | fix badmatch in send_loop (EJAB-1650) | Christophe Romain | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | fix badmatch on remove_user on PEP nodes (EJAB-1649) | Christophe Romain | 2013-07-09 | 2 | -7/+5 | |
| | ||||||
* | fix invalid response on get_options when no options set (EJAB-1648) | Christophe Romain | 2013-07-09 | 2 | -28/+42 | |
| | ||||||
* | Apparently configure.erl is not needed anymore | Badlop | 2013-07-08 | 1 | -90/+0 | |
| | ||||||
* | gen_iq_handler:check_type was missing | Alexey Shchepin | 2013-07-08 | 1 | -1/+12 | |
| | ||||||
* | Improve the applications start-up | Evgeniy Khramtsov | 2013-07-07 | 4 | -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 odbc | Christophe Romain | 2013-07-04 | 1 | -1/+1 | |
| | ||||||
* | improve pubsub odbc use of i2l | Christophe Romain | 2013-07-04 | 2 | -28/+27 | |
| | ||||||
* | ip_adresse() does not need binary representation in config | Christophe Romain | 2013-06-28 | 1 | -0/+3 | |
| | ||||||
* | Fix IDNA conversion | Evgeniy Khramtsov | 2013-06-28 | 1 | -4/+23 | |
| | ||||||
* | Store only messages with body or subject (EJABS-2034) | Badlop | 2013-06-27 | 1 | -2/+17 | |
| | ||||||
* | Avoid custom loglevels processing for lager | Evgeniy Khramtsov | 2013-06-27 | 1 | -2/+5 | |
| | ||||||
* | Logger improvements. | Evgeniy Khramtsov | 2013-06-27 | 3 | -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 authentication | Evgeniy Khramtsov | 2013-06-26 | 1 | -13/+7 | |
| | ||||||
* | fix feature build on node disco#info13.06 | Christophe Romain | 2013-06-25 | 2 | -4/+4 | |
| | ||||||
* | Fix previous commit | Badlop | 2013-06-25 | 1 | -2/+2 | |
| | ||||||
* | Normalize HTTP path (thanks to Justin Kirby) | Badlop | 2013-06-25 | 2 | -5/+14 | |
| | ||||||
* | typo fix in spec | Christophe Romain | 2013-06-24 | 1 | -1/+1 | |
| | ||||||
* | fix missing binarization switch on pep nodes | Christophe Romain | 2013-06-24 | 1 | -4/+4 | |
| | ||||||
* | cosmetic change | Christophe Romain | 2013-06-24 | 1 | -2/+2 | |
| | ||||||
* | add missing list conversion | Christophe Romain | 2013-06-24 | 1 | -1/+1 | |
| | ||||||
* | decode_jid always gets binary(), encode_jid lets mod_pubsub handle conversion | Christophe Romain | 2013-06-24 | 1 | -10/+3 | |
| | ||||||
* | minor improvements and binary fix | Christophe Romain | 2013-06-24 | 2 | -17/+10 | |
| | ||||||
* | typo fix, related to commit 9194872 | Christophe Romain | 2013-06-24 | 1 | -1/+1 | |
| | ||||||
* | remove obsolete node attribute | Christophe Romain | 2013-06-24 | 2 | -3/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:processone/ejabberd | Christophe Romain | 2013-06-24 | 7 | -16/+46 | |
|\ | ||||||
| * | Fix some dialyzer warnings | Evgeniy Khramtsov | 2013-06-24 | 6 | -12/+45 | |
| | | ||||||
| * | Improve the type spec | Evgeniy Khramtsov | 2013-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Get rid of useless clause | Evgeniy Khramtsov | 2013-06-24 | 1 | -3/+0 | |
| | | ||||||
* | | change default PEP config for simpler setup (EJAB-1494) | Christophe Romain | 2013-06-24 | 2 | -4/+4 | |
| | | ||||||
* | | remove need of extra _odbc in pubsub plugin name | Christophe Romain | 2013-06-24 | 2 | -12/+24 | |
| | | ||||||
* | | fix decode function for binaryzed data | Christophe Romain | 2013-06-24 | 1 | -5/+5 | |
|/ | ||||||
* | Do not generate LDAP's ASN.1 code when compiling ejabberd. | Evgeniy Khramtsov | 2013-06-22 | 2 | -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 list | Badlop | 2013-06-21 | 1 | -0/+1 | |
| | ||||||
* | fix empty itemid on publish when passing Access | Christophe Romain | 2013-06-20 | 2 | -4/+4 | |
| | ||||||
* | fix pubsub issue on binary switch | Christophe Romain | 2013-06-20 | 5 | -50/+44 | |
| | ||||||
* | Fix all calls to functions of p1_tls application | Evgeniy Khramtsov | 2013-06-20 | 16 | -49/+49 | |
| | ||||||
* | Shutdown rooms before starting test cases | Evgeniy Khramtsov | 2013-06-19 | 2 | -1/+17 | |
| | ||||||
* | Added missing license and copyright headers. | Jerome Sautret | 2013-06-18 | 2 | -16/+37 | |
| | ||||||
* | sync pubsub_odbc with last fix | Christophe Romain | 2013-06-18 | 1 | -1/+1 | |
| | ||||||
* | Fix node auto-creation | Evgeniy Khramtsov | 2013-06-18 | 1 | -1/+1 | |
| | ||||||
* | sync and cleanup pubsub_odbc | Christophe Romain | 2013-06-17 | 2 | -1190/+1 | |
| | ||||||
* | fix auto-create issue due to bad binary matching | Christophe Romain | 2013-06-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed broadcast messages handling | Alexey Shchepin | 2013-06-17 | 2 | -12/+33 | |
| | ||||||
* | Fixed conversion to ezlib | Alexey Shchepin | 2013-06-17 | 3 | -28/+9 | |
| | ||||||
* | Advertise privacy lists support via disco#info | Evgeniy Khramtsov | 2013-06-17 | 1 | -0/+2 | |
| |