Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reload modules when reloading configuration file | Evgeniy Khramtsov | 2017-02-22 | 1 | -1/+4 |
| | |||||
* | Change routing API | Evgeniy Khramtsov | 2017-02-16 | 1 | -20/+15 |
| | | | | | | | | | | | 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} | ||||
* | Support non-JID lines in command create_rooms_file | Badlop | 2017-01-31 | 1 | -3/+8 |
| | |||||
* | Merge branch 'new_stream' | Evgeniy Khramtsov | 2017-01-20 | 1 | -66/+70 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -66/+70 |
| | | |||||
* | | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | | |||||
* | | Cleanup file headers | Christophe Romain | 2016-12-27 | 1 | -1/+18 |
| | | |||||
* | | Copy recent make_opts function from mod_muc_room.erl | Badlop | 2016-12-09 | 1 | -29/+41 |
|/ | |||||
* | Deprecate most of the functions from jlib.erl | Evgeniy Khramtsov | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 1 | -19/+128 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Throw error if room name or host has invalid characters (#1360) | Badlop | 2016-11-04 | 1 | -2/+2 |
| | | |||||
| * | Fix reading room jids from file for create and destroy_rooms_file commands | Badlop | 2016-11-04 | 1 | -3/+3 |
| | | |||||
| * | Allow to create room with custom config | Christophe Romain | 2016-09-13 | 1 | -13/+37 |
| | | |||||
| * | Add get_subscribers command to list MUC subscribers | Evgeniy Khramtsov | 2016-09-06 | 1 | -1/+15 |
| | | |||||
| * | mod_muc_admin: Accept 'allow_subscription' option | Holger Weiss | 2016-08-22 | 1 | -0/+1 |
| | | | | | | | | | | Allow for setting the new 'allow_subscription' option using the 'change_room_option' command. | ||||
| * | Add a requirement for full JID in subscribe_room command | Evgeniy Khramtsov | 2016-08-11 | 1 | -2/+3 |
| | | |||||
| * | Fix result type of subscribe_room command | Paweł Chmielowski | 2016-08-10 | 1 | -1/+1 |
| | | |||||
| * | Add commands for MUC subscriptions management | Evgeniy Khramtsov | 2016-08-09 | 1 | -1/+70 |
| | | |||||
* | | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1 | Evgeniy Khramtsov | 2016-09-24 | 1 | -1/+1 |
| | | |||||
* | | Rewrite mod_mam and mod_muc to use XML generator | Evgeniy Khramtsov | 2016-07-25 | 1 | -6/+6 |
|/ | |||||
* | Make modules loading in a dependent order (#1191) | Evgeniy Khramtsov | 2016-07-06 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1051 from genric/patch-1 | badlop | 2016-04-06 | 1 | -0/+9 |
|\ | | | | | Fix mod_muc_admin:set_room_affiliation options persistence | ||||
| * | Fix mod_muc_admin:set_room_affiliation | genric | 2016-04-04 | 1 | -0/+9 |
| | | | | | | Add missing options so they are stored when set_room_affiliation is invoked, instead of being ignored and set to default values after muc restart. | ||||
* | | Fix mod_muc_admin:get_room_options | genric | 2016-04-05 | 1 | -2/+6 |
|/ | | | Fix mod_muc_admin:get_room_options to match the ejabberd_commands result spec. | ||||
* | Prepare room JID in create_room command | Badlop | 2016-02-08 | 1 | -1/+3 |
| | |||||
* | Remove remanants of pre-binary strings | Paweł Chmielowski | 2016-02-09 | 1 | -27/+23 |
| | |||||
* | Use muc_online_room record for pattern matching | Christophe Romain | 2016-02-09 | 1 | -1/+2 |
| | |||||
* | Add a way to get all ejabberd_commands, not only those that was registered | Paweł Chmielowski | 2016-01-26 | 1 | -4/+4 |
| | | | | This is part of (TECH-1828). | ||||
* | rename timestamp function #917 | HAMANO Tsukasa | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Do not redefine records | Evgeniy Khramtsov | 2016-01-15 | 1 | -3/+1 |
| | |||||
* | mod_muc_admin: Allow for setting MAM option | Holger Weiss | 2016-01-02 | 1 | -0/+1 |
| | | | | Fixes #890. | ||||
* | More now() replacements | Paweł Chmielowski | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 2015-11-24 | 1 | -7/+7 |
| | |||||
* | cosmetic cleanup | Christophe Romain | 2015-10-07 | 1 | -1/+0 |
| | |||||
* | Update several commands for recent ejabberd_commands changes | Alexey Shchepin | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | get_room_options will not crash in case of query for a non-existent room | oxpa | 2015-08-28 | 1 | -2/+4 |
| | |||||
* | Fix and document create_rooms_file and destroy_ | Badlop | 2015-08-12 | 1 | -1/+3 |
| | |||||
* | Changed API of some mod_muc_admin command arguments | Badlop | 2015-08-12 | 1 | -10/+10 |
| | | | | | | With this commit, arguments change in two commands: * destroy_room: does not require Host argument * send_direct_invitation: instead of Room, now requires Name and Service | ||||
* | Support more mod_muc_admin translation strings (#659) | Badlop | 2015-07-15 | 1 | -7/+7 |
| | |||||
* | change_room_option misses handling some room options #604 | Badlop | 2015-06-18 | 1 | -1/+8 |
| | |||||
* | Add config validation at startup | Evgeniy Khramtsov | 2015-06-01 | 1 | -16/+10 |
| | |||||
* | Get rid of some fuzzy macros as it makes syntax tools getting mad | Evgeniy Khramtsov | 2015-06-01 | 1 | -18/+16 |
| | |||||
* | New command get_room_options (#567) | Badlop | 2015-05-15 | 1 | -0/+27 |
| | |||||
* | Fix setting 'description' with change_room_option command (#567) | Badlop | 2015-05-12 | 1 | -0/+1 |
| | |||||
* | New command get_user_rooms | Badlop | 2015-04-29 | 1 | -1/+17 |
| | |||||
* | Rely on core routine for handling affiliation changes (thanks to Ben Langfeld) | Badlop | 2015-04-27 | 1 | -12/+2 |
| | | | | This ensures that all of the usual stanzas and such go out | ||||
* | Fix bug when sorting the list of rooms in WebAdmin | Badlop | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Add mod_muc_admin contrib. | Jerome Sautret | 2015-04-07 | 1 | -0/+888 |