summaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problems in process_rosteritems commandBadlop2015-03-261-17/+9
* Detect correctly when vCard does not exist (#21)Badlop2015-03-261-2/+3
* Fix return error when requesting non-existing vcard value (#21)Badlop2015-03-261-1/+1
* Ignore errors when retrieving status if the users just got offlineMickaël Rémond2015-03-261-1/+1
* mod_admin_extra: Let send_message omit subjectHolger Weiss2015-03-261-4/+3
* Update FSF address (solves #73)Badlop2015-03-261-4/+3
* fix connected_users_info in mod_admin_extraHAMANO Tsukasa2015-03-261-1/+5
* mod_admin_extra: Fix private_get/private_set typesHolger Weiss2015-03-261-3/+3
* Support TEL XXX in set and get_vcard commandsBadlop2015-03-261-1/+28
* Changed signature of user_sessions_info to take binaries rather than strings ...colm2015-03-261-1/+1
* Join three send_message_* commands in one (PR #68)Badlop2015-03-261-52/+16
* add send_message_normal commandHAMANO Tsukasa2015-03-261-0/+22
* fix mod_admin_extra stats commandHAMANO Tsukasa2015-03-261-2/+2
* mod_admin_extra: Fix stats(_host) argument typesHolger Weiss2015-03-261-2/+2
* Update kick_session to work with ejabberd masterBadlop2015-03-261-7/+4
* Binary conversionsSonny Scroggin2015-03-261-13/+13
* More binary conversionsSonny Scroggin2015-03-261-56/+55
* Update add_roster_item and get_roster to ejabberd 13Badlop2015-03-261-28/+12
* Fix get_vcard and set_vcard when using option module_resource (issue #21)Badlop2015-03-261-1/+1
* Fix add_rosteritem, delete_rosteritem, and get_rosterSonny Scroggin2015-03-261-20/+19
* Update get_vcard and set_vcard to ejabberd 13 (fixes issue #21)Badlop2015-03-261-15/+15
* mod_admin_extra: for support in ejabberd-v13.x changed args from string to bi...Rahul Gautam2015-03-261-9/+9
* Fix command change_password (fixes #16)Badlop2015-03-261-1/+1
* Handle error when requesting information of a non-existing shared roster (fix...Badlop2015-03-261-1/+4
* Fixes srg_* commands (fixes #147)Badlop2015-03-261-10/+10
* Fix srg_create when calling ejabberd_regexp (fixes issue #12)Badlop2015-03-261-1/+1
* Add get_last to ejabberdctl for last user activity (thanks to lehrblogger)Badlop2015-03-261-0/+30
* Initial import from ejabberd-modules SVNBadlop2015-03-261-0/+1578