aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Merge pull request #37 from rraptorr/tlsalexeyshch2012-12-171-2/+101
|\ | | | | TLS driver impovements
| * Detect OpenSSL version at runtime, not at compile timeJanusz Dziemidowicz2012-07-241-3/+7
| |
| * Enable DHE key exchange in TLS driverJanusz Dziemidowicz2012-07-191-0/+67
| |
| * Enable ECDHE key exchange in TSL driverJanusz Dziemidowicz2012-07-181-0/+24
| |
| * Disable old and unsecure ciphers in TLS driverJanusz Dziemidowicz2012-07-181-0/+4
| | | | | | | | | | | | | | Disable: - export ciphers - broken by design, 40 and 56 bit encryption - low encryption ciphers - 56 and 64 bit encryption - SSLv2 ciphers - some ciphers using MD5 MAC
| * Disable SSL 2.0 in TLS driverJanusz Dziemidowicz2012-07-181-2/+2
| | | | | | | | | | | | | | SSL 2.0 is not used anywhere as it has security problems. Disable it unconditionally both in server and client mode. This does _not_ disable support for SSL 2.0 compatible client hello which still will be accepted in the server mode.
* | Fix broken JPEG photo (EJAB-1526)Evgeniy Khramtsov2012-12-121-0/+1
| |