Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reload modules when reloading configuration file | Evgeniy Khramtsov | 2017-02-22 | 1 | -3/+11 |
| | |||||
* | Fix some dialyzer warnings | Evgeniy Khramtsov | 2017-02-18 | 1 | -7/+7 |
| | |||||
* | Change routing API | Evgeniy Khramtsov | 2017-02-16 | 1 | -5/+6 |
| | | | | | | | | | | | 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 | -4/+5 |
| | |||||
* | Merge branch 'new_stream' | Evgeniy Khramtsov | 2017-01-20 | 1 | -33/+36 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Implement database backend interface for MUC, BOSH and auth_anonyous | Evgeniy Khramtsov | 2017-01-13 | 1 | -4/+0 |
| | | |||||
| * | Adopt remaining code to support new hooks | Evgeniy Khramtsov | 2017-01-09 | 1 | -26/+36 |
| | | |||||
| * | Initial version of new XMPP stream behaviour (for review) | Evgeniy Khramtsov | 2016-12-11 | 1 | -5/+2 |
| | | |||||
* | | Usable size for Shared rosters members textarea (EJAB-1753) | Badlop | 2017-01-13 | 1 | -1/+1 |
| | | |||||
* | | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Improve ODBC import | Christophe Romain | 2016-11-22 | 1 | -8/+11 |
| | |||||
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1 | Evgeniy Khramtsov | 2016-09-24 | 1 | -3/+3 |
| | |||||
* | Add more type specs | Evgeniy Khramtsov | 2016-08-12 | 1 | -0/+9 |
| | |||||
* | Improve some type specs | Evgeniy Khramtsov | 2016-08-09 | 1 | -1/+9 |
| | |||||
* | Rewrite mod_shared_roster to use XML generator | Evgeniy Khramtsov | 2016-07-30 | 1 | -95/+35 |
| | |||||
* | Make modules loading in a dependent order (#1191) | Evgeniy Khramtsov | 2016-07-06 | 1 | -1/+4 |
| | |||||
* | Improve detection of databases supported by modules (#1092) | Evgeniy Khramtsov | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Clean mod_shared_roster.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 1 | -442/+58 |
| | |||||
* | Fix section links to the Guide in the WebAdmin | Badlop | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | 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 | -32/+32 |
| | |||||
* | Don't send full JID in 'from' of Roster Push (RFC 6121 section 2.1.6). This ↵ | colm | 2015-10-21 | 1 | -1/+1 |
| | | | | is a patch by @badlop in the comments of github issue #367 | ||||
* | cosmetic cleanup | Christophe Romain | 2015-10-07 | 1 | -16/+11 |
| | |||||
* | Fix bug introduced in commit b88fa6f6174 | Badlop | 2015-06-04 | 1 | -4/+5 |
| | |||||
* | Add config validation at startup | Evgeniy Khramtsov | 2015-06-01 | 1 | -10/+14 |
| | |||||
* | Add new 'default_db' option | Evgeniy Khramtsov | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | Update copyright dates to 2015 (EJAB-1733) | Badlop | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Fix missing presences when adding shared groups (Github PR#99, thanks to Bokner) | Badlop | 2015-01-07 | 1 | -33/+75 |
| | |||||
* | Fix return value of mod_shared_roster:delete_group. Current one is not ↵ | vesvalo | 2014-08-21 | 1 | -1/+4 |
| | | | | compatible with mod_admin_extra. | ||||
* | Serialize records to proplists before storing then in Riak | Evgeniy Khramtsov | 2014-07-14 | 1 | -9/+20 |
| | |||||
* | Add SQL to Riak converter | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+7 |
| | |||||
* | Improve Riak support | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+84 |
| | |||||
* | Do not try to retreive vCards via local SM for foreign JIDs | Evgeniy Khramtsov | 2014-05-09 | 1 | -11/+18 |
| | |||||
* | 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 |
|/ | |||||
* | Add SQL to Mnesia converter | Evgeniy Khramtsov | 2013-07-21 | 1 | -2/+21 |
| | |||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | 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 | -894/+942 |
| | |||||
* | 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 | -70/+230 |
| | |||||
* | ODBC support for mod_shared_roster | Evgeniy Khramtsov | 2012-04-04 | 1 | -15/+15 |
| | |||||
* | Update copyright dates | Alexey Shchepin | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Foreign shared rosters items not pushed (thanks to Nathan Bruning)(EJAB-1509) | Badlop | 2012-01-04 | 1 | -12/+12 |
| | |||||
* | Preliminary support for groupname@vhost in Displayed Groups (EJAB-506) | Badlop | 2011-12-15 | 1 | -3/+14 |
| | |||||
* | Use the regexp frontend module (EJAB-921) | Badlop | 2011-12-08 | 1 | -5/+5 |
| | |||||
* | Add support for @online@ to add_user_to_group | Badlop | 2011-09-20 | 1 | -6/+9 |
| | |||||
* | Fix dialyzer warnings | Evgeniy Khramtsov | 2011-09-05 | 1 | -2/+1 |
| | |||||
* | is_user_in_group/3 must check if user belongs to given Group from Host ↵ | Juan Pablo Carlino | 2011-07-01 | 1 | -2/+2 |
| | | | | | | | specified on third argument. * is_user_in_group/3 was checking if given user (passed on first parameter as a bare jid) belonged to group of the server derived from this jid. |