Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New mod_muc_log option file_permissions (EJAB-1588) | Badlop | 2013-02-05 | 1 | -2/+13 |
| | |||||
* | Fix issue with ejabberd_xmlrpc user auth and SCRAM | Steven Lehrburger | 2013-02-04 | 1 | -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) | Badlop | 2013-02-04 | 1 | -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 variable | Badlop | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Update Hebrew translation (thanks to Isratine Citizen) | Badlop | 2013-01-31 | 1 | -279/+281 |
| | |||||
* | Fix angle brackets handle in MUC plaintext log (EJAB-1610) | Badlop | 2013-01-31 | 1 | -3/+13 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2013-01-24 | 176 | -233/+233 |
| | |||||
* | Make sure update_info returns atoms only (EJAB-1595) (Thanks to Jose M Herrero) | Evgeniy Khramtsov | 2013-01-03 | 1 | -17/+20 |
| | |||||
* | Fixed signedness issue in tls_drv GET_DESCRYPTED_INPUT (EJAB-1591) | Alexey Shchepin | 2012-12-20 | 1 | -1/+2 |
| | |||||
* | Added command to list all the vhosts registered in an ejabberd node | Remco Wendt | 2012-12-19 | 1 | -0/+8 |
| | |||||
* | Merge pull request #37 from rraptorr/tls | alexeyshch | 2012-12-17 | 1 | -2/+101 |
|\ | | | | | TLS driver impovements | ||||
| * | Detect OpenSSL version at runtime, not at compile time | Janusz Dziemidowicz | 2012-07-24 | 1 | -3/+7 |
| | | |||||
| * | Enable DHE key exchange in TLS driver | Janusz Dziemidowicz | 2012-07-19 | 1 | -0/+67 |
| | | |||||
| * | Enable ECDHE key exchange in TSL driver | Janusz Dziemidowicz | 2012-07-18 | 1 | -0/+24 |
| | | |||||
| * | Disable old and unsecure ciphers in TLS driver | Janusz Dziemidowicz | 2012-07-18 | 1 | -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 driver | Janusz Dziemidowicz | 2012-07-18 | 1 | -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 Khramtsov | 2012-12-12 | 1 | -0/+1 |
| | | |||||
* | | Copy, fix and document export2odbc command from mod_admin_extra.erl | Badlop | 2012-11-26 | 2 | -1/+30 |
| | | |||||
* | | Make terms serialization faster | Evgeniy Khramtsov | 2012-11-22 | 1 | -1/+1 |
| | | |||||
* | | Fixed mod_offline:store_offline_msg argument (EJAB-1581) | Alexey Shchepin | 2012-11-09 | 1 | -1/+1 |
| | | |||||
* | | New Hebrew translation (thanks to Isratine Citizen) | Badlop | 2012-10-17 | 2 | -0/+2208 |
| | | |||||
* | | Log IP address when auth attempt fails (thanks to Zach Calvert) | Badlop | 2012-08-27 | 1 | -6/+9 |
| | | |||||
* | | Add SCRAM and remove MD5 support to ejabberd commands auth verification | Badlop | 2012-08-27 | 1 | -10/+5 |
| | | |||||
* | | Added clause so ejabberdctl number of arguments error report works with R15 | Badlop | 2012-08-27 | 1 | -0/+11 |
| | | |||||
* | | On shutdown, first stop listeners, then modules (thanks to Vishal ↵ | Badlop | 2012-07-25 | 1 | -0/+1 |
| | | | | | | | | Xica)(EJAB-1566) | ||||
* | | Send announce Message stanzas as Headline type instead of Normal | Badlop | 2012-07-24 | 1 | -2/+2 |
| | | |||||
* | | Fix regression introduced in odbc/mnesia merge | Evgeniy Khramtsov | 2012-07-17 | 1 | -4/+4 |
|/ | |||||
* | Reduce size of XML stream state | Janusz Dziemidowicz | 2012-07-09 | 1 | -21/+20 |
| | | | | | This makes size of hibernated ejabberd_receiver a lot smaller (from ~290 words down to ~40). | ||||
* | Allow multiple fqdn values in configuration (EJAB-1578) | Badlop | 2012-06-27 | 1 | -4/+15 |
| | |||||
* | Check node name is available before starting ejabberd (EJAB-1572) | Badlop | 2012-06-08 | 1 | -0/+15 |
| | |||||
* | Fix MUC start when Mnesia tables don't exist yet | Badlop | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Fix account registration | Badlop | 2012-06-06 | 1 | -6/+6 |
| | |||||
* | Update Slovak translation (thanks to Marek Bečka) | Badlop | 2012-05-15 | 1 | -350/+320 |
| | |||||
* | Revert "Update ejabberd version number to 2.1.11" | Badlop | 2012-05-15 | 1 | -1/+1 |
| | | | | This reverts commit 453e249de30b925320f798ad1248d7d1a62b157b. | ||||
* | Repeated http-bind request should abort only requests with same rid | Paweł Chmielowski | 2012-05-03 | 1 | -23/+14 |
| | | | | | | | Before this change, when request with repeat rid was received any waiting request was aborted (but only after next request was delivered). With this change, only request with identical rid are aborted and this is done immediately | ||||
* | Receiving missing http-bind request shouldn't close waiting out-ouf-order ↵ | Paweł Chmielowski | 2012-05-03 | 1 | -11/+25 |
| | | | | request | ||||
* | Fix get_subscription_lists/4 | Evgeniy Khramtsov | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Do not trigger item-not-found errors in mod_http_bind (part of EJABS-1827) | Paweł Chmielowski | 2012-04-27 | 1 | -8/+14 |
| | | | | | | | | | | | This changes what happens to request received with out of order rid, previously response to such request was send immediately, and client was free to submit another request, which triggered item-not-found if it was delivered before request with missing rid. This change make us wait for sending response to out of order request until request with missing rid arrives. It also queues all outgoing data before that condition is meet. | ||||
* | Merge SQL and Mnesia code into one module (EJAB-1560) | Evgeniy Khramtsov | 2012-04-27 | 38 | -9064/+2849 |
| | |||||
* | Update ejabberd version number to 2.1.11v2.1.11 | Badlop | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Recompile translation files | Badlop | 2012-04-26 | 21 | -218/+604 |
| | |||||
* | Update Italian translation (thanks to Luca Brivio) | Badlop | 2012-04-25 | 1 | -51/+62 |
| | |||||
* | mod_irc: Make use of MUC password | Maxim Ignatenko | 2012-04-24 | 1 | -2/+32 |
| | |||||
* | Update PO files manually according to the English fix | Badlop | 2012-04-24 | 26 | -282/+176 |
| | |||||
* | Fix English strings (thanks to Andreas van Cranenburgh) | Badlop | 2012-04-24 | 2 | -4/+4 |
| | |||||
* | Update German translation again (thanks to Nikolaus Polak) | Badlop | 2012-04-24 | 1 | -16/+16 |
| | |||||
* | Update Portuguese-Brazil translation (thanks to Otávio Fernandes) | Badlop | 2012-04-23 | 1 | -21/+21 |
| | |||||
* | Update Polish translation (thanks to Zbyszek Żółkiewski) | Badlop | 2012-04-23 | 1 | -18/+15 |
| | |||||
* | Update Norwegian translation (thanks to Stian B. Barmen) | Badlop | 2012-04-23 | 1 | -53/+57 |
| | |||||
* | Update Catalan translation (thanks to Jan Kusanagi) | Badlop | 2012-04-23 | 1 | -72/+86 |
| |