aboutsummaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explain requirements of the FROM argument of send_message command (#2959)Badlop2019-08-011-1/+5
* Don't expose internal FSM API of ejabberd_c2sEvgeny Khramtsov2019-07-091-9/+17
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-1/+1
* Make option 'validate_stream' globalEvgeny Khramtsov2019-06-211-1/+1
* Rename remaining command arguments from Server to Host (#2908)Badlop2019-06-191-5/+10
* Use new configuration validatorEvgeny Khramtsov2019-06-141-1/+1
* Fix example argument in private_set, don't include Query elementBadlop2019-05-291-1/+1
* Make mod_admin_extra add/delete_rosteritem reuse code from mod_rosterPaweł Chmielowski2019-05-241-19/+10
* Preliminary support for SQL in process_rosteritems, and move code (#2448)Badlop2019-05-151-154/+30
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-3/+3
* Guard agains sm:get_user_info returning offlinePaweł Chmielowski2019-01-151-18/+30
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Fix typo in recent PR commit (#2697)Badlop2018-11-231-2/+2
* Merge pull request #2697 from Snowmanko/masterbadlop2018-11-231-2/+4
|\
| * Update - fixed ejabberdctl push_roster descriptionSnowman2018-11-221-2/+4
* | Support for XEP-0411: Bookmarks ConversionEvgeny Khramtsov2018-11-231-2/+2
|/
* Don't hide result of mod_*:set_* callsBadlop2018-10-301-4/+2
* Remove unused variablesBadlop2018-09-171-2/+1
* Trigger hook for user_send_packet in send_message command (#2604)Badlop2018-09-131-2/+7
* Handle get_presence(Pid) when session doesn't exist (#2547)Badlop2018-08-151-0/+7
* Remove num_active_users as it uses calls to last_activity mnesia table (#2448)Badlop2018-08-081-67/+1
* Ensure that returned priority in a number in mod_admin_extraPaweł Chmielowski2018-07-131-3/+8
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-2/+2
* Make connected_users_info and user_sessions_info DB-agnostic (#2448)Badlop2018-06-151-65/+38
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-2/+1
* Preserve modules orderEvgeniy Khramtsov2018-03-131-6/+5
* allow using hashes from "crypto" applications in mod_admin_extraoxpa2018-03-021-11/+12
* mod_admin_extra: Fix srg_get_info with '@all@'Holger Weiss2018-02-201-4/+5
* Export helper functionsChristophe Romain2018-02-161-0/+1
* Introduce option 'validate_stream'Evgeniy Khramtsov2018-02-091-1/+2
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-271-1/+1
* Switch to newer fast_xml and xmpp and update record fields in the codeEvgeniy Khramtsov2018-01-251-1/+1
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-3/+3
* 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