aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|
* Shutdown rooms before starting test casesEvgeniy Khramtsov2013-06-193-1/+20
|
* Add tests for modules using MySQL/PostgreSQLEvgeniy Khramtsov2013-06-194-53/+237
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2013-06-194-164/+191
|\
| * Improve handling of INET_DIST_INTERFACE option (EJAB-1611)Badlop2013-06-181-1/+5
| | | | | | | | | | In old releases, only the erlang format {127,0,0,1} was supported. Now we support also 127.0.0.1, but we want backwards compatibility.
| * Added missing license and copyright headers.Jerome Sautret2013-06-182-16/+37
| |
| * improve ejabberdctl, and support different node names (thanks to Zach ↵Christophe Romain2013-06-182-148/+150
| | | | | | | | Calvert)(EJAB-1611)
* | Better DLL location detection when executing `make install`Evgeniy Khramtsov2013-06-191-3/+3
|/
* Some deps have their DLLs in "priv" directory (not "priv/lib").Evgeniy Khramtsov2013-06-181-0/+1
| | | | Do not forget to `install` them as well.
* Better handle incoming packets sequenceEvgeniy Khramtsov2013-06-181-3/+3
|
* Add some missing applications to the reltool scriptEvgeniy Khramtsov2013-06-181-2/+5
|
* sync pubsub_odbc with last fixChristophe Romain2013-06-181-1/+1
|
* Fix node auto-creationEvgeniy Khramtsov2013-06-181-1/+1
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2013-06-183-1191/+2
|\
| * sync and cleanup pubsub_odbcChristophe Romain2013-06-172-1190/+1
| |
| * fix auto-create issue due to bad binary matchingChristophe Romain2013-06-171-1/+1
| |
* | Re-generate XMPP codec, decrease tests verbosityEvgeniy Khramtsov2013-06-184-10134/+10228
|/
* Fixed broadcast messages handlingAlexey Shchepin2013-06-172-12/+33
|
* Fixed conversion to ezlibAlexey Shchepin2013-06-173-28/+9
|
* Add simple mod_offline checksEvgeniy Khramtsov2013-06-171-0/+25
|
* Add some MUC checks. Several cleanupsEvgeniy Khramtsov2013-06-174-520/+2345
|
* Add mod_proxy65 test caseEvgeniy Khramtsov2013-06-174-52/+483
|
* Check item groups separatelyEvgeniy Khramtsov2013-06-171-3/+4
|
* Add roster checksEvgeniy Khramtsov2013-06-174-47/+294
|
* Advertise privacy lists support via disco#infoEvgeniy Khramtsov2013-06-172-7/+3
|
* Don't include sub-elements in IQ results where it's not requiredEvgeniy Khramtsov2013-06-173-25/+11
| | | | by the corresponding spec (RFC or XEP).
* Improve "unregister" test caseEvgeniy Khramtsov2013-06-171-1/+3
|
* Add registration remove test caseEvgeniy Khramtsov2013-06-174-109/+173
|
* Test suite cleanup.Evgeniy Khramtsov2013-06-173-47/+43
| | | | | * Split test cases in groups. * Increase a loglevel of common_test framework.
* Fix the error report of an incorrect certfileEvgeniy Khramtsov2013-06-172-6/+9
|
* Better certfile location detection by the test suiteEvgeniy Khramtsov2013-06-172-1/+3
|
* Remove forgotten commentsEvgeniy Khramtsov2013-06-171-4/+0
|
* Add zlib compression test caseEvgeniy Khramtsov2013-06-175-20/+379
|