about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove caution about LMCMichael Vetter2020-03-091-1/+1
* Rename ProfBufferEntry jid variableMichael Vetter2020-03-093-7/+7
* Check for sender of LMC messageMichael Vetter2020-03-091-11/+17
* Write from jid in bufferMichael Vetter2020-03-091-10/+13
* Add barejid to buffer structMichael Vetter2020-03-093-15/+16
* Remove old commentsMichael Vetter2020-03-091-4/+0
* Use correct MUC message timestampMichael Vetter2020-03-092-5/+8
* Use ProfMessage as parameter for win_println_incoming_muc_msg()Michael Vetter2020-03-093-7/+6
* window.c: Rename variableMichael Vetter2020-03-091-3/+3
* Use proper OS names for OpenBSD and NetBSDMichael Vetter2020-03-091-2/+2
* Dont check before freeingMichael Vetter2020-02-271-8/+4
* Fix memory leak in win_create_muc()Michael Vetter2020-02-271-1/+0
* Fix few memory leaksDmitry Podgorny2020-02-273-6/+31
* Set muc history correctly in _handle_groupchat()Michael Vetter2020-02-251-1/+1
* Free jid in muc_members_add()Michael Vetter2020-02-251-0/+1
* Stop buffer_remove_entry_by_id() once we found the entryMichael Vetter2020-02-251-0/+1
* Properly free buffer entryMichael Vetter2020-02-251-0/+1
* Fix memleak in stanza_get_oldest_delayMichael Vetter2020-02-251-2/+14
* Fix memleak in _handle_groupchat()Michael Vetter2020-02-251-1/+6
* Make cmd_logging() saferMichael Vetter2020-02-251-2/+3
* Only use enc_char in win_print_incoming() when neededMichael Vetter2020-02-251-1/+4
* Improve formatting for some help instructionsWilliam Wennerström2020-02-241-12/+12
* Fix errors in log.cMichael Vetter2020-02-221-1/+2
* get_log_file_location () should return const char*Michael Vetter2020-02-213-3/+3
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-217-23/+53
* Rename separator to trackbarMichael Vetter2020-02-211-4/+4
* Make trackbar color configurableMichael Vetter2020-02-213-0/+8
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-213-5/+5
* Improve setting encryption char error handlingMichael Vetter2020-02-213-16/+27
* Expand omemo error messageMichael Vetter2020-02-211-2/+2
* pref: Use helper functions for setting/getting the encryption charMichael Vetter2020-02-211-38/+24
* win_print_incoming() strdup the charactarMichael Vetter2020-02-211-1/+1
* Fix missing change from last commitMichael Vetter2020-02-201-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-2020-620/+641
* Fix theme setting correction charMichael Vetter2020-02-201-1/+1
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-204-22/+30
* Put getting mentions in own functionMichael Vetter2020-02-203-10/+17
* Add option to color MUC history like regular messagesMichael Vetter2020-02-207-17/+72
* Refactor mucwin_history()Michael Vetter2020-02-193-8/+9
* Add define names to commentMichael Vetter2020-02-192-7/+6
* Merge pull request #1269 from wstrm/add-sr.ht-ciMichael Vetter2020-02-171-2/+1
|\
| * Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-171-2/+1
* | omemo: switch to 12 byte IVMichael Vetter2020-02-171-1/+1
* | Refactor win_print_history()Michael Vetter2020-02-174-14/+6
* | Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_print_outgoing()Michael Vetter2020-02-174-19/+10
* | Fix typoMichael Vetter2020-02-171-1/+1
* | Mention how to enable unencrypted file transerMichael Vetter2020-02-171-2/+2
* | Make /sendfile in PGP session configurableMichael Vetter2020-02-176-3/+33