Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reload modules when reloading configuration file | Evgeniy Khramtsov | 2017-02-22 | 1 | -17/+64 |
| | |||||
* | Change routing API | Evgeniy Khramtsov | 2017-02-16 | 1 | -15/+16 |
| | | | | | | | | | | | 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} | ||||
* | Attach modules to gen_mod's supervisor | Evgeniy Khramtsov | 2017-02-14 | 1 | -21/+4 |
| | |||||
* | Improve modules start/stop procedures | Evgeniy Khramtsov | 2017-02-14 | 1 | -2/+4 |
| | |||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Improve translation of some messages | Evgeniy Khramtsov | 2016-11-26 | 1 | -5/+3 |
| | |||||
* | Get rid of excessive (io)list_to_binary/1 calls | Evgeniy Khramtsov | 2016-11-24 | 1 | -48/+39 |
| | |||||
* | Move copyright definition to ejabberd.hrl | Evgeniy Khramtsov | 2016-11-23 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl | ||||
| * | Switch workers from temporary to transient | Christophe Romain | 2016-07-29 | 1 | -1/+1 |
| | | |||||
* | | Rename #error{} record to #stanza_error{} | Evgeniy Khramtsov | 2016-09-08 | 1 | -1/+1 |
| | | |||||
* | | Improve some type specs | Evgeniy Khramtsov | 2016-08-09 | 1 | -4/+2 |
| | | |||||
* | | Change code to reflect recent changes in fxml_gen | Evgeniy Khramtsov | 2016-08-05 | 1 | -2/+2 |
| | | |||||
* | | Fix calls to undefined functions | Evgeniy Khramtsov | 2016-08-03 | 1 | -3/+3 |
| | | |||||
* | | Rewrite mod_irc to use XML generator | Evgeniy Khramtsov | 2016-08-03 | 1 | -764/+463 |
|/ | |||||
* | Make modules loading in a dependent order (#1191) | Evgeniy Khramtsov | 2016-07-06 | 1 | -1/+4 |
| | |||||
* | Use {access,shaper}_rules_validator in other places where access rules are used | Paweł Chmielowski | 2016-06-21 | 1 | -2/+2 |
| | |||||
* | Improve detection of databases supported by modules (#1092) | Evgeniy Khramtsov | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Clean mod_irc.erl from DB specific code | Evgeniy Khramtsov | 2016-04-14 | 1 | -150/+26 |
| | |||||
* | Replace more ?ERR_* macros with ?ERRT_* | Evgeniy Khramtsov | 2016-04-05 | 1 | -19/+36 |
| | |||||
* | Make it possible to get virtual host of a registered route | Evgeniy Khramtsov | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | Switch to Fast XML module | Mickael Remond | 2016-02-03 | 1 | -10/+10 |
| | |||||
* | Move to new iconv package | Mickael Remond | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Adding WEBIRC, custom realname & ident, ISO-8859-15 (thanks to ↵ | Badlop | 2015-12-21 | 1 | -3/+43 |
| | | | | iwalkalone69)(#877) | ||||
* | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 2015-11-24 | 1 | -13/+13 |
| | |||||
* | cosmetic cleanup | Christophe Romain | 2015-10-07 | 1 | -2/+0 |
| | |||||
* | Add config validation at startup | Evgeniy Khramtsov | 2015-06-01 | 1 | -2/+11 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Serialize records to proplists before storing then in Riak | Evgeniy Khramtsov | 2014-07-14 | 1 | -3/+7 |
| | |||||
* | Add SQL to Riak converter | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+2 |
| | |||||
* | Improve Riak support | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+16 |
| | |||||
* | 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 |
| | |||||
* | 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 | -2/+2 |
|/ | |||||
* | Add SQL to Mnesia converter | Evgeniy Khramtsov | 2013-07-21 | 1 | -2/+16 |
| | |||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -0/+1290 |
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 |