aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1051 from genric/patch-1badlop2016-04-061-0/+9
|\
| * Fix mod_muc_admin:set_room_affiliationgenric2016-04-041-0/+9
* | Fix mod_muc_admin:get_room_optionsgenric2016-04-051-2/+6
|/
* Prepare room JID in create_room commandBadlop2016-02-081-1/+3
* Remove remanants of pre-binary stringsPaweł Chmielowski2016-02-091-27/+23
* Use muc_online_room record for pattern matchingChristophe Romain2016-02-091-1/+2
* Add a way to get all ejabberd_commands, not only those that was registeredPaweł Chmielowski2016-01-261-4/+4
* rename timestamp function #917HAMANO Tsukasa2016-01-231-1/+1
* Do not redefine recordsEvgeniy Khramtsov2016-01-151-3/+1
* mod_muc_admin: Allow for setting MAM optionHolger Weiss2016-01-021-0/+1
* More now() replacementsPaweł Chmielowski2015-12-071-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-7/+7
* cosmetic cleanupChristophe Romain2015-10-071-1/+0
* Update several commands for recent ejabberd_commands changesAlexey Shchepin2015-09-281-0/+1
* get_room_options will not crash in case of query for a non-existent roomoxpa2015-08-281-2/+4
* Fix and document create_rooms_file and destroy_Badlop2015-08-121-1/+3
* Changed API of some mod_muc_admin command argumentsBadlop2015-08-121-10/+10
* Support more mod_muc_admin translation strings (#659)Badlop2015-07-151-7/+7
* change_room_option misses handling some room options #604Badlop2015-06-181-1/+8
* Add config validation at startupEvgeniy Khramtsov2015-06-011-16/+10
* Get rid of some fuzzy macros as it makes syntax tools getting madEvgeniy Khramtsov2015-06-011-18/+16
* New command get_room_options (#567)Badlop2015-05-151-0/+27
* Fix setting 'description' with change_room_option command (#567)Badlop2015-05-121-0/+1
* New command get_user_roomsBadlop2015-04-291-1/+17
* Rely on core routine for handling affiliation changes (thanks to Ben Langfeld)Badlop2015-04-271-12/+2
* Fix bug when sorting the list of rooms in WebAdminBadlop2015-04-081-1/+1
* Add mod_muc_admin contrib.Jerome Sautret2015-04-071-0/+888