about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Move code from jid_random_resource() into own functionMichael Vetter2019-10-163-12/+26
| * Create random-bytes fileMichael Vetter2019-10-162-0/+54
* | Merge pull request #1206 from profanity-im/issue1203Michael Vetter2019-10-152-0/+2
|\ \ | |/ |/|
| * 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 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
* Fix memleak in cmd_bookmark_list_shows_bookmarks unittestMichael Vetter2019-10-061-0/+16
* Fix memleak in test_parser unittestMichael Vetter2019-10-061-0/+2
* Fix memleak in test_callbacks unittestMichael Vetter2019-10-061-0/+2
* Fix memleak in test_parser unittestMichael Vetter2019-10-061-1/+7
* Fix memleak in get_start()Michael Vetter2019-10-061-0/+1
* Destroy hash table ein autocompleters_destroy()Michael Vetter2019-10-061-0/+3
* Free options in error case for cmd_connect()Michael Vetter2019-10-061-0/+5
* Fix test_callbacks memleakMichael Vetter2019-10-061-0/+5
* Fix test_jid unittest memleakMichael Vetter2019-10-061-0/+29
* Fix unittest memleak in test_cmd_joinMichael Vetter2019-10-051-0/+8
* Fix preferences memory leakMichael Vetter2019-10-051-0/+4
* Add /clear autocompletion and improve helpMichael Vetter2019-10-053-6/+60
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-053-1/+13
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-073-0/+9
| * Change /clear behaviour. Closes issue #855.Spiridonov Alexander2016-10-221-1/+4
* | Merge remote-tracking branch 'philipflohr/master'Michael Vetter2019-10-051-10/+3
|\ \
| * | Don't stop plugin installation if given path points to a directoryPhilip Flohr2019-02-261-11/+3