summaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Fix ejabberd command privacy_setPaweł Chmielowski2018-01-041-5/+4
* Add Id attribute in stanza built by send_message commandBadlop2017-11-231-0/+1
* Unregister commands when stopping node only if it's last one (#2083)Badlop2017-11-061-2/+7
* Fix command set_last that always returned code 1, error (#2010)Badlop2017-09-251-3/+9
* Fix args_examples from last commitPaweł Chmielowski2017-07-141-5/+5
* Describe even more command arguments and results in mod_admin_extraBadlop2017-07-141-3/+113
* Fix set_presence command to work in recent ejabberdBadlop2017-07-071-14/+10
* Fix srg_user_add/del for non-Mnesia database backends (#1780)Badlop2017-06-151-2/+2
* Switch access rule delete_old_users with protect_old_users (#1772)Badlop2017-06-091-4/+4
* Improve export2sql explanation; remove obsolete and duplicated commandBadlop2017-06-091-27/+1
* Fix and document push_roster_all commandBadlop2017-06-081-1/+5
* Implement cache for mod_privacy/mod_blockingEvgeniy Khramtsov2017-05-201-4/+1
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-111-2/+2
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-5/+5
* Bug requesting non-existent data with private_get command (#1690)Badlop2017-04-261-1/+1
* Fix private_get command sending a proper xmlel (#1683)Badlop2017-04-201-1/+2
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-6/+6
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-6/+6
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-10/+11
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-1/+1
* We don't like now()Paweł Chmielowski2017-02-241-2/+2
* get_last now always returns tuple with UTC XEP-0082 and status (#1565)Badlop2017-02-231-18/+14
* Protect users from delete_old_users command using a fixed access rule (#1462)Badlop2017-02-231-40/+32
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-1/+4
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-161-1/+1
* Change routing APIEvgeniy Khramtsov2017-02-161-4/+5
* Use crypto:hash/2 functionPeter Lemenkov2017-02-131-1/+1
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-9/+17
|\
| * Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-111-9/+17
* | Fix problem with get_vcard command (#1447)Badlop2017-01-061-2/+2
* | Specify that process_rosteritems command works only with Mnesia storageBadlop2017-01-031-1/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Cleanup ext_mod and fix compilation pathChristophe Romain2016-12-071-10/+7
* | Fix compilation of external module with new xmpp libChristophe Romain2016-12-061-2/+13
* | Remove obsolete remove_node api (use leave_cluster)Christophe Romain2016-12-051-14/+1
|/
* Cleanup admin_extra, add few functionsChristophe Romain2016-11-301-27/+160
* Fix typo in copyright dateChristophe Romain2016-11-231-1/+1
* Fix types in check_password_hashPaweł Chmielowski2016-11-151-2/+2
* Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-131-1/+3
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-51/+21
|\
| * Support several groups separated by ; in add_rosteritem commandBadlop2016-11-041-1/+4
| * Don't let "send_message" duplicate the messageHolger Weiss2016-10-101-37/+2
| * Support sql backend in mod_shared_roster commands (#1244)Badlop2016-08-151-4/+4
| * Fix type convertion bug injected by 4ccc40b (#1229)Christophe Romain2016-08-041-2/+2
| * Change name of result key for offline count to valueMickael Remond2016-07-301-1/+1
| * Preserve PID for offline sessionsHolger Weiss2016-07-231-8/+11
* | Add more tests for privacy lists and blocking commandEvgeniy Khramtsov2016-10-221-2/+4
* | Improve namespace handlingEvgeniy Khramtsov2016-09-241-1/+1
* | Rewrite several modules to use XML generatorEvgeniy Khramtsov2016-07-291-125/+71
|/