about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Allow utf8 in roster contact charMichael Vetter2021-10-221-2/+2
* Allow utf8 in roster header charMichael Vetter2021-10-211-2/+2
* Format new register code correctlyMichael Vetter2021-10-133-3/+0
* Merge pull request #1574 from binex-dsk/masterMichael Vetter2021-10-133-0/+95
|\
| * registration: remove auth param and excess functionsswirl2021-08-172-13/+3
| * progress on fixing registrationswirl2021-08-171-4/+1
| * hacky fix(?) for registerswirl2021-08-171-18/+15
| * fixed some bugs, added some moreswirl2021-08-171-11/+18
| * /register: parameter updatesswirl2021-08-172-14/+24
| * initial register command testswirl2021-08-173-0/+94
* | Format code correctlyMichael Vetter2021-10-052-10/+10
* | Add more help about how to use pluginsMichael Vetter2021-09-292-4/+4
* | Fix `/plugins update ~/dir`Michael Vetter2021-09-291-7/+2
* | List globally available pluginsMichael Vetter2021-09-292-1/+37
* | Look for plugins to install in global locationMichael Vetter2021-09-291-2/+20
* | Remove `/python sourcepath`Michael Vetter2021-09-293-85/+5
* | cmd_funcs: Use glib functionMichael Vetter2021-09-091-2/+2
* | Change attentionflag shortcut to alt+vMichael Vetter2021-08-311-1/+1
|/
* Merge pull request #1576 from DebXWoody/autocomplete-untrustMichael Vetter2021-07-121-0/+27
|\
| * OMEMO autocomplete untrustDebXWoody2021-07-101-0/+27
* | Add limitations info to /help editorMichael Vetter2021-07-081-1/+3
* | Add MAM notice to /help mamMichael Vetter2021-07-081-1/+3
* | Fix segfault in /blocked with no argsMichael Vetter2021-07-061-1/+1
* | cmd_blocked: Exit when wrong argumentsMichael Vetter2021-07-021-0/+1
* | Initialize jidThorben Günther2021-07-011-2/+2
* | XEP-0377: Fix arg parsingMichael Vetter2021-07-011-12/+23
* | Merge pull request #1566 from DebXWoody/bugfixing/oxMichael Vetter2021-07-013-10/+32
|\ \
| * | OX bug fixDebXWoody2021-07-012-4/+5
| * | Bugfixes for OX implementationDebXWoody2021-06-283-10/+31
| |/
* | Add option to only allow messages from jids in rosterMichael Vetter2021-07-014-1/+25
* | Reorder /blocked commandsMichael Vetter2021-07-013-26/+37
* | Mention feature details when not supportedMichael Vetter2021-07-011-5/+5
* | Add XEP-0377: Spam ReportingMichael Vetter2021-07-012-10/+35
* | command: Mention xep-0157 in /disco infoMichael Vetter2021-06-301-1/+2
|/
* Fix executable exampleMichael Vetter2021-06-101-1/+1
* editor: dont print preview in windowMichael Vetter2021-06-101-2/+0
* editor: dont check whether compose file existsMichael Vetter2021-06-101-6/+0
* editor: use status to check for being onlineMichael Vetter2021-06-101-3/+4
* editor: Use datadir instead of tmp dirMichael Vetter2021-06-101-8/+16
* Add editor hintMichael Vetter2021-06-101-1/+1
* Add command to show single bookmark detailsMichael Vetter2021-06-093-5/+20
* Merge pull request #1543 from DebXWoody/feature/attention-flagMichael Vetter2021-05-314-0/+12
|\
| * Change attention descriptionMichael Vetter2021-05-311-1/+1
| * Attention flag for groupchatsDebXWoody2021-05-291-1/+1
| * Attention flag for chat windowsDebXWoody2021-05-294-0/+12
* | external editor: don't use absolute paths and allow path searchJörg Thalheim2021-05-301-5/+1
|/
* Display OMEMO device IDDebXWoody2021-05-281-1/+1
* Fix spelling of "persistent(ly)"Raf Czlonka2021-05-231-3/+3
* Print message about new direct messageMichael Vetter2021-05-121-0/+4
* Use direct messages instead of MUC-PMs for non-anon MUCsMichael Vetter2021-05-121-35/+51