about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* message: fix potential segfault in _receipt_request_handlerMichael Vetter2021-03-251-3/+7
* message: safeguard _handle_receipt_receivedMichael Vetter2021-03-251-15/+17
* message: reorder _handle_groupchatMichael Vetter2021-03-251-12/+9
* message: fix possible segfault in _handle_conferenceMichael Vetter2021-03-251-19/+23
* message: fix possible segfault in _handle_muc_userMichael Vetter2021-03-251-0/+4
* message: fix possible segfault in _message_handlerMichael Vetter2021-03-251-3/+3
* Add support to register with a roomMichael Vetter2021-03-257-6/+154
* Merge pull request #1511 from mwuttke97/doc_bookmark_joinMichael Vetter2021-03-241-6/+13
|\
| * Command doc: Improve description and examples of `/bookmark` and `/join`Maximilian Wuttke2021-03-211-6/+13
* | form.c: fix memleak in form_tag_existsMichael Vetter2021-03-171-0/+1
* | Add support to approve MUC voice requestsMichael Vetter2021-03-173-2/+52
* | profanity.c: move var into functionMichael Vetter2021-03-161-1/+2
* | MUC: Add voice requestThorben Günther2021-03-127-3/+87
* | Completion: Split up role and affiliation completionThorben Günther2021-03-121-8/+15
|/
* Dont build paths manually in cmd_funcs.cMichael Vetter2021-03-121-36/+13
* autocomplete: remove duplicate code in search functionsMichael Vetter2021-03-111-54/+16
* autocomplete: Use asprintf don't calculate length twiceMichael Vetter2021-03-111-4/+9
* Remove duplicate code in autocomplete_param*Michael Vetter2021-03-111-29/+22
* Upload: Fix unused returnThorben Günther2021-03-111-4/+9
* Merge pull request #1501 from xenrox/change-passwordMichael Vetter2021-03-1110-6/+137
|\
| * Add command to change password of logged in userThorben Günther2021-03-118-1/+128
| * Update ui_ask_password to support confirmationThorben Günther2021-03-113-5/+9
* | Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-115-36/+67
|/
* Merge pull request #1496 from mwuttke97/omemo-bugfixesMichael Vetter2021-03-106-78/+128
|\
| * [OMEMO]: Fix bundle publishingMaximilian Wuttke2021-03-091-14/+16
| * Logging [OMEMO]Maximilian Wuttke2021-03-091-1/+26
| * Variadic version of `stanza_attach_publish_options`Maximilian Wuttke2021-03-092-16/+37
| * Logging [OMEMO]Maximilian Wuttke2021-03-091-6/+10
| * Logging [CONNECTION]Stefan2021-03-091-0/+1
| * Changes logging format to [OMEMO]Stefan2021-03-091-48/+49
| * OMEMO - Removed start session after roster receivedStefan2021-03-091-4/+0
* | Remove "file://" from file namesMaximilian Wuttke2021-03-091-0/+3
|/
* Cmd definitions: Add offline option to occupantsThorben Günther2021-03-081-2/+5
* Merge pull request #1495 from xenrox/offline-membersMichael Vetter2021-03-0810-10/+96
|\
| * MUC: Show offline members in sidebarThorben Günther2021-03-0810-10/+96
* | Prevent segfault in sv_ev_incoming_message()Michael Vetter2021-03-051-1/+3
* | Draw wintitle using fputs and fprintf instead of /bin/echo.Akce2021-02-281-25/+8
|/
* Merge pull request #1484 from kaffeekanne/calm-openbsd-syslogMichael Vetter2021-02-151-5/+5
|\
| * Calm OpenBSD syslogkaffeekanne2021-02-151-5/+5
* | Remove forgotten debug lineMichael Vetter2021-02-151-1/+0
* | Bugfix: Titlebar show name without room nameStefan2021-02-141-1/+1
|/
* Correct command synopsis for mamMichael Vetter2021-02-091-1/+1
* Use correct time for MAM messagesMichael Vetter2021-02-041-8/+17
* Add /mam commandMichael Vetter2021-01-286-3/+38
* Enable error logging on MAM RSMMichael Vetter2021-01-281-4/+1
* Get MAM from last 7 daysMichael Vetter2021-01-281-1/+1
* MAM: Request more pages via RSMMichael Vetter2021-01-281-6/+22
* Adapt MAM RSM code to latest functionsMichael Vetter2021-01-281-3/+3
* wip: add rsm after we get the first couple of mam messagesMichael Vetter2021-01-283-5/+46
* mam: Use correct ID in rsm handlerMichael Vetter2021-01-281-3/+1
ref='#n48'>48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135