Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gen_iq_handler:check_type was missing | Alexey Shchepin | 2013-07-08 | 1 | -1/+12 | |
| | ||||||
* | Cleanup the test suite (just a little) | Evgeniy Khramtsov | 2013-07-07 | 1 | -11/+2 | |
| | ||||||
* | Use error_logger directly in the LDAP test server | Evgeniy Khramtsov | 2013-07-07 | 1 | -6/+8 | |
| | ||||||
* | Do not build p1_logger if lager is enabled | Evgeniy Khramtsov | 2013-07-07 | 2 | -3/+5 | |
| | ||||||
* | 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. | |||||
* | Improve the XMPP codec, fix the test suite accordingly | Evgeniy Khramtsov | 2013-07-07 | 4 | -35/+610 | |
| | ||||||
* | 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 | |
| | ||||||
* | Re-generate the XMPP codec | Evgeniy Khramtsov | 2013-07-03 | 1 | -584/+726 | |
| | ||||||
* | Update the rebar script | Evgeniy Khramtsov | 2013-07-01 | 1 | -0/+0 | |
| | ||||||
* | Update the rebar script | Evgeniy Khramtsov | 2013-06-30 | 1 | -0/+0 | |
| | ||||||
* | Improve the rebar script. Keep the build graph by default. | Evgeniy Khramtsov | 2013-06-30 | 2 | -0/+1 | |
| | ||||||
* | Remove stupid slow code from rebar, regenerate the script | Evgeniy Khramtsov | 2013-06-30 | 1 | -0/+0 | |
| | ||||||
* | Update XMPP codec spec to reflect | Evgeniy Khramtsov | 2013-06-29 | 1 | -1979/+1979 | |
| | | | | the changes in xml_gen | |||||
* | 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 | |
| | ||||||
* | Re-create the configure script | Evgeniy Khramtsov | 2013-06-27 | 1 | -17/+17 | |
| | ||||||
* | Fix a typo | Evgeniy Khramtsov | 2013-06-27 | 1 | -1/+1 | |
| | ||||||
* | Add --enable-tools to --enable-all | Evgeniy Khramtsov | 2013-06-27 | 1 | -10/+10 | |
| | ||||||
* | Re-create the configure script | Evgeniy Khramtsov | 2013-06-27 | 1 | -224/+195 | |
| | ||||||
* | Enable lager support by default | Evgeniy Khramtsov | 2013-06-27 | 1 | -5/+5 | |
| | ||||||
* | Avoid custom loglevels processing for lager | Evgeniy Khramtsov | 2013-06-27 | 1 | -2/+5 | |
| | ||||||
* | Logger improvements. | Evgeniy Khramtsov | 2013-06-27 | 4 | -75/+116 | |
| | | | | | | | | | | 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. | |||||
* | Pre-load applications before setting the environment variables | Evgeniy Khramtsov | 2013-06-27 | 1 | -0/+3 | |
| | ||||||
* | Do not forget to remove testing beams on "clean" | Evgeniy Khramtsov | 2013-06-27 | 1 | -0/+1 | |
| | ||||||
* | Do not check the second SASL challenge | Evgeniy Khramtsov | 2013-06-27 | 1 | -15/+6 | |
| | ||||||
* | Split the test suite into modules | Evgeniy Khramtsov | 2013-06-27 | 3 | -470/+501 | |
| | ||||||
* | Fix external authentication | Evgeniy Khramtsov | 2013-06-26 | 4 | -13/+61 | |
| | ||||||
* | Do not fetch disco#info multiple times | Evgeniy Khramtsov | 2013-06-26 | 4 | -49/+61 | |
| | ||||||
* | Start the LDAP server before ejabberd application | Evgeniy Khramtsov | 2013-06-26 | 1 | -1/+1 | |
| | ||||||
* | Add more pubsub test cases | Evgeniy Khramtsov | 2013-06-26 | 4 | -301/+807 | |
| | ||||||
* | 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 | |
| | ||||||
* | Change pubsub plugins in the testing configuration | Evgeniy Khramtsov | 2013-06-25 | 1 | -6/+2 | |
| | ||||||
* | update guide with simplified pubsub_odbc config | Christophe Romain | 2013-06-24 | 2 | -6/+6 | |
| | ||||||
* | 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 | 10 | -209/+439 | |
|\ | ||||||
| * | Check exit codes carefully when running dialyzer | Evgeniy Khramtsov | 2013-06-24 | 1 | -3/+6 | |
| | | ||||||
| * | Fix some dialyzer warnings | Evgeniy Khramtsov | 2013-06-24 | 6 | -12/+45 | |
| | | ||||||
| * | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2013-06-24 | 1 | -189/+376 | |
| |\ | ||||||
| | * | Regenerated configure script | Alexey Shchepin | 2013-06-24 | 1 | -189/+376 | |
| | | |