aboutsummaryrefslogtreecommitdiff
path: root/src/mod_admin_extra.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_extra: Handle empty roster group namesHolger Weiss2022-09-091-1/+1
* mod_roster: Change hook type from #roster{} to #roster_item{}Linus Jahn2022-08-111-7/+6
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-171-1/+2
* Add support for MUC room vCard in get_vcard commandsBadlop2022-04-121-1/+32
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Fix typosKian-Meng Ang2022-01-241-1/+1
* Update documentation to match the implemented options values (#3675)Badlop2021-09-141-10/+1
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-301-1/+1
* Annotate the srg_create command as changed in 21.07Badlop2021-07-211-0/+1
* update srg_create API to use label parameter instead of nameJindrich Sarson2021-04-171-3/+4
* Change tag name because there's already a command called "stats"Badlop2021-04-151-4/+4
* Document that send_stanza_c2s requires an existing sender C2S sessionBadlop2021-03-181-1/+3
* Add argument guards to roster commandsPaweł Chmielowski2021-02-091-14/+38
* Fix bug in send_message introduced in 7fc500dae (#3485)Badlop2021-02-011-4/+4
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Don't include empty <subject/> in messages sent by send_messagePaweł Chmielowski2021-01-131-3/+8
* Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop2021-01-111-1/+1
* Apply cosmetic changes from documentationBadlop2021-01-081-1/+1
* Trigger user_send_packet when send_stanza API is called (#3431)Badlop2020-12-011-1/+5
* Revert "Run user_receive_packet in send_message so MAM stores also incoming (...Badlop2020-09-041-7/+3
* Run user_receive_packet in send_message so MAM stores also incoming (#3377)Badlop2020-09-031-3/+7
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Update *_vcard commands help, so they are better displayed in DocsBadlop2020-05-141-26/+26
* Update syntax of some options so they are better displayed in DocsBadlop2020-05-121-1/+1
* Rephrase mod_admin_extra doc, a2x screwed the format when building DocsBadlop2020-04-211-10/+10
* Fix doc content in mod_admin_extra so it can be extracted by make translationsBadlop2020-04-171-28/+27
* Better handling of xml parse errors in send_stanzaPaweł Chmielowski2020-03-231-0/+3
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+58
* Improve send_message commandEvgeny Khramtsov2019-11-291-14/+20
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-3/+3
* 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