Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reload modules when reloading configuration file | Evgeniy Khramtsov | 2017-02-22 | 1 | -2/+28 |
| | |||||
* | Change routing API | Evgeniy Khramtsov | 2017-02-16 | 1 | -44/+45 |
| | | | | | | | | | | | 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 | -17/+3 |
| | |||||
* | Improve modules start/stop procedures | Evgeniy Khramtsov | 2017-02-14 | 1 | -2/+3 |
| | |||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Improve handling of mnesia schema | Christophe Romain | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Move copyright definition to ejabberd.hrl | Evgeniy Khramtsov | 2016-11-23 | 1 | -2/+1 |
| | |||||
* | Rename #error{} record to #stanza_error{} | Evgeniy Khramtsov | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Rewrite multicast code to use XML generator | Evgeniy Khramtsov | 2016-08-04 | 1 | -304/+196 |
| | |||||
* | 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 |
| | |||||
* | Fix Addresses element which lacked others local destinations | Badlop | 2016-03-14 | 1 | -4/+7 |
| | | | | | When sending single packet, in addresses include all other group destinations, not only oneself | ||||
* | 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 | -20/+20 |
| | |||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Remove now() - part 1 | Paweł Chmielowski | 2015-12-04 | 1 | -5/+3 |
| | |||||
* | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 2015-11-24 | 1 | -3/+3 |
| | |||||
* | cosmetic cleanup | Christophe Romain | 2015-10-07 | 1 | -30/+45 |
| | |||||
* | mod_multicast changes: | Alexey Shchepin | 2015-08-05 | 1 | -41/+81 |
| | | | | | | | | | | - catch exceptions - do ets:give_away for multicastp table on init - don't send multicasts to itself - don't check user@server for multicast support - handle empty disco items - ignore cdata in <addresses/> - properly check for subdomains | ||||
* | Add config validation at startup | Evgeniy Khramtsov | 2015-06-01 | 1 | -1/+8 |
| | |||||
* | Document protocol support (EJABS-1620) | Badlop | 2015-05-21 | 1 | -0/+2 |
| | |||||
* | Copy multicast code from ejabberd-contrib to provide XEP-0033 (#521) | Badlop | 2015-04-08 | 1 | -0/+1162 |