| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This prevents scrolling to top and initiating another MAM request while
still fetching the initial one.
Also free timestamp object in database.c
|
| |
| |
| |
| |
| |
| | |
Did this by waiting for a batch of MAM messages to arrive before
prepending them to the buffer. Also limited the number of messages
to fetch to 10 so that the user gets more frequent updates.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fetch from mam without displaying when all mam messages get received
display new messages from db.
Unstable, initial mam doesn't get displayed unless we start scrolling.
|
| | |
|
| |
| |
| |
| |
| | |
Taken from here:
https://github.com/modernxmpp/modernxmpp/commit/cd3e871e55c2cff45dffd05d6e50380b99845849
|
|\ \
| | |
| | |
| | |
| | | |
Add XEP-0054 vCard support
Regards https://github.com/profanity-im/profanity/issues/1158
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Only nicknames, photos, birthdays, addresses, telephone numbers, emails,
JIDs, titles, roles, notes, and URLs are supported
Due to the synopsis array not having enough space, `/vcard photo
open-self` and `/vcard photo save-self` are not documented properly in
the synopsis section of the `/vcard` command, but they are documented in
the arguments section
Fixed memory leak in vcard autocomplete (thanks to debXwoody)
|
|\ \
| | |
| | | |
Improve /msg and /win autocompletion
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`/lastactivity` used autocompletion for /status instead.
There was no get/set autocompletion thus user had to write `/lastactivity
get` to get the proper results.
Original fix by Stefan at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021028
Proper commit message and adapted patch by jubalh.
Co-authored-by: jubalh@iodoru.org
|
|/ /
| |
| |
| | |
Let /win and /msg both autocomplete roster nickname and actual barejid
|
| |
| |
| |
| | |
Otherwise version will not be correct in generated man pages.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Deprecated
|
|\ \
| | |
| | | |
Replace `call_external`'s implementation with an async one
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Drawback is that we can't check the exitcode anymore.
But we were unsure why/when we need this, see:
https://github.com/profanity-im/profanity/pull/1760/files#r980868708
Fixes https://github.com/profanity-im/profanity/issues/1759
|
|\ \ \
| | | |
| | | | |
Fix first start detection
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Only display help message on first start.
This is a fixup for:
https://github.com/profanity-im/profanity/commit/27a5c9d287e856bd774988b4066667db54b65de7
|
|\ \ \
| | | |
| | | | |
Add alternative gruvbox theme
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change background from Grey15 → Black which can be mapped to transparent with a better visibility.
Shuffle 6 lines of color for legibility.
Signed-off-by: Trần H. Trung <work@trung.fun>
|
|/ / / |
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
In the function stanza_create_avatar_metadata_publish_iq, use the format
string `"%"G_GSIZE_FORMAT` instead of "%lu", for an argument of type
gsize.
|
|\ \
| | |
| | | |
plugin: python: fix build for Python 3.11
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From Python 3.11, PyFrameObject has been changed into opaque struct.
We need to access those fields via API.
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Fix plugins managment
|
| | |
| | |
| | |
| | | |
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
support for "update" and "uninstall"
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For command /plugins :
Don't print files that do not correspond to the plugins design
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Viachaslau Khalikin <viachaslau.vinegret@outlook.com>
|
|\ \ \
| | | |
| | | | |
Fix typo in configure.ac
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Ashish SHUKLA <ashish.is@lostca.se>
|
|\ \ \
| |/ /
|/| | |
typo in configure: enable_gdk_pixbuf not enable_pixbuf
|
|/ /
| |
| |
| |
| | |
Otherwise gdk-pixbuf is always added as dependency even if disabled,
when found.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Maybe should create a helper script for some tasks.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Minor improvements
|
| | |
| | |
| | |
| | |
| | |
| | | |
Improvement of f8ff93234eb118de2e69d0c4667a6cbbe90e8f8c
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
|