aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't overwrite inetrc when installing (thanks to skeltoac)Badlop2013-04-041-1/+3
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2013-03-291-1/+1
|\
| * Update version number to beta2Badlop2013-03-291-1/+1
| |
* | Get rid of references to non-existent moduleEvgeniy Khramtsov2013-03-292-17/+14
| |
* | Fix several refactoring related bugsEvgeniy Khramtsov2013-03-297-37/+16
|/
* Add mod_carboncopy that implements XEP-0280 v0.8Badlop2013-03-271-0/+256
|
* Fix room configuration after binarizationBadlop2013-03-221-1/+1
|
* Fix privacy list broadcast internal stanza after binarizationBadlop2013-03-221-4/+6
|
* Change version number13.03-beta1Badlop2013-03-201-1/+1
|
* Copied PostgreSQL erlang library from ejabberd-modules SVNBadlop2013-03-1910-2/+1501
|
* Copied MySQL erlang library from ejabberd-modules SVNBadlop2013-03-1911-2/+1942
|
* Accumulated patch to binarize and indent codeBadlop2013-03-14185-42893/+49898
|
* list_to_integer/2 only works in OTP R14 and newerBadlop2013-03-141-0/+6
|
* Fix bug when displaying offline messages in WebAdminBadlop2013-03-141-1/+1
|
* Update ejabberd version number to 2.1.12v2.1.12Badlop2013-02-052-10/+10
|
* New mod_muc_log option file_permissions (EJAB-1588)Badlop2013-02-051-2/+13
|
* Fix issue with ejabberd_xmlrpc user auth and SCRAMSteven Lehrburger2013-02-041-4/+2
| | | | | | | | | After enabling SCRAM password hashing and SSL in ejabberd, XMLRPC ejabberdctl commands were resulting in errors like this: W(<0.2623.0>:ejabberd_xmlrpc:328) : Error -118 A problem '{error,invalid_account_data}' occurred executing the command user_sessions_info with arguments It seems that this because ejabberd_commands was using a different authentication check than everything else, which wasn't properly taking account for potential password hashing. (Note I'm not really sure what AccountPassMD5 is doing, but it seems to be different than the ejabberd_auth_internal's SCRAM hasing.)
* Fix compatibility of LDAP support with Erlang R16A (EJAB-1612)Badlop2013-02-041-8/+0
| | | | | | | | | As explained in Erlang/OTP git log: eldap: Remove calls to undocumented asn1rt* functions. We are about to remove the old asn1rt* modules, so we must remove the calls that eldap make to them. Since the calls are just a sanity check, we can just remove the calls. Just doing the decode will do roughly the same tests and generate similar exceptions.
* Fix warning about unused variableBadlop2013-02-011-1/+1
|
* Update Hebrew translation (thanks to Isratine Citizen)Badlop2013-01-311-279/+281
|
* Fix angle brackets handle in MUC plaintext log (EJAB-1610)Badlop2013-01-311-3/+13
|
* Update copyright datesAlexey Shchepin2013-01-24176-233/+233
|