1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/src
Michael Vetter 8ce8f8e6dc Implement substring autocompletion for /msg
People with huge contact lists most likely happen to have contacts starting with popular names more often.
They can use /msg Arthur to find the correct person.

But if they have 50 Arthurs it will take a while. Using the surname might be faster. So a substring search of /msg Clarke<tab> will be faster.

Fix https://github.com/profanity-im/profanity/issues/1984
2024-06-20 16:24:25 +02:00
..
command Implement substring autocompletion for /msg 2024-06-20 16:24:25 +02:00
config Change default download location 2024-06-20 13:35:14 +02:00
event Improve const correctness 2024-06-19 16:01:46 +02:00
omemo Revert "Fix potential double free of ratchet identity key" 2024-06-20 12:41:20 +02:00
otr Improve const correctness 2024-06-19 16:01:46 +02:00
pgp Update copyright to 2024 2024-01-22 16:03:48 +01:00
plugins Improve const correctness 2024-06-19 16:01:46 +02:00
tools Implement substring autocompletion for /msg 2024-06-20 16:24:25 +02:00
ui Merge pull request #1978 from profanity-im/feat/1974-actlist 2024-06-20 12:47:34 +02:00
xmpp Implement substring autocompletion for /msg 2024-06-20 16:24:25 +02:00
chatlog.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
chatlog.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
common.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
common.h Rework OMEMO handling on disconnect 2023-12-12 18:26:21 +01:00
database.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
database.h Update copyright to 2024 2024-01-22 16:03:48 +01:00
log.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
log.h Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
main.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
profanity.c Undo gmainloop related changes 2024-02-19 17:41:06 +01:00
profanity.h Undo gmainloop related changes 2024-02-19 17:41:06 +01:00