summaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* mod_muc_admin: Fix last timestamp retrievalHolger Weiss2017-12-221-2/+3
* Fix commands rooms_unused_list and _destroyBadlop2017-12-211-17/+11
* Merge pull request #2164 from angelo-chan/masterbadlop2017-12-191-1/+44
|\
| * add muc_online_room_by_regex to mod_muc_admin to filter list online roomsAngelo Chan2017-12-131-1/+44
* | send_direct_invitations accepts only user jidsChristophe Romain2017-12-191-5/+6
|/
* Prepare user and host arguments in get_user_rooms command (#2064)Badlop2017-11-171-2/+2
* Unregister commands when stopping node only if it's last one (#2083)Badlop2017-11-061-1/+6
* Simple optimization in get_room_occupants_number command (#1964)Badlop2017-09-071-1/+7
* Rewrite muc_register_nick and muc_unregister_nick to be DB independent (#1954)Badlop2017-08-241-31/+16
* When creating room, set option to ensure config is set in muc_room table (#1954)Badlop2017-08-211-1/+2
* Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov2017-08-051-10/+10
* Fix mod_muc_admin:set_room_affiliationMarc Philipp2017-06-211-1/+1
* Fix invalid {args,result}_examples in mod_muc_adminPaweł Chmielowski2017-06-191-3/+6
* Fix rooms list in WebAdmin (#1753)Badlop2017-06-011-5/+9
* Parse correctly presence_broadcast option in change_room_option commandBadlop2017-05-291-0/+2
* Describe command arguments and results in mod_muc_adminBadlop2017-05-221-3/+64
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-10/+9
* mod_muc_room: Replace deprecated function callHolger Weiss2017-04-111-8/+11
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-9/+9
* New muc_register_nick command (thanks to Peter Marheine)(#1407)Badlop2017-04-101-3/+22
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-9/+9
* Merge branch 'new_queue'Evgeniy Khramtsov2017-03-241-1/+4
|\
| * Add support for file-based queuesEvgeniy Khramtsov2017-03-101-1/+4
* | Fix crash in mod_muc_admin, we operate on integers here not listsPaweł Chmielowski2017-03-211-1/+1
* | Fixed wrong parameter values in mod_muc_adminEdward Chow2017-03-181-1/+1
|/
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-13/+17
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-1/+1
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-1/+4
* Change routing APIEvgeniy Khramtsov2017-02-161-20/+15
* Support non-JID lines in command create_rooms_fileBadlop2017-01-311-3/+8
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-66/+70
|\
| * Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-131-66/+70
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Cleanup file headersChristophe Romain2016-12-271-1/+18
* | Copy recent make_opts function from mod_muc_room.erlBadlop2016-12-091-29/+41
|/
* Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-131-1/+1
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-19/+128
|\
| * Throw error if room name or host has invalid characters (#1360)Badlop2016-11-041-2/+2
| * Fix reading room jids from file for create and destroy_rooms_file commandsBadlop2016-11-041-3/+3
| * Allow to create room with custom configChristophe Romain2016-09-131-13/+37
| * Add get_subscribers command to list MUC subscribersEvgeniy Khramtsov2016-09-061-1/+15
| * mod_muc_admin: Accept 'allow_subscription' optionHolger Weiss2016-08-221-0/+1
| * Add a requirement for full JID in subscribe_room commandEvgeniy Khramtsov2016-08-111-2/+3
| * Fix result type of subscribe_room commandPaweł Chmielowski2016-08-101-1/+1
| * Add commands for MUC subscriptions managementEvgeniy Khramtsov2016-08-091-1/+70
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-1/+1
* | Rewrite mod_mam and mod_muc to use XML generatorEvgeniy Khramtsov2016-07-251-6/+6
|/
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Merge pull request #1051 from genric/patch-1badlop2016-04-061-0/+9
|\