aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #69 from PaulSD/masterbadlop2013-05-271-1/+1
|\ | | | | Fix a bug when reading tuples from config
| * 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.
* Merge pull request #67 from anton-ryzhov/config_examplebadlop2013-05-161-1/+0
|\ | | | | Removed wrong option for `ejabberd_service` module (since 174c16a1)
| * 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-1112-428/+24
| | | | Fix documents and remove useless code.
* Merge pull request #57 from rraptorr/carboncopybadlop2013-04-101-2/+2
|\ | | | | Change message type of carbon copies from 'chart' to 'chat'
| * 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
|
* remove obsolete packaging fileChristophe Romain2013-04-021-5/+0
|
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2013-03-292-2/+2
|\
| * Update version number to beta2Badlop2013-03-292-2/+2
| |
* | 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
|
* Update URL of ejabberd's Git repositoryBadlop2013-03-271-1/+1
|
* Fix documentation of mysql and pgsql configurationBadlop2013-03-271-13/+12
|
* Improve documentation of MSSQL database configurationBadlop2013-03-271-19/+33
|
* Improve documentation of MySQL storageBadlop2013-03-271-11/+72
|
* Improve documentation of anonymous authBadlop2013-03-271-10/+29
|
* 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-202-2/+2
|
* 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-056-98/+105
|
* Added release notes for 2.1.12Badlop2013-02-051-0/+67
|
* New mod_muc_log option file_permissions (EJAB-1588)Badlop2013-02-052-2/+19
|
* 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-24179-236/+236
|
* Make sure update_info returns atoms only (EJAB-1595) (Thanks to Jose M Herrero)Evgeniy Khramtsov2013-01-031-17/+20
|
* Fixed signedness issue in tls_drv GET_DESCRYPTED_INPUT (EJAB-1591)Alexey Shchepin2012-12-201-1/+2
|
* Added command to list all the vhosts registered in an ejabberd nodeRemco Wendt2012-12-191-0/+8
|