about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Null-set account structMichael Vetter2019-10-141-0/+1
* Fix memory leak in cmd_join()Dmitry Podgorny2019-10-141-1/+3
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-123-1/+8
* Make cmd_account saferMichael Vetter2019-10-101-2/+6
* Sort includes in python_api.cMichael Vetter2019-10-071-5/+2
* Improve MUC 1:1 loggingMichael Vetter2019-10-073-25/+84
* Fix typo handel -> handleMichael Vetter2019-10-061-3/+3
* Revert "Fix memleak in cmd_join"Michael Vetter2019-10-061-5/+0
* Don't log own messages on incoming MUCMichael Vetter2019-10-061-4/+7
* Add account clear example to helpMichael Vetter2019-10-061-1/+3
* Free strings in autocomplete_param_no_with_funcMichael Vetter2019-10-061-0/+7
* Fix invalid read in muc codeMichael Vetter2019-10-061-2/+4
* Fix memleak in cmd_joinMichael Vetter2019-10-061-0/+5
* Free strings in all cases in cmd_roomsMichael Vetter2019-10-061-0/+3
* Free list in error case in parse_optionsMichael Vetter2019-10-061-0/+3
* Fix memleak in get_start()Michael Vetter2019-10-061-0/+1
* Destroy hash table ein autocompleters_destroy()Michael Vetter2019-10-061-0/+3