aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typoEvgeniy Khramtsov2013-06-271-1/+1
|
* Add --enable-tools to --enable-allEvgeniy Khramtsov2013-06-271-10/+10
|
* Re-create the configure scriptEvgeniy Khramtsov2013-06-271-224/+195
|
* Enable lager support by defaultEvgeniy Khramtsov2013-06-271-5/+5
|
* Avoid custom loglevels processing for lagerEvgeniy Khramtsov2013-06-271-2/+5
|
* Logger improvements.Evgeniy Khramtsov2013-06-274-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 variablesEvgeniy Khramtsov2013-06-271-0/+3
|
* Do not forget to remove testing beams on "clean"Evgeniy Khramtsov2013-06-271-0/+1
|
* Do not check the second SASL challengeEvgeniy Khramtsov2013-06-271-15/+6
|
* Split the test suite into modulesEvgeniy Khramtsov2013-06-273-470/+501
|
* Fix external authenticationEvgeniy Khramtsov2013-06-264-13/+61
|
* Do not fetch disco#info multiple timesEvgeniy Khramtsov2013-06-264-49/+61
|
* Start the LDAP server before ejabberd applicationEvgeniy Khramtsov2013-06-261-1/+1
|
* Add more pubsub test casesEvgeniy Khramtsov2013-06-264-301/+807
|
* 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
|
* Change pubsub plugins in the testing configurationEvgeniy Khramtsov2013-06-251-6/+2
|
* update guide with simplified pubsub_odbc configChristophe Romain2013-06-242-6/+6
|
* 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-2410-209/+439
|\
| * Check exit codes carefully when running dialyzerEvgeniy Khramtsov2013-06-241-3/+6
| |
| * Fix some dialyzer warningsEvgeniy Khramtsov2013-06-246-12/+45
| |
| * Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2013-06-241-189/+376
| |\
| | * Regenerated configure scriptAlexey Shchepin2013-06-241-189/+376
| | |
| * | Split dialyzer tasks into separate Makefile targetsEvgeniy Khramtsov2013-06-241-3/+13
| | |
| * | Do not try to call obsoleted function directlyEvgeniy Khramtsov2013-06-241-1/+1
| | |
| * | 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
|/
* Improve the "dialyzer" targetEvgeniy Khramtsov2013-06-241-12/+27
|
* Add LDAP test casesEvgeniy Khramtsov2013-06-226-59/+566
|
* Do not ignore ASN.1-generated filesEvgeniy Khramtsov2013-06-221-3/+0
|
* Do not generate LDAP's ASN.1 code when compiling ejabberd.Evgeniy Khramtsov2013-06-224-0/+3417
| | | | | 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-2017-51/+51
|
* inet_dist_use_interface requires argument quotingChristophe Romain2013-06-191-2/+2
|
* Disable lager by defaultAlexey Shchepin2013-06-192-380/+193
|
* Clarify MySQL/PostgreSQL preparation for running the test suite.Evgeniy Khramtsov2013-06-191-1/+3
|