aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not distribute the ACL tableEvgeniy Khramtsov2013-08-211-7/+37
* Get rid of global configuration optionsEvgeniy Khramtsov2013-08-212-117/+44
* Enumerate in guide.tex what processes are started for ejabberd (EJAB-1082)Badlop2013-08-051-0/+5
* Merge pull request #85 from imtal/patch-1Evgeny Khramtsov2013-07-241-0/+4
|\
| * Fix version checktjeerd2013-07-241-0/+4
|/
* Fix timestamp processingEvgeniy Khramtsov2013-07-231-3/+7
* Fix some type errorsEvgeniy Khramtsov2013-07-222-4/+4
* Make it possible to import without cursor usageEvgeniy Khramtsov2013-07-221-22/+38
* Typo fixEvgeniy Khramtsov2013-07-221-1/+1
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-2116-36/+510
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-175-8/+41
* Merge pull request #83 from tagged/makefileEvgeny Khramtsov2013-07-151-1/+1
|\
| * make deps/.built depend on deps/.gotChristopher A. Stelma2013-07-151-1/+1
|/
* Do not forget to re-define the crash.log pathEvgeniy Khramtsov2013-07-151-0/+2
* Increase the timetrap timeoutEvgeniy Khramtsov2013-07-151-1/+1
* Merge pull request #82 from tuncer/rebar-debug_infoEvgeny Khramtsov2013-07-141-2/+2
|\
| * rebar.config.script: fix debug_info handlingTuncer Ayaz2013-07-131-2/+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-0/+0
* gen_iq_handler:check_type was missingAlexey Shchepin2013-07-081-1/+12
* Cleanup the test suite (just a little)Evgeniy Khramtsov2013-07-071-11/+2
* Use error_logger directly in the LDAP test serverEvgeniy Khramtsov2013-07-071-6/+8
* Do not build p1_logger if lager is enabledEvgeniy Khramtsov2013-07-072-3/+5
* Improve the applications start-upEvgeniy Khramtsov2013-07-074-135/+102
* Improve the XMPP codec, fix the test suite accordinglyEvgeniy Khramtsov2013-07-074-35/+610
* fix pubsub unsubscription without SubId on odbcChristophe Romain2013-07-041-1/+1
* improve pubsub odbc use of i2lChristophe Romain2013-07-042-28/+27
* Re-generate the XMPP codecEvgeniy Khramtsov2013-07-031-584/+726
* Update the rebar scriptEvgeniy Khramtsov2013-07-011-0/+0
* Update the rebar scriptEvgeniy Khramtsov2013-06-301-0/+0
* Improve the rebar script. Keep the build graph by default.Evgeniy Khramtsov2013-06-302-0/+1
* Remove stupid slow code from rebar, regenerate the scriptEvgeniy Khramtsov2013-06-301-0/+0
* Update XMPP codec spec to reflectEvgeniy Khramtsov2013-06-291-1979/+1979
* 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
* Re-create the configure scriptEvgeniy Khramtsov2013-06-271-17/+17
* 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
* 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