about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ui_room_join() dont get nick twiceMichael Vetter2020-04-201-1/+0
* cons_show_aliases() simpify conditionMichael Vetter2020-04-201-3/+1
* Fix parsing of alias commandMichael Vetter2020-04-201-1/+1
* log: don't log dtMichael Vetter2020-04-201-3/+3
* log: Dont shadow logpMichael Vetter2020-04-201-16/+16
* Remove unneeded file_getline()Michael Vetter2020-04-201-44/+0
* Fix potential memleak in stanza_create_caps_from_query_element()Michael Vetter2020-04-201-4/+12
* Make _inp_edited() more robustDmitry Podgorny2020-04-191-1/+8
* Merge pull request #1318 from DebXWoody/OMEMO-MUC-DeviceMichael Vetter2020-04-181-4/+6
|\
| * OMEMO Device List only for non anonymous MUCsDebXWoody2020-04-171-4/+6
* | Escape message before adding to SQL backendMichael Vetter2020-04-181-1/+5
|/
* Define lock in profanity.h as externMichael Vetter2020-04-172-1/+2
* Don't expose upload_processesMichael Vetter2020-04-174-12/+27
* Review logging in iq.cMichael Vetter2020-04-141-27/+39
* Review logging for blocking.cMichael Vetter2020-04-141-2/+2
* Review logging in presence.cMichael Vetter2020-04-141-5/+4
* Free GError objectsDmitry Podgorny2020-04-142-2/+5
* Only print chathistory if regular chat messageMichael Vetter2020-04-131-1/+4
* Free timestamp correctlyMichael Vetter2020-04-131-2/+3
* Add hidden MAM setting and trigger MAM retrievel when opening new windowMichael Vetter2020-04-123-8/+17
* Check if server suppors MAMMichael Vetter2020-04-122-2/+6
* Get MAM since yesterdayMichael Vetter2020-04-121-1/+7
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-114-15/+42
* Add to_jid field to ProfMessage structMichael Vetter2020-04-119-91/+103
* Quick and dirty display of MAM messagesMichael Vetter2020-04-111-3/+6
* First test with receiving MAMMichael Vetter2020-04-111-0/+27
* _handle_chat: return if no 'from'Michael Vetter2020-04-111-0/+3
* Don't crash if we get a message without from or typeMichael Vetter2020-04-111-1/+8
* First MAM testMichael Vetter2020-04-114-0/+105
* Fix memory leaks in cons_roster_setting()Dmitry Podgorny2020-04-101-0/+3
* Fix error in getting previous chatlogMichael Vetter2020-04-101-1/+5
* Merge pull request #1309 from profanity-im/use-after-freeMichael Vetter2020-04-101-4/+8
|\
| * Fix use-after-free in stanza_create_caps_from_query_element()Dmitry Podgorny2020-04-091-4/+8
* | Fix memory leaks in _rosterwin_resources()Dmitry Podgorny2020-04-091-0/+2
|/
* Retrieve message type from databaseMichael Vetter2020-04-085-7/+21
* Log after displaying the messageMichael Vetter2020-04-081-6/+6
* Downgrade dependenciesMichael Vetter2020-04-071-2/+8
* Add missing includesMichael Vetter2020-04-061-0/+3
* Fix commentMichael Vetter2020-04-061-1/+1
* Add hint about future ProfMessage Id needsMichael Vetter2020-04-061-0/+1
* Add comment what id is aboutMichael Vetter2020-04-061-0/+1
* db: actually display the last 10 entries in correct orderMichael Vetter2020-04-061-1/+1
* db: get last messages sorted by timestampMichael Vetter2020-04-061-1/+1
* db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-063-85/+87
* Add type field to ProfMessageMichael Vetter2020-04-064-14/+27
* db: Fix memleaksMichael Vetter2020-04-062-2/+2
* Add sql to error logMichael Vetter2020-04-061-2/+2
* win_print_history() print 'me' on regular chats if we wrote the messageMichael Vetter2020-04-061-1/+9
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-065-24/+27
* Remove chat_log_get_previous()Michael Vetter2020-04-065-59/+6