about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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-193-24/+24
* Change origin-id/id algoMichael Vetter2019-10-182-14/+29
* Add message_is_sent_by_us stubMichael Vetter2019-10-181-0/+5
* Move message sent by us logic in own functionMichael Vetter2019-10-183-12/+21
* Remove accidentally added fileMichael Vetter2019-10-181-7/+0
* 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-186-3/+15
* 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
* Null-set account structMichael Vetter2019-10-141-0/+1
* Fix memory leak in unittestsDmitry Podgorny2019-10-141-0/+1
* Fix memory leak in cmd_join()Dmitry Podgorny2019-10-141-1/+3
* Merge pull request #1205 from mdosch/masterMichael Vetter2019-10-121-0/+1
|\
| * Add cmd.wins.unreadMartin Dosch2019-10-121-0/+1
|/
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-124-1/+9
* travis: show log in case make check failedMichael Vetter2019-10-101-0/+3
* Fix invalid reads in unit testsMichael Vetter2019-10-101-2/+0
* Revert "Free lits in test_cmd_roster unittest"Michael Vetter2019-10-101-1/+0
* 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
* First destroy roster then free list in test_cmd_rosterMichael Vetter2019-10-061-3/+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 strings in test_cmd_aliasMichael Vetter2019-10-061-0/+4
* Free lits in test_cmd_roster unittestMichael Vetter2019-10-061-0/+4
* Remove not needed strdupin test_cmd_roomsMichael Vetter2019-10-061-2/+3
* Free autocomplete_complete results in unittestMichael Vetter2019-10-061-1/+19
* Fix autocomplete memleak in test_autocompleteMichael Vetter2019-10-061-16/+16
* Free list in error case in parse_optionsMichael Vetter2019-10-061-0/+3
* Free lists in test_roster_listMichael Vetter2019-10-061-0/+20
* Fix two memleaks in test_parserMichael Vetter2019-10-061-0/+4