aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/invite.go
Commit message (Expand)AuthorAgeFilesLines
* commands: rename confusing constantsRobin Jarry2024-03-041-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* commands: refactor registrationRobin Jarry2024-01-201-1/+6
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-19/+6
* accounts: allow fnmatch-style wildcards in aliasesJason Cox2023-10-221-20/+1
* app: export global functionsRobin Jarry2023-10-101-8/+8
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-1/+20
* compose: only allow setting content at creationRobin Jarry2023-07-171-3/+1
* tabs: use template for compose tabsTim Culverhouse2023-02-121-10/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-041-1/+1
* config: parse account from and aliases onceRobin Jarry2023-01-041-13/+3
* config: make various sections accessible via global varsRobin Jarry2022-12-141-2/+3
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* reply: allow to override localized Re regexp in configurationjp392022-11-131-1/+1
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-2/+9
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-4/+1
* invites: reply with accept, accept-tentative or declineKoni Marti2022-05-311-0/+190