aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-247-16/+46
|\
| * Fix some dialyzer warningsEvgeniy Khramtsov2013-06-246-12/+45
| |
| * 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
|/
* Do not generate LDAP's ASN.1 code when compiling ejabberd.Evgeniy Khramtsov2013-06-222-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 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-2016-49/+49
|
* Shutdown rooms before starting test casesEvgeniy Khramtsov2013-06-192-1/+17
|
* Added missing license and copyright headers.Jerome Sautret2013-06-182-16/+37
|
* sync pubsub_odbc with last fixChristophe Romain2013-06-181-1/+1
|
* Fix node auto-creationEvgeniy Khramtsov2013-06-181-1/+1
|
* sync and cleanup pubsub_odbcChristophe Romain2013-06-172-1190/+1
|
* fix auto-create issue due to bad binary matchingChristophe Romain2013-06-171-1/+1
|
* Fixed broadcast messages handlingAlexey Shchepin2013-06-172-12/+33
|
* Fixed conversion to ezlibAlexey Shchepin2013-06-173-28/+9
|
* Advertise privacy lists support via disco#infoEvgeniy Khramtsov2013-06-171-0/+2
|
* Don't include sub-elements in IQ results where it's not requiredEvgeniy Khramtsov2013-06-172-8/+8
| | | | by the corresponding spec (RFC or XEP).
* Fix the error report of an incorrect certfileEvgeniy Khramtsov2013-06-172-6/+9
|
* Remove old obsolete R14 codeBadlop2013-06-141-12/+1
|
* In frontends, if result is in binary then convert to stringBadlop2013-06-141-1/+4
|
* Make ejabberd_ctl not die for ejabberd_commands with binary argumentsPaweł Chmielowski2013-06-141-2/+2
|
* cosmetic changes, move badly placed commentsChristophe Romain2013-06-145-220/+143
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-13300-96656/+309
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* Detect correctly newer Darwin versions (EJAB-1594)Badlop2013-06-062-4/+4
|
* fix getting ServerHost from Host due to binary portage (EJAB-1638)Christophe Romain2013-06-062-10/+8
|
* access_createnode acl also applies to auto created nodes ported to pubsub_odbcChristophe Romain2013-06-062-72/+87
|
* Handle multiple < and > in mod_muc_log plaintext mode (EJAB-1640)Badlop2013-05-311-3/+3
|
* Handle ~ control sequence in text of mod_muc_log (EJAB-1639)Badlop2013-05-301-4/+8
|
* Fix a bug when reading tuples from configPaul Donohue2013-05-241-1/+1
| | | | | | | | | | | | If the config contains a tuple of integers (for example, if a bind IP address is specified) then strings_to_binary() calls tuple_to_list() followed by strings_to_binary(), which then calls list_to_binary() because the list looks like a string. Then list_to_tuple() is called on the returned binary, causing a crash. This patch corrects the problem by calling strings_to_binary1() instead, which ensures that the value that is passed into list_to_tuple() is a list.
* Removed wrong option for `ejabberd_service` module (since 174c16a1)Anton Ryzhov2013-05-161-1/+0
|
* Tweak ejabberd_listener to allow ejabberd_xmlrpc work properlyBadlop2013-05-141-1/+5
|
* Fix get of announcement formBadlop2013-04-251-1/+1
|
* Merge pull request #62 from PaulSD/masterbadlop2013-04-252-3/+7
|\ | | | | Fix errors when generating random binary strings
| * Fix error when generating random binary stringsPaul Donohue2013-04-192-3/+7
| |
* | access_createnode acl also applies to auto created nodes (thanks to Matthias ↵Badlop2013-04-251-3/+5
| | | | | | | | Rieber)
* | Include actor element in MUC stanzas when kicking (thanks to Purvesh ↵Badlop2013-04-241-10/+24
| | | | | | | | Sahoo)(EJAB-1206)
* | Revert "Include actor element in MUC stanzas when kicking (thanks to Purvesh ↵Badlop2013-04-231-26/+10
| | | | | | | | | | | | Sahoo)(EJAB-1206)" This reverts commit 066c47ca96e09411b21df0c8e590a7de32a1e6a5.
* | Include actor element in MUC stanzas when kicking (thanks to Purvesh ↵Badlop2013-04-231-10/+26
| | | | | | | | Sahoo)(EJAB-1206)
* | SCRAM optional parameter parsing bugfixStephen Röttger2013-04-231-36/+43
|/ | | | | | The server gave an authentication error, if optional parameters were present in the GS2 Header. Specifically, the "a=" parameter, that can be used by admins to login as a different user.
* Fix bug when getting room configBadlop2013-04-151-1/+1
|
* Fix mod_http_fileserver work with binaries (GITHUB-59)Badlop2013-04-121-7/+7
|
* ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)Badlop2013-04-1110-421/+21
| | | | Fix documents and remove useless code.
* Change message type of carbon copies from 'chart' to 'chat'Janusz Dziemidowicz2013-04-091-2/+2
|