about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /omemo sendfileWilliam Wennerström2020-11-161-49/+46
* Declare counter var inside loopMichael Vetter2020-11-091-15/+10
* Fix /correct quotation marks usageMichael Vetter2020-07-231-1/+1
* Fix lastactivity behaviourMichael Vetter2020-07-221-8/+8
* Expand /lastactivity helpMichael Vetter2020-07-221-1/+1
* Fix missed text in #1224Licaon_Kter2020-07-221-1/+1
* Use parse_args_with_freetext() for `/correct`Michael Vetter2020-07-201-1/+1
* Add comment to easily find where to put the next commandMichael Vetter2020-07-151-0/+2
* Format cmd_defsMichael Vetter2020-07-151-1942/+2037
* Remove `/tiny` commandMichael Vetter2020-07-101-17/+0
* Setting: only write in console upon muc mentionMichael Vetter2020-07-101-1/+2
* Apply coding styleMichael Vetter2020-07-071-2321/+2226
* Revert "Apply coding style"Michael Vetter2020-07-071-2237/+2332
* Apply coding styleMichael Vetter2020-07-071-2332/+2237
* Add missing -o flag for omut exampleWilliam Wennerström2020-07-021-1/+1
* Merge pull request #1374 from profanity-im/revampUrlopenMichael Vetter2020-07-021-20/+30
|\
| * executable: Use DEF instead of * as defaultMichael Vetter2020-07-021-4/+5
| * use '*' to set a default executablePierre Mazière2020-07-021-4/+4
| * fix examples for /executablePierre Mazière2020-07-021-2/+2
| * Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-251-20/+29
* | Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+42
|/
* Add option for legacy authenticationDmitry Podgorny2020-06-051-2/+7
* Add bookmark ignore add|removeMichael Vetter2020-05-241-3/+8
* List ignored bookmarksMichael Vetter2020-05-241-2/+5
* Add option to add bookmark nameMichael Vetter2020-05-221-2/+3
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-211-2/+4
* Add the word 'hilight' to trigger docMichael Vetter2020-05-201-1/+1
* Add /executable commandMichael Vetter2020-05-201-5/+22
* Actually open the URLMichael Vetter2020-05-201-1/+17
* xep-0092: make it possible to ask servers or components for softwareMichael Vetter2020-05-141-0/+17
* Remove unanimous MAM displayMichael Vetter2020-04-251-8/+4
* Mention the related commands for /correct and /correctionWilliam Wennerström2020-04-241-3/+5
* Fix edit mistakeMichael Vetter2020-03-271-1/+1
* Upgrade examplesMichael Vetter2020-03-261-39/+39
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-4/+7
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-8/+5
* Add slashguard featureMichael Vetter2020-03-181-0/+17
* Add note about 256 color supportMichael Vetter2020-03-171-1/+2
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-4/+11
* Remove caution about LMCMichael Vetter2020-03-091-1/+1
* Improve formatting for some help instructionsWilliam Wennerström2020-02-241-12/+12
* Add option to color MUC history like regular messagesMichael Vetter2020-02-201-7/+11
* Fix typoMichael Vetter2020-02-171-1/+1
* Make /sendfile in PGP session configurableMichael Vetter2020-02-171-2/+4
* Make /sendfile in OTR session configurableMichael Vetter2020-02-171-4/+7
* Make /sendfile in OMEMO session configurableMichael Vetter2020-02-171-1/+4
* xep-0308: Add note about tab completionMichael Vetter2020-02-141-1/+2
* xep-0308: add note about where corrections are possibleMichael Vetter2020-02-141-1/+2
* xep-0308: add caution noteMichael Vetter2020-02-141-1/+1
* xep-0308: Make /correct work without quotation marksMichael Vetter2020-02-141-5/+3
'#n596'>596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674