Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into cleanup/gchar-char | Michael Vetter | 2023-05-11 | 3 | -3/+16 |
|\ | |||||
| * | fix `/reconnect now` | Steffen Jaeckel | 2023-05-10 | 2 | -0/+14 |
| * | more `auto_char` | Steffen Jaeckel | 2023-05-10 | 1 | -2/+1 |
| * | fix "window `NULL` issue" (hopefully) | Steffen Jaeckel | 2023-05-10 | 1 | -1/+1 |
* | | Cleanup: gchar as gchar instead of char | John Hernandez | 2023-05-04 | 1 | -1/+1 |
|/ | |||||
* | Add logging consistency | John Hernandez | 2023-04-18 | 1 | -1/+2 |
* | Fix empty window after reconnect | MarcoPolo-PasTonMolo | 2023-04-02 | 1 | -1/+1 |
* | Fix PGP | John Hernandez | 2023-03-31 | 1 | -4/+3 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 4 | -4/+4 |
* | Merge MAM improvements from #1724 | Michael Vetter | 2022-10-21 | 1 | -0/+6 |
|\ | |||||
| * | Handle late delivery | MarcoPolo-PasTonMolo | 2022-08-20 | 1 | -1/+1 |
| * | Handle MAM when chatwin gets created from incoming message | MarcoPolo-PasTonMolo | 2022-07-10 | 1 | -0/+6 |
* | | Add vCard support | Marouane L | 2022-10-18 | 2 | -1/+4 |
* | | ox: handle empty message->plain | Michael Vetter | 2022-07-04 | 1 | -0/+8 |
* | | Split log.c into log.c and chatlog.c | Michael Vetter | 2022-06-28 | 2 | -0/+2 |
|/ | |||||
* | Update copyright year | Michael Vetter | 2022-05-09 | 4 | -4/+4 |
* | Add support for offline MUC notifications | Stefan Ott | 2022-04-23 | 2 | -1/+29 |
* | add profanity-specific CAfile | Steffen Jaeckel | 2022-03-22 | 1 | -0/+3 |
* | a tad more `const`-correctness | Steffen Jaeckel | 2022-03-22 | 2 | -2/+2 |
* | Remove banned muc member from member list | Michael Vetter | 2022-02-02 | 1 | -0/+4 |
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -1/+1 |
* | Format new register code correctly | Michael Vetter | 2021-10-13 | 2 | -2/+0 |
* | registration: remove auth param and excess functions | swirl | 2021-08-17 | 2 | -8/+0 |
* | fixed some bugs, added some more | swirl | 2021-08-17 | 2 | -0/+10 |
* | Reduce copy-paste in sv_ev_roster_received() | Dmitry Podgorny | 2021-07-17 | 1 | -11/+5 |
* | Fix memory leak in accounts_get_login_status() | Dmitry Podgorny | 2021-07-17 | 1 | -1/+2 |
* | Restore last status string when connecting | Thorben Günther | 2021-07-01 | 1 | -3/+5 |
* | Msg sending: don't write to chatwin nor to log if sending failed | Maximilian Wuttke | 2021-04-08 | 1 | -12/+18 |
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
* | event: make log_database_get_previous_chat safer | Michael Vetter | 2021-03-25 | 1 | -2/+4 |
* | OMEMO - Removed start session after roster received | Stefan | 2021-03-09 | 1 | -4/+0 |
* | Prevent segfault in sv_ev_incoming_message() | Michael Vetter | 2021-03-05 | 1 | -1/+3 |
* | Update copyright | Michael Vetter | 2021-01-08 | 4 | -4/+4 |
* | Log incoming carbons if they are no MUCPM | Michael Vetter | 2020-12-09 | 1 | -4/+9 |
* | Fix chatlogs for outgoing carbons | Michael Vetter | 2020-12-08 | 1 | -10/+10 |
* | Pass window to functions so we dont have to call twice | Michael Vetter | 2020-07-09 | 1 | -1/+1 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 4 | -258/+255 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 5 | -273/+276 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 5 | -276/+273 |
* | Plain chat messages not working | DebXWoody | 2020-07-06 | 1 | -4/+9 |
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -5/+5 |
* | And ifdefs around new OX functions | Michael Vetter | 2020-06-30 | 1 | -1/+1 |
* | Feature request - XEP-0373: OpenPGP for XMPP (OX) | DebXWoody | 2020-06-29 | 2 | -2/+31 |
* | Cleanup defines - client_events.c | DebXWoody | 2020-06-19 | 1 | -179/+5 |
* | Clean-up task: clean up feature defines | DebXWoody | 2020-06-14 | 1 | -201/+8 |
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 2 | -3/+3 |
* | Fix offline roster contacts | Michael Vetter | 2020-06-02 | 1 | -1/+2 |
* | Merge pull request #1344 from DebXWoody/bugfix/1327 | Michael Vetter | 2020-05-28 | 1 | -2/+1 |
|\ | |||||
| * | Bugfix: Status with PGP shows offline in titlebar | DebXWoody | 2020-05-23 | 1 | -2/+1 |
* | | Fix carbon logging | Michael Vetter | 2020-05-27 | 1 | -6/+4 |