Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reload modules when reloading configuration file | Evgeniy Khramtsov | 2017-02-22 | 1 | -1/+12 |
| | |||||
* | Change routing API | Evgeniy Khramtsov | 2017-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | Now 'From' and 'To' arguments must be omitted in functions and structures related to routing. The commit deprecates the following functions: ejabberd_router:route/3 in favor of ejabberd_router:route/1 ejabberd_router:route_error/4 in favor of ejabberd_router:route_error/2 ejabberd_local:route_iq/4 in favor of ejabberd_local:route_iq/2 ejabberd_local:route_iq/5 in favor of ejabberd_local:route_iq/3 The format of {route, From, To, Packet} is changed in favor of {route, Packet} | ||||
* | Make test suite working again | Evgeniy Khramtsov | 2017-01-23 | 1 | -3/+3 |
| | |||||
* | Merge branch 'new_stream' | Evgeniy Khramtsov | 2017-01-20 | 1 | -102/+103 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cyrsasl.erl src/ejabberd_c2s.erl src/ejabberd_cluster.erl src/ejabberd_frontend_socket.erl src/ejabberd_node_groups.erl src/ejabberd_router.erl src/mod_bosh.erl src/mod_ip_blacklist.erl src/mod_muc_mnesia.erl src/mod_offline.erl src/mod_proxy65_sm.erl | ||||
| * | Adopt remaining code to support new hooks | Evgeniy Khramtsov | 2017-01-09 | 1 | -140/+116 |
| | | |||||
| * | Add xmpp_stream_out behaviour and rewrite s2s/SM code | Evgeniy Khramtsov | 2016-12-28 | 1 | -5/+7 |
| | | |||||
| * | Initial version of new XMPP stream behaviour (for review) | Evgeniy Khramtsov | 2016-12-11 | 1 | -5/+28 |
| | | |||||
* | | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Add more tests for privacy lists and blocking command | Evgeniy Khramtsov | 2016-10-22 | 1 | -6/+7 |
| | |||||
* | Make common tests working again | Evgeniy Khramtsov | 2016-09-13 | 1 | -23/+21 |
| | |||||
* | Rename #error{} record to #stanza_error{} | Evgeniy Khramtsov | 2016-09-08 | 1 | -8/+8 |
| | |||||
* | Improve some type specs | Evgeniy Khramtsov | 2016-08-09 | 1 | -5/+2 |
| | |||||
* | Change code to reflect recent changes in fxml_gen | Evgeniy Khramtsov | 2016-08-05 | 1 | -5/+4 |
| | |||||
* | Rewrite mod_blocking to use XML generator | Evgeniy Khramtsov | 2016-07-19 | 1 | -79/+87 |
| | |||||
* | Make modules loading in a dependent order (#1191) | Evgeniy Khramtsov | 2016-07-06 | 1 | -1/+4 |
| | |||||
* | Clean mod_blocking.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 1 | -207/+15 |
| | |||||
* | Replace some ?ERR_* macros with ?ERRT_* | Evgeniy Khramtsov | 2016-03-31 | 1 | -28/+33 |
| | |||||
* | Update more SQL queries | Alexey Shchepin | 2016-03-02 | 1 | -27/+13 |
| | |||||
* | Switch to Fast XML module | Mickael Remond | 2016-02-03 | 1 | -2/+2 |
| | |||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 2015-11-24 | 1 | -5/+5 |
| | |||||
* | Update FSF address | Christophe Romain | 2015-08-05 | 1 | -4/+3 |
| | |||||
* | Add config validation at startup | Evgeniy Khramtsov | 2015-06-01 | 1 | -1/+4 |
| | |||||
* | Document protocol support (EJABS-1620) | Badlop | 2015-05-21 | 1 | -0/+2 |
| | |||||
* | Improve module structure | Evgeniy Khramtsov | 2015-03-13 | 1 | -97/+20 |
| | |||||
* | Do not fail on badly formed SQL results | Evgeniy Khramtsov | 2015-03-13 | 1 | -4/+4 |
| | |||||
* | Fix unblock all when Riak is used as a backend | Evgeniy Khramtsov | 2015-03-13 | 1 | -1/+2 |
| | |||||
* | Update copyright dates to 2015 (EJAB-1733) | Badlop | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Fix list unblocking when Riak is used as a backend | Evgeniy Khramtsov | 2014-10-10 | 1 | -1/+2 |
| | |||||
* | Fix blocklist get | Evgeniy Khramtsov | 2014-07-16 | 1 | -2/+2 |
| | |||||
* | Serialize records to proplists before storing then in Riak | Evgeniy Khramtsov | 2014-07-14 | 1 | -5/+10 |
| | |||||
* | Improve Riak support | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+91 |
| | |||||
* | Merge pull request #146 from jamielinux/master | badlop | 2014-04-11 | 1 | -4/+3 |
|\ | | | | | Update FSF address | ||||
| * | Update FSF address | Jamie Nguyen | 2014-02-22 | 1 | -4/+3 |
| | | |||||
* | | Update copyright dates to 2014 (EJAB-1679) | Badlop | 2014-03-13 | 1 | -1/+1 |
|/ | |||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite | ||||
* | Accumulated patch to binarize and indent code | Badlop | 2013-03-14 | 1 | -356/+315 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Merge SQL and Mnesia code into one module (EJAB-1560) | Evgeniy Khramtsov | 2012-04-27 | 1 | -80/+212 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Fixed the previous mod_blocking patch | Alexey Shchepin | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Corrected mod_blocking hooks return value, activate "Blocked Contacts" ↵ | Alexey Shchepin | 2011-12-21 | 1 | -24/+30 |
| | | | | privacy list after it is changed | ||||
* | Support XEP-0191 Simple Communications Blocking (thanks to Stephan ↵ | Badlop | 2011-05-27 | 1 | -0/+333 |
Maka)(EJAB-695) |