aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Empty signed commitHEADmasterMattias Andrée2024-04-060-0/+0
|
* Improve multicall-binary: keep dashs as are when printing that a command was not foundMattias Andrée2023-07-052-8/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve make config file portability and remove -g from CFLAGS and -s from LDFLAGSMattias Andrée2023-07-051-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix multicall-hardlinks.mk1.0Mattias Andrée2021-04-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix: .nobody, not .groupsMattias Andrée2021-04-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* list-birthdays: fix sorting with -nMattias Andrée2021-04-121-9/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bug in set-contact-notes and add -aMattias Andrée2021-04-121-6/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-121-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix set-contact-blocks and unblock-contactMattias Andrée2021-04-123-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deduplicate code and make some small improvementsMattias Andrée2021-04-1215-742/+303
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor fix to set-contact-photosMattias Andrée2021-04-122-5/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Deduplicate code and make some minor improvementsMattias Andrée2021-04-1213-758/+241
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve set-contact- utilsMattias Andrée2021-04-119-294/+371
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rewrite set-contact-numbers to work like set-contact-addressesMattias Andrée2021-04-111-65/+61
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print in usage which are the old and which are the new valuesMattias Andrée2021-04-112-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use lower case to set and upper case to look upMattias Andrée2021-04-112-34/+34
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve set-contact-blocks so it can edit a looked up valueMattias Andrée2021-04-111-35/+82
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve set-contact-addresses so it can edit a looked up valueMattias Andrée2021-04-111-57/+77
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-113-5/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some tools have been manually testedMattias Andrée2021-04-081-6/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Include .me in find-* utils but exclude .me in list-* utilsMattias Andrée2021-04-0816-17/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add READMEMattias Andrée2021-04-082-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not create the home directory if missingMattias Andrée2021-04-061-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Swap install rule in multicall-symlinks.mk amd singlecall.mk so it is as intendedMattias Andrée2021-04-062-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix filtering based on block statusMattias Andrée2021-04-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix memory leak in list-contactsMattias Andrée2021-04-061-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update list-contacts to handle block statusMattias Andrée2021-04-062-18/+45
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add block utilsMattias Andrée2021-04-068-6/+489
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-061-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-069-10/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-057-21/+60
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add set-contact-addresses + use -n instead of -l for countryMattias Andrée2021-04-057-34/+281
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add find-contact-by-address and get-contact-addressesMattias Andrée2021-04-047-2/+388
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-046-7/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + move common code from get-contact-birthday.c and list-birthdays.c to common-birthday.cMattias Andrée2021-04-046-228/+128
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add list-birthdays and set-contact-birthdayMattias Andrée2021-04-0411-53/+444
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* miscMattias Andrée2021-04-0413-5/+688
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add chat utilsMattias Andrée2021-04-039-17/+404
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add photo utilsMattias Andrée2021-04-036-2/+394
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add more toolsMattias Andrée2021-04-0315-20/+610
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add multicall binaryMattias Andrée2021-04-036-14/+91
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use strcmpnulMattias Andrée2021-04-0312-37/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commmitMattias Andrée2021-04-0328-0/+1826
Signed-off-by: Mattias Andrée <maandree@kth.se>