aboutsummaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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)16.08Christophe 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
|/
* 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