summaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2018-01-04Fix ejabberd command privacy_setPaweł Chmielowski1-5/+4
2017-11-23Add Id attribute in stanza built by send_message commandBadlop1-0/+1
2017-11-06Unregister commands when stopping node only if it's last one (#2083)Badlop1-2/+7
2017-09-25Fix command set_last that always returned code 1, error (#2010)Badlop1-3/+9
2017-07-14Fix args_examples from last commitPaweł Chmielowski1-5/+5
2017-07-14Describe even more command arguments and results in mod_admin_extraBadlop1-3/+113
2017-07-07Fix set_presence command to work in recent ejabberdBadlop1-14/+10
2017-06-15Fix srg_user_add/del for non-Mnesia database backends (#1780)Badlop1-2/+2
2017-06-09Switch access rule delete_old_users with protect_old_users (#1772)Badlop1-4/+4
2017-06-09Improve export2sql explanation; remove obsolete and duplicated commandBadlop1-27/+1
2017-06-08Fix and document push_roster_all commandBadlop1-1/+5
2017-05-20Implement cache for mod_privacy/mod_blockingEvgeniy Khramtsov1-4/+1
2017-05-11Rename is_user_exists -> user_existsEvgeniy Khramtsov1-2/+2
2017-05-11Use cache for authentication backendsEvgeniy Khramtsov1-5/+5
2017-04-26Bug requesting non-existent data with private_get command (#1690)Badlop1-1/+1
2017-04-20Fix private_get command sending a proper xmlel (#1683)Badlop1-1/+2
2017-04-11Rename aux.erl as misc.erlChristophe Romain1-6/+6
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-6/+6
2017-02-26Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov1-10/+11
2017-02-25Don't pass empty resource to jid:make()Evgeniy Khramtsov1-1/+1
2017-02-24We don't like now()Paweł Chmielowski1-2/+2
2017-02-23get_last now always returns tuple with UTC XEP-0082 and status (#1565)Badlop1-18/+14
2017-02-23Protect users from delete_old_users command using a fixed access rule (#1462)Badlop1-40/+32
2017-02-22Reload modules when reloading configuration fileEvgeniy Khramtsov1-1/+4
2017-02-16Fix some dialyzer warningsEvgeniy Khramtsov1-1/+1
2017-02-16Change routing APIEvgeniy Khramtsov1-4/+5
2017-02-13Use crypto:hash/2 functionPeter Lemenkov1-1/+1
2017-01-06Fix problem with get_vcard command (#1447)Badlop1-2/+2
2017-01-03Specify that process_rosteritems command works only with Mnesia storageBadlop1-1/+1
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-12-11Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov1-9/+17
2016-12-07Cleanup ext_mod and fix compilation pathChristophe Romain1-10/+7
2016-12-06Fix compilation of external module with new xmpp libChristophe Romain1-2/+13
2016-12-05Remove obsolete remove_node api (use leave_cluster)Christophe Romain1-14/+1
2016-11-30Cleanup admin_extra, add few functionsChristophe Romain1-27/+160
2016-11-23Fix typo in copyright dateChristophe Romain1-1/+1
2016-11-15Fix types in check_password_hashPaweł Chmielowski1-2/+2
2016-11-13Deprecate most of the functions from jlib.erlEvgeniy Khramtsov1-1/+3
2016-11-04Support several groups separated by ; in add_rosteritem commandBadlop1-1/+4
2016-10-22Add more tests for privacy lists and blocking commandEvgeniy Khramtsov1-2/+4
2016-10-10Don't let "send_message" duplicate the messageHolger Weiss1-37/+2
2016-09-24Improve namespace handlingEvgeniy Khramtsov1-1/+1
2016-08-15Support sql backend in mod_shared_roster commands (#1244)Badlop1-4/+4
2016-08-04Fix type convertion bug injected by 4ccc40b (#1229)Christophe Romain1-2/+2
2016-07-30Change name of result key for offline count to valueMickael Remond1-1/+1
2016-07-29Rewrite several modules to use XML generatorEvgeniy Khramtsov1-125/+71
2016-07-23Preserve PID for offline sessionsHolger Weiss1-8/+11
2016-07-06Make modules loading in a dependent order (#1191)Evgeniy Khramtsov1-1/+3
2016-06-08push_roster must convert read strings to binaries (#1075)Badlop1-1/+2