about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initialize ProfBufEntry->id correctlyMichael Vetter2019-11-011-1/+5
* Move id from DeliveryReceipt to ProfBuffEntry structMichael Vetter2019-11-013-26/+24
* Remove not needed if blocksMichael Vetter2019-11-011-9/+2
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-314-21/+45
* Replace sent_messages list with algoMichael Vetter2019-10-314-6/+1
* omemo: Check stanza names when iterating nodesaszlig2019-10-291-0/+8
* Put ifdef around tray.h functionsMichael Vetter2019-10-292-9/+8
* Remove not neede gtk_init() in tray.cMichael Vetter2019-10-291-1/+0
* Remove commentsMichael Vetter2019-10-291-6/+0
* Dont use clipboard_init yetMichael Vetter2019-10-292-1/+4
* Send clipboard via /pasteMichael Vetter2019-10-291-2/+34
* Add clipboard featureMichael Vetter2019-10-295-0/+137
* Update chat_log_pgp_msg_out() usageMichael Vetter2019-10-291-6/+6
* Two carbon logging changesMichael Vetter2019-10-291-27/+38
* Also log sv_ev_delayed_private_messageMichael Vetter2019-10-291-0/+1
* Set mucuser in carbon caseMichael Vetter2019-10-291-0/+8
* Actually log MUC PM messagesMichael Vetter2019-10-285-28/+33
* Remove not neede freeMichael Vetter2019-10-251-1/+0
* Remove /leave commandMichael Vetter2019-10-222-27/+0
* Make prof_identifier constMichael Vetter2019-10-221-1/+1
* Display ownership of connection_get_profanity_identifierMichael Vetter2019-10-222-2/+2
* Use UUID in origin-id and idMichael Vetter2019-10-222-11/+11
* Change default text colors to default (#1213)Martin2019-10-221-8/+8
* Make sure date vars are initializedMichael Vetter2019-10-211-3/+3
* Properly display chatwin historyMichael Vetter2019-10-212-5/+10
* Remove old commentMichael Vetter2019-10-211-1/+0
* Merge pull request #1209 from jubalh/feature/xep-0359Michael Vetter2019-10-2118-117/+263
|\
| * Set prof_ident to NULL after freeMichael Vetter2019-10-211-1/+2
| * Rename _calculate_identifier to _compute_identifierMichael Vetter2019-10-201-3/+3
| * Rename random_bytes to profanity_instance_idMichael Vetter2019-10-191-6/+6
| * Fix which message we want to logMichael Vetter2019-10-191-5/+3
| * Free hmac and msgidMichael Vetter2019-10-192-3/+7
| * Free prof_identifier in case of reconnectMichael Vetter2019-10-191-0/+3
| * Move ProfMessage and message_is_sent_by_us to xmppMichael Vetter2019-10-192-23/+24
| * Change origin-id/id algoMichael Vetter2019-10-182-14/+29
| * Move message sent by us logic in own functionMichael Vetter2019-10-183-12/+21
| * sv_ev_room_message: log in all cases if not our clientMichael Vetter2019-10-181-14/+13
| * sv_ev_room_message: check if message->id is not NULLMichael Vetter2019-10-181-1/+1
| * Add connection_get_profanity_identifier stubMichael Vetter2019-10-183-3/+3
| * Add XEP-0359 to capabilitiesMichael Vetter2019-10-181-0/+1
| * Log incoming MUC messages if origin-id sais they dont come from usMichael Vetter2019-10-183-12/+29
| * Remove prefix from stanza idMichael Vetter2019-10-1710-64/+64
| * Change algo for connection_create_stanza_id()Michael Vetter2019-10-171-7/+11
| * Change connection_create_stanza_id()Michael Vetter2019-10-171-11/+11
| * Calculate identifier upon connectMichael Vetter2019-10-161-5/+28
| * Rename identification fileMichael Vetter2019-10-162-2/+4
| * Use random string for random-bytes identifierMichael Vetter2019-10-161-4/+5
| * Move code from jid_random_resource() into own functionMichael Vetter2019-10-163-12/+26
| * Create random-bytes fileMichael Vetter2019-10-162-0/+54
* | plugins/python: fix double _XOPEN_SOURCE definitionDmitry Podgorny2019-10-152-0/+2
|/