summaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+3
* push_roster must convert read strings to binaries (#1075)Badlop2016-06-081-1/+2
* Ignore offline sessionsHolger Weiss2016-06-011-4/+7
* Fix set_presence APIChristophe Romain2016-05-311-10/+19
* Fix check_passwordMatthias Rieber2016-04-101-2/+5
* Tweak srg_get_info result formatting (#1048)Badlop2016-04-061-2/+1
* Fix error message paramater formattingMickael Remond2016-04-061-2/+2
* Apply fixes and remove tests for missing methodsMickael Remond2016-04-011-17/+31
* Rollback mod_admin_extraMickael Remond2016-04-011-730/+145
* Commands refactor, first pass.Alexey Shchepin2016-03-311-145/+730
* Improve ban_account command to work with other DBs than Mnesia (#977)Badlop2016-03-211-15/+1
* Don't use jlib:jid_remove_resourcePaweł Chmielowski2016-03-161-1/+1
* Bare JID in 'from' of Roster Push (RFC 6121 section 2.1.6) in mod_admin_extraroot2016-03-151-1/+1
* Fix result type of "connected_users_info" commandHolger Weiss2016-03-141-1/+2
* Mark get_queue_length obsolete, and use count_offline_messages (#970)Badlop2016-03-041-1/+1
* Fix example value for rescode return typePaweł Chmielowski2016-02-091-8/+8
* More documentation of arguments in mod_admin_extraPaweł Chmielowski2016-02-091-16/+67
* Start documenting arguments in mod_admin_extra commandsPaweł Chmielowski2016-02-091-6/+22
* Switch to Fast XML moduleMickael Remond2016-02-031-8/+8
* 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
* Add error handling to send_stanzaChristophe Romain2016-01-191-8/+20
* Merge pull request #906 from hamano/stats_processesbadlop2016-01-151-1/+2
|\
| * add stats processes commandHAMANO Tsukasa2016-01-151-1/+2
* | mod_admin_extra: Replace deprecated function callsHolger Weiss2016-01-021-2/+2
* | New send_stanza command (ejabberd_contrib#142)Badlop2015-12-301-1/+12
* | Add commands for generating html or markdown documentation for commandsPaweł Chmielowski2015-12-281-1/+1
* | Remove now() - part 1Paweł Chmielowski2015-12-041-4/+2
* | Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-23/+23
|/
* Update several commands for recent ejabberd_commands changesAlexey Shchepin2015-09-281-1/+14
* When passwords are scrammed, report check_password_hash cannot work (#559)Badlop2015-06-251-3/+7
* Fix commands export2odbc, connected_users_vhost and push_alltoall (#586)Badlop2015-06-021-27/+3
* Merge pull request #585 from CorCornelisse/masterbadlop2015-06-021-2/+2
|\
| * These arguments should be binary instead of strings, otherwise it won't work ...Cor Cornelisse2015-06-011-2/+2
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-58/+21
|/
* Include session record from header file instead of duplicating itMickael Remond2015-05-261-4/+2
* Use namespace definitions when possibleBadlop2015-05-211-3/+3
* Fix check_password_hash argument parsing (#559)Badlop2015-05-081-1/+1
* Simplify internal code of get_last and set_last commandsBadlop2015-05-051-16/+3
* Improve get_last command to provide also last activity statusBadlop2015-05-051-4/+4
* Fix set_last command to work with recent ejabberd (#555)Badlop2015-05-051-1/+1
* Remove load_config command because is superseded by reload_config (#532)Badlop2015-04-201-9/+0
* Replace crypto calls that will be removed in a future releaseBadlop2015-04-041-2/+2
* Improve srg_get_info result format (processone/ejabberd-contrib#92)Badlop2015-04-031-2/+7
* Fix output formatting in srg_get_info commend from mod_admin_extraPaweł Chmielowski2015-04-021-3/+1
* Fix problems with get_vcard* functions from mod_admin_extraPaweł Chmielowski2015-04-011-5/+5
* Drop exmpp usage from mod_admin_extraPaweł Chmielowski2015-04-011-14/+1
* Fix even more dialyzer warningsBadlop2015-03-271-4/+4
* Fix set_presence command (ejabberd-contrib#61)Badlop2015-03-271-2/+2
* Fix more mod_admin_extra commandsBadlop2015-03-261-20/+15