| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Remove "file://" from file names
|
|/
|
|
|
| |
Rationale: When copying an image in some application, a URL instead of a
path is copied to the clipboard.
|
|\
| |
| | |
Cmd definitions: Add offline option to occupants
|
|/ |
|
|\
| |
| | |
MUC: Show offline members in sidebar
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Regards https://github.com/profanity-im/profanity/issues/1488
Actually I would have loved to see the stanza that caused the segfault
since I'm not entirely sure whether this actually means that we do
something wrong earlier on.
Right now I don't know why the to_jid should be empty.
Let's prevent the segfault for now and see whether we get further
bugreports later.
Segfaulting issue got introduced with dd566d8d561099bbfc81b2fab22318bbad0cf3da.
|
|\ \
| |/
|/| |
Draw wintitle using fputs and fprintf instead of /bin/echo.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
```
(248/297) Installing: system-group-hardware-20170617-19.2.noarch [..error]
Installation of system-group-hardware-20170617-19.2.noarch failed:
Error: Subprocess failed. Error: RPM failed: ERROR: neither groupadd nor busybox found!
error: %prein(system-group-hardware-20170617-19.2.noarch) scriptlet failed, exit status 1
error: system-group-hardware-20170617-19.2.noarch: install failed
Abort, retry, ignore? [a/r/i] (a): a
Warning: %posttrans scripts skipped while aborting:
pam-1.5.1-2.2.x86_64.rpm
shadow-4.8.1-5.2.x86_64.rpm
```
Seems to be a bug in old docker/libseccomp from GH.
|
|
|
|
|
| |
Again something wrong this Arch.
Not time to invest right now but we need a working CI for PRs.
|
|\
| |
| | |
Calm OpenBSD syslog
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On every write to `chatlog.db` syslog throws
```
profanity: vfprintf %s NULL in "INSERT INTO `ChatLogs` (`from_jid`,
`from_resource`, `to_jid`, `to_resource`, `message`, `timestamp`,
`stanza_id`, `archive_id`, `replace_id`, `type`, `encryption`) SELECT
'%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s' WHERE
NOT EXISTS (SELECT 1 FROM `ChatLogs` WHERE `archive_id` = '%s')"
```
in `/var/log/messages`. Checking for `NULL` except in the fields the DB
is expected to throw errors for, satisfies OpenBSDs security measures
|
| | |
|
|\ \
| |/
|/| |
Bugfix: Titlebar show name without room name
|
|/
|
|
|
|
|
| |
Error log:
GLib-CRITICAL - g_string_insert_len: assertion 'len == 0 || val != NULL' failed
Check if a room name exists, before adding the name into the title bar.
|
| |
|
|
|
|
|
|
| |
We need the delay value from the <forward> element.
Regards https://github.com/profanity-im/profanity/issues/660
|
| |
|
| |
|
|
|
|
| |
Regards https://github.com/profanity-im/profanity/issues/660
|
|\
| |
| | |
MAM RSM
|
| | |
|
| |
| |
| |
| | |
Probably should make this configurable later.
|
| |
| |
| |
| | |
Send another request with same jid and last id we got.
|
| |
| |
| |
| |
| |
| | |
Some functions changed in the meantime.
stanza_get_child_by_name_and_ns() got dropped and
xmpp_stanza_get_child_by_name_and_ns() from newer libstrophe is used.
|
| | |
|
| |
| |
| |
| | |
Thanks to DebXWoody for the help.
|
| | |
|
|/
|
|
| |
Regards https://github.com/profanity-im/profanity/issues/660
|
|
|
|
|
|
|
|
| |
I don't see why would need to.
Also this only happens upon `/disconnect` not on a network outage or
server related disconnect.
Fixes https://github.com/profanity-im/profanity/issues/1472
|
|
|
|
|
|
|
| |
Functions had some duplicate code:
* cons_show_incoming_room_message()
* cons_show_incoming_message()
* cons_show_incoming_private_message()
|
|
|
|
|
| |
Reported at: https://bugzilla.suse.com/show_bug.cgi?id=1180739
Fixes https://github.com/profanity-im/profanity/issues/1471
|
|
|
|
| |
Fixes https://github.com/profanity-im/profanity/issues/1470
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Print logs on error in CI
|
|/
|
|
|
|
| |
Because we trap the error signal and run a error handler, logs were not
printed. I moved the printing of test-suite.log to the error handler and
also added so that config.log is printed on failure.
|
|\
| |
| | |
Add `/executable (urlsave|urlopen)` migrations
|
|/ |
|
| |
|
|\
| |
| | |
Switch from Travis CI to GitHub Actions
|
|/
|
|
|
| |
Travis have been slow and the macOS runner is outdated (and a bunch of
other recurring issues).
|
| |
|
|\
| |
| | |
Restore old behavior when executing eval_password command
|
| |
| |
| |
| | |
I see no reason to inherit the stdin, so let's have it disabled.
|
| |
| |
| |
| |
| | |
Old commit that implemented the old behavior:
bc9e6b79cdc246f7e97f6ddff7ea81474a698b05
|