aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
* | Copy, fix and document export2odbc command from mod_admin_extra.erlBadlop2012-11-263-1/+32
| |
* | Make terms serialization fasterEvgeniy Khramtsov2012-11-221-1/+1
| |
* | Fixed mod_offline:store_offline_msg argument (EJAB-1581)Alexey Shchepin2012-11-091-1/+1
| |
* | New Hebrew translation (thanks to Isratine Citizen)Badlop2012-10-172-0/+2208
| |
* | Document in the guide the db_type modules option (EJAB-1560)Badlop2012-10-031-88/+49
| |
* | Log IP address when auth attempt fails (thanks to Zach Calvert)Badlop2012-08-271-6/+9
| |
* | Add SCRAM and remove MD5 support to ejabberd commands auth verificationBadlop2012-08-272-13/+6
| |
* | Added clause so ejabberdctl number of arguments error report works with R15Badlop2012-08-271-0/+11
| |