| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`/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>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
TW curently has problems:
```
Problem: the to be installed sqlite3-devel-3.39.2-1.2.x86_64 requires 'libsqlite3-0 = 3.39.2', but this requirement cannot be provided
not installable providers: libsqlite3-0-3.39.2-1.2.i586[repo-oss]
libsqlite3-0-3.39.2-1.2.x86_64[repo-oss]
```
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix https://github.com/profanity-im/profanity/issues/1742
|
| | |
| | |
| | |
| | |
| | |
| | | |
in before it just used the input command line as it was but this fixes
this by adding formatting using `format_call_external_argv` which is
already used in `url open` executable.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
unluckily here the code neglected the fact that glib will set an error
to a location that was pointed by the error pointer if it is not null.
but it was of an undefined value hence profanity crashed. now it is null
as it must be.
also spawn error is returned when glib could not spawn the task for
some reason like the executable file does not exist but if the exit
status was non-zero it neglected the exit error and tried to output a
spawn error instead. now we check whether the process that we
instantiated has exited successfully
also now code uses `g_spawn_check_wait_status` which
`g_spawn_check_exit_status` has been aliased to.
|
|\ \
| | |
| | | |
Re-enable Tumbleweed and MacOS ci
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 5c5c45321976c9a859694afa781178c68d076ee2.
And removes the old python(2) pull in.
For some reason we get:
`Package python3-embed was not found in the pkg-config search path.`
with python38-devel but not with python310-devel. Let's bump it to that
version.
|
|/ /
| |
| |
| | |
This reverts commit d5bb93b9271578979dc6109b1007676fc5e8578a.
|