Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Serialize records to proplists before storing then in Riak | Evgeniy Khramtsov | 2014-07-14 | 15 | -105/+237 |
| | |||||
* | Fix compile errors introduced by previous cherry picks | Evgeniy Khramtsov | 2014-07-10 | 4 | -310/+159 |
| | |||||
* | Make it possible to check Riak connection status | Evgeniy Khramtsov | 2014-07-10 | 1 | -1/+5 |
| | |||||
* | Fix roster versioning support when Riak backend is enabled | Evgeniy Khramtsov | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | Fix case clause | Evgeniy Khramtsov | 2014-07-10 | 1 | -6/+16 |
| | |||||
* | Improve Riak pool management | Evgeniy Khramtsov | 2014-07-10 | 2 | -108/+139 |
| | |||||
* | Add SQL to Riak converter | Evgeniy Khramtsov | 2014-07-10 | 14 | -1/+185 |
| | |||||
* | Improve Riak support | Evgeniy Khramtsov | 2014-07-10 | 16 | -411/+1408 |
| | |||||
* | Updated riak support | Alexey Shchepin | 2014-07-10 | 12 | -2244/+596 |
| | |||||
* | Preliminary Riak support | Alexey Shchepin | 2014-07-10 | 6 | -0/+2467 |
| | |||||
* | Add start_module/2 | Evgeniy Khramtsov | 2014-07-08 | 1 | -1/+14 |
| | |||||
* | Rename options | Evgeniy Khramtsov | 2014-07-07 | 1 | -4/+4 |
| | |||||
* | Add new option support: always_record_route | Evgeniy Khramtsov | 2014-07-07 | 1 | -7/+20 |
| | |||||
* | Use -include_lib instead of -include for esip and p1_xml | Matwey V. Kornilov | 2014-07-05 | 3 | -3/+3 |
| | | | | | -include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory. | ||||
* | Revert "Fix IQ XML generation." | Evgeniy Khramtsov | 2014-07-05 | 1 | -11/+3 |
| | | | | This reverts commit 26a4d91297a7d7400dbdd30a063e163afa83fb22. | ||||
* | Return MySQL error messages as binary. | Jerome Sautret | 2014-07-04 | 1 | -3/+9 |
| | |||||
* | Fix IQ XML generation. | Jerome Sautret | 2014-07-04 | 1 | -3/+11 |
| | |||||
* | add ability to rotate logs on given date condition | Christophe Romain | 2014-07-02 | 1 | -2/+16 |
| | |||||
* | New option support: log_rotate_count | Evgeniy Khramtsov | 2014-07-02 | 1 | -2/+6 |
| | |||||
* | Support new options: log_rotate_size and log_rate_limit | Evgeniy Khramtsov | 2014-07-02 | 1 | -2/+20 |
| | |||||
* | Disable SASL error logger if lager is enabled | Evgeniy Khramtsov | 2014-07-02 | 1 | -4/+5 |
| | |||||
* | mod_caps doesn't provide Mnesia export feature | Badlop | 2014-06-27 | 1 | -1/+0 |
| | |||||
* | Merge pull request #238 from weiss/log-node-mismatch | Evgeny Khramtsov | 2014-06-12 | 1 | -0/+12 |
|\ | | | | | Check for Mnesia node name mismatches on startup | ||||
| * | Check for Mnesia node name mismatches | Holger Weiss | 2014-06-12 | 1 | -0/+12 |
| | | | | | | | | | | Log a proper error message if the node running ejabberd doesn't own the Mnesia database. | ||||
* | | Change default flow timeout as recommended per the RFC | Evgeniy Khramtsov | 2014-06-12 | 1 | -1/+1 |
| | | |||||
* | | Don't forget to close socket of timed out flow | Evgeniy Khramtsov | 2014-06-12 | 1 | -0/+12 |
|/ | |||||
* | Mention configuration file path in error messages | Holger Weiss | 2014-06-11 | 1 | -1/+3 |
| | | | | | If reading or parsing a YAML configuration fails, log the full path to the configuration file (as we do for old-style ".cfg" files). | ||||
* | Merge pull request #231 from hamano/case_clause_error_at_node_hometree_odbc | Evgeny Khramtsov | 2014-06-09 | 1 | -0/+1 |
|\ | | | | | case_clause_error_at_node_hometree_odbc | ||||
| * | e_clause error at node_hometree_odbc:get_items/3 | HAMANO Tsukasa | 2014-06-04 | 1 | -0/+1 |
| | | |||||
* | | Don't stop roster table conversion on broken askmessage | Evgeniy Khramtsov | 2014-06-09 | 1 | -1/+2 |
| | | |||||
* | | Fix previous commit | Evgeniy Khramtsov | 2014-06-09 | 1 | -1/+2 |
| | | |||||
* | | Don't stop irc table conversion on broken JIDs | Evgeniy Khramtsov | 2014-06-09 | 1 | -4/+10 |
| | | |||||
* | | Ignore malformed parameters for mod_irc module | Evgeniy Khramtsov | 2014-06-07 | 1 | -16/+26 |
| | | |||||
* | | Fix data convertion | Evgeniy Khramtsov | 2014-06-07 | 1 | -3/+8 |
| | | |||||
* | | Clean up all timers gracefully | Evgeniy Khramtsov | 2014-06-06 | 1 | -12/+12 |
| | | |||||
* | | Use a different timer for flow control | Evgeniy Khramtsov | 2014-06-06 | 1 | -48/+64 |
| | | |||||
* | | SIP Outbound (RFC 5626) support | Evgeniy Khramtsov | 2014-06-06 | 2 | -103/+254 |
| | | |||||
* | | add missing format handler | Christophe Romain | 2014-06-05 | 1 | -0/+4 |
| | | |||||
* | | Don't "forget" listener options | Holger Weiss | 2014-06-04 | 1 | -1/+1 |
|/ | | | | | | | | | | | | If a listener is started or stopped via ejabberd_listener:add_listener/3 or ejabberd_listener:delete_listener/3, the configuration for all listener modules is updated using the Module:transform_listen_option/2 function for each listener module that exports such a function. However, for listener modules that don't provide that function (such as ejabberd_stun), all but one option was dropped. This is now fixed. The issue could be triggered e.g. by enabling mod_proxy65 in the modules section. | ||||
* | Reply to pings | Evgeniy Khramtsov | 2014-06-03 | 1 | -0/+2 |
| | |||||
* | Don't add 'rport' paramater to 'Via' header | Evgeniy Khramtsov | 2014-06-02 | 1 | -2/+1 |
| | |||||
* | Rename option 'route' to 'record_route' and add new option 'routes' | Evgeniy Khramtsov | 2014-06-02 | 1 | -18/+26 |
| | |||||
* | Add global static shared_key option | Evgeniy Khramtsov | 2014-06-01 | 1 | -1/+8 |
| | |||||
* | Sign 'Record-Route' in order to proxy unauthorized ACKs | Evgeniy Khramtsov | 2014-06-01 | 2 | -11/+71 |
| | |||||
* | Fix 'via' option lookup | Evgeniy Khramtsov | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Add new option: route | Evgeniy Khramtsov | 2014-05-31 | 1 | -4/+21 |
| | |||||
* | Merge pull request #229 from weiss/no-carbons-to-sender | Evgeny Khramtsov | 2014-05-31 | 1 | -41/+26 |
|\ | | | | | XEP-0280: Don't send v1 carbon copies back to the sender | ||||
| * | Simplify mod_carboncopy:check_and_forward/4 | Holger Weiss | 2014-05-30 | 1 | -38/+14 |
| | | | | | | | | | | Use the existing is_carbon_copy/1 function, and combine multiple case clauses into a single one. | ||||
| * | Let is_carbon_copy/1 recognize <received/> carbons | Holger Weiss | 2014-05-30 | 1 | -8/+12 |
| | | | | | | | | | | The mod_carboncopy:is_carbon_copy/1 function now returns true not only for <sent/>, but also for <received/> carbon copies. | ||||
| * | Don't send XEP-0280 v1 copies back to sender | Holger Weiss | 2014-05-30 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | An earlier version of XEP-0280 specified the <received/> and <sent/> tags to be siblings of the <forwarded/> element, whereas the current version mandates them to be parents of <forwarded/>. The mod_carboncopy module supports both variants. However, the check that makes sure clients won't receive a copy of the messages they sent didn't work for the old-style schema. This is now fixed. |