Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-14 | Serialize records to proplists before storing then in Riak | Evgeniy Khramtsov | 15 | -105/+237 | |
2014-07-10 | Fix compile errors introduced by previous cherry picks | Evgeniy Khramtsov | 4 | -310/+159 | |
2014-07-10 | Make it possible to check Riak connection status | Evgeniy Khramtsov | 1 | -1/+5 | |
2014-07-10 | Fix roster versioning support when Riak backend is enabled | Evgeniy Khramtsov | 1 | -1/+1 | |
2014-07-10 | Fix case clause | Evgeniy Khramtsov | 1 | -6/+16 | |
2014-07-10 | Improve Riak pool management | Evgeniy Khramtsov | 2 | -108/+139 | |
2014-07-10 | Add SQL to Riak converter | Evgeniy Khramtsov | 14 | -1/+185 | |
2014-07-10 | Improve Riak support | Evgeniy Khramtsov | 16 | -411/+1408 | |
2014-07-10 | Updated riak support | Alexey Shchepin | 12 | -2244/+596 | |
2014-07-10 | Preliminary Riak support | Alexey Shchepin | 6 | -0/+2467 | |
2014-07-08 | Add start_module/2 | Evgeniy Khramtsov | 1 | -1/+14 | |
2014-07-07 | Rename options | Evgeniy Khramtsov | 1 | -4/+4 | |
2014-07-07 | Add new option support: always_record_route | Evgeniy Khramtsov | 1 | -7/+20 | |
2014-07-05 | Use -include_lib instead of -include for esip and p1_xml | Matwey V. Kornilov | 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. | |||||
2014-07-05 | Revert "Fix IQ XML generation." | Evgeniy Khramtsov | 1 | -11/+3 | |
This reverts commit 26a4d91297a7d7400dbdd30a063e163afa83fb22. | |||||
2014-07-04 | Return MySQL error messages as binary. | Jerome Sautret | 1 | -3/+9 | |
2014-07-04 | Fix IQ XML generation. | Jerome Sautret | 1 | -3/+11 | |
2014-07-02 | add ability to rotate logs on given date condition | Christophe Romain | 1 | -2/+16 | |
2014-07-02 | New option support: log_rotate_count | Evgeniy Khramtsov | 1 | -2/+6 | |
2014-07-02 | Support new options: log_rotate_size and log_rate_limit | Evgeniy Khramtsov | 1 | -2/+20 | |
2014-07-02 | Disable SASL error logger if lager is enabled | Evgeniy Khramtsov | 1 | -4/+5 | |
2014-06-27 | mod_caps doesn't provide Mnesia export feature | Badlop | 1 | -1/+0 | |
2014-06-12 | Check for Mnesia node name mismatches | Holger Weiss | 1 | -0/+12 | |
Log a proper error message if the node running ejabberd doesn't own the Mnesia database. | |||||
2014-06-12 | Change default flow timeout as recommended per the RFC | Evgeniy Khramtsov | 1 | -1/+1 | |
2014-06-12 | Don't forget to close socket of timed out flow | Evgeniy Khramtsov | 1 | -0/+12 | |
2014-06-11 | Mention configuration file path in error messages | Holger Weiss | 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). | |||||
2014-06-09 | Don't stop roster table conversion on broken askmessage | Evgeniy Khramtsov | 1 | -1/+2 | |
2014-06-09 | Fix previous commit | Evgeniy Khramtsov | 1 | -1/+2 | |
2014-06-09 | Don't stop irc table conversion on broken JIDs | Evgeniy Khramtsov | 1 | -4/+10 | |
2014-06-07 | Ignore malformed parameters for mod_irc module | Evgeniy Khramtsov | 1 | -16/+26 | |
2014-06-07 | Fix data convertion | Evgeniy Khramtsov | 1 | -3/+8 | |
2014-06-06 | Clean up all timers gracefully | Evgeniy Khramtsov | 1 | -12/+12 | |
2014-06-06 | Use a different timer for flow control | Evgeniy Khramtsov | 1 | -48/+64 | |
2014-06-06 | SIP Outbound (RFC 5626) support | Evgeniy Khramtsov | 2 | -103/+254 | |
2014-06-05 | add missing format handler | Christophe Romain | 1 | -0/+4 | |
2014-06-04 | Don't "forget" listener options | Holger Weiss | 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. | |||||
2014-06-04 | e_clause error at node_hometree_odbc:get_items/3 | HAMANO Tsukasa | 1 | -0/+1 | |
2014-06-03 | Reply to pings | Evgeniy Khramtsov | 1 | -0/+2 | |
2014-06-02 | Don't add 'rport' paramater to 'Via' header | Evgeniy Khramtsov | 1 | -2/+1 | |
2014-06-02 | Rename option 'route' to 'record_route' and add new option 'routes' | Evgeniy Khramtsov | 1 | -18/+26 | |
2014-06-01 | Add global static shared_key option | Evgeniy Khramtsov | 1 | -1/+8 | |
2014-06-01 | Sign 'Record-Route' in order to proxy unauthorized ACKs | Evgeniy Khramtsov | 2 | -11/+71 | |
2014-05-31 | Fix 'via' option lookup | Evgeniy Khramtsov | 1 | -1/+1 | |
2014-05-31 | Add new option: route | Evgeniy Khramtsov | 1 | -4/+21 | |
2014-05-31 | Don't add 'Record-Route' header for mid-dialog requests | Evgeniy Khramtsov | 1 | -6/+16 | |
2014-05-31 | Process bindings from multiple UACs correctly | Evgeniy Khramtsov | 1 | -40/+41 | |
2014-05-31 | Don't substitute URI in ACK | Evgeniy Khramtsov | 1 | -2/+2 | |
2014-05-30 | Simplify mod_carboncopy:check_and_forward/4 | Holger Weiss | 1 | -38/+14 | |
Use the existing is_carbon_copy/1 function, and combine multiple case clauses into a single one. | |||||
2014-05-30 | Let is_carbon_copy/1 recognize <received/> carbons | Holger Weiss | 1 | -8/+12 | |
The mod_carboncopy:is_carbon_copy/1 function now returns true not only for <sent/>, but also for <received/> carbon copies. | |||||
2014-05-30 | Don't send XEP-0280 v1 copies back to sender | Holger Weiss | 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. |