summaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop1-1/+2
2022-04-12Add support for MUC room vCard in get_vcard commandsBadlop1-1/+32
2022-02-11Update copyright year to 2022Badlop1-1/+1
2022-01-24Fix typosKian-Meng Ang1-1/+1
2021-09-14Update documentation to match the implemented options values (#3675)Badlop1-10/+1
2021-07-30Store who defines a command, specially when defined by ejabberd modulesBadlop1-1/+1
2021-07-21Annotate the srg_create command as changed in 21.07Badlop1-0/+1
2021-04-17update srg_create API to use label parameter instead of nameJindrich Sarson1-3/+4
2021-04-15Change tag name because there's already a command called "stats"Badlop1-4/+4
2021-03-18Document that send_stanza_c2s requires an existing sender C2S sessionBadlop1-1/+3
2021-02-09Add argument guards to roster commandsPaweł Chmielowski1-14/+38
2021-02-01Fix bug in send_message introduced in 7fc500dae (#3485)Badlop1-4/+4
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2021-01-13Don't include empty <subject/> in messages sent by send_messagePaweł Chmielowski1-3/+8
2021-01-11Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop1-1/+1
2021-01-08Apply cosmetic changes from documentationBadlop1-1/+1
2020-12-01Trigger user_send_packet when send_stanza API is called (#3431)Badlop1-1/+5
2020-09-04Revert "Run user_receive_packet in send_message so MAM stores also incoming (...Badlop1-7/+3
2020-09-03Run user_receive_packet in send_message so MAM stores also incoming (#3377)Badlop1-3/+7
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-05-14Update *_vcard commands help, so they are better displayed in DocsBadlop1-26/+26
2020-05-12Update syntax of some options so they are better displayed in DocsBadlop1-1/+1
2020-04-21Rephrase mod_admin_extra doc, a2x screwed the format when building DocsBadlop1-10/+10
2020-04-17Fix doc content in mod_admin_extra so it can be extracted by make translationsBadlop1-28/+27
2020-03-23Better handling of xml parse errors in send_stanzaPaweł Chmielowski1-0/+3
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2020-01-08Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov1-1/+58
2019-11-29Improve send_message commandEvgeny Khramtsov1-14/+20
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-3/+3
2019-08-01Explain requirements of the FROM argument of send_message command (#2959)Badlop1-1/+5
2019-07-09Don't expose internal FSM API of ejabberd_c2sEvgeny Khramtsov1-9/+17
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-1/+1
2019-06-21Make option 'validate_stream' globalEvgeny Khramtsov1-1/+1
2019-06-19Rename remaining command arguments from Server to Host (#2908)Badlop1-5/+10
2019-06-14Use new configuration validatorEvgeny Khramtsov1-1/+1
2019-05-29Fix example argument in private_set, don't include Query elementBadlop1-1/+1
2019-05-24Make mod_admin_extra add/delete_rosteritem reuse code from mod_rosterPaweł Chmielowski1-19/+10
2019-05-15Preliminary support for SQL in process_rosteritems, and move code (#2448)Badlop1-154/+30
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski1-3/+3
2019-01-15Guard agains sm:get_user_info returning offlinePaweł Chmielowski1-18/+30
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-11-23Fix typo in recent PR commit (#2697)Badlop1-2/+2
2018-11-23Support for XEP-0411: Bookmarks ConversionEvgeny Khramtsov1-2/+2
2018-11-22Update - fixed ejabberdctl push_roster descriptionSnowman1-2/+4
2018-10-30Don't hide result of mod_*:set_* callsBadlop1-4/+2
2018-09-17Remove unused variablesBadlop1-2/+1
2018-09-13Trigger hook for user_send_packet in send_message command (#2604)Badlop1-2/+7
2018-08-15Handle get_presence(Pid) when session doesn't exist (#2547)Badlop1-0/+7
2018-08-08Remove num_active_users as it uses calls to last_activity mnesia table (#2448)Badlop1-67/+1
2018-07-13Ensure that returned priority in a number in mod_admin_extraPaweł Chmielowski1-3/+8