| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| |/ / /
|/| | | |
Correctly handle malformed OMEMO messages
|
|/ / /
| | |
| | |
| | | |
Fix #1101
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Force UI update before generating OMEMO crypto materials
The message wouldn't show up before the generation of OMEMO crypto materials started.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Duplicate code in client_events.c and server_events.c. Let's have
events/common.c and a function containing that code.
|
|\ \ \ \
| |/ / /
|/| | | |
Fix unit tests on 32-bit architectures
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Unit tests on 32-bit architectures were failing due to
"cast to pointer from integer of different size" warnings.
mock_ptr_type silences those by first casting to uintptr_t.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Reset things on connection loss
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the windows, clear tls certs, clean omemo.
Regards https://github.com/profanity-im/profanity/issues/1089
|
|\ \ \ \
| |/ / /
|/| | | |
Add occupants char
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`/occupants char` now sets a character that is displayed before the nick
in MUCs. Similar like `/roster char` is displaying a char for the roster.
Regards #690
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Move from github.com/boothj5/* to github.com/profanity-im/*
|
| | | |
| | | |
| | | |
| | | | |
https://github.com/profanity-im/profanity/issues/1085
|
| | | |
| | | |
| | | |
| | | | |
Regards https://github.com/profanity-im/profanity/issues/1085
|
| | | |
| | | |
| | | |
| | | | |
Regards https://github.com/profanity-im/profanity/issues/1085
|
| | | |
| | | |
| | | |
| | | | |
Regards https://github.com/profanity-im/profanity/issues/1085
|
| | | |
| | | |
| | | |
| | | | |
Regards https://github.com/profanity-im/profanity/issues/1085
|
| | | |
| | | |
| | | |
| | | | |
Regards https://github.com/profanity-im/profanity/issues/1085
|
|/ / /
| | |
| | |
| | | |
Regards https://github.com/profanity-im/profanity/issues/1085
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is actually not needed because result will always be set.
hartmann had problems building profanity on OpenBSD and he proposed this
patch.
Let's use it to make the compiler happy there.
|
|\ \ \
| | | |
| | | | |
OMEMO: Check if ID is present before using it
|
|/ / /
| | |
| | |
| | | |
Fixes https://github.com/boothj5/profanity/issues/1079
|
|\ \ \
| | | |
| | | | |
Fix statusbar number in theme
|
|/ / /
| | |
| | |
| | | |
There is a typo here. So this actually never worked ;-)
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
`/privileges on` lists `Moderator`, `Visitor` etc. Formatting was wrong
here. Printing privilige followed by nickaname in the same line.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Wrapping for the occupants panel like already exists for the roster
panel. See `/occupants wrap on`.
Regards https://github.com/boothj5/profanity/issues/690
|
|\ \ \
| | | |
| | | | |
Update copyright years
|
|/ / / |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`/occupants header char` now sets a character that is displayed before
the role (moderator, visitor..) in a room. Similar to `/roster header
char` is displaying a char for the roster.
Regards https://github.com/boothj5/profanity/issues/690
|
|\ \ \
| | | |
| | | | |
Fix indentation time confing
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Indent the jid one more space than nick.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
And when not connected.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Roster has a `/roster contact indent` option.
Now we have the same for occupants. So contacts in roster and in MUC can
have configurable indentation.
Regards https://github.com/boothj5/profanity/issues/690
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes https://github.com/boothj5/profanity/issues/973
|
|\ \ \
| | | |
| | | | |
Handle presence received before roster
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
roster_update_presence now requires that
roster_process_pending_presence() has been called. Otherwise presence
are set to pending and not processed yet.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Presence of contact not found in roster are filtered out.
But sometimes roster is received after a first few presences.
We choose to store presences until we receive roster and then process
this presences.
Fixes #1050
|