about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework MUC reflected message filteringPaul Fariello2019-04-101-0/+1
| | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza.
* Add MUC message decryptionPaul Fariello2019-04-101-0/+1
|
* Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-0/+1
| | | | Also store identity keys into account
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Add support for command config executionPaul Fariello2018-09-051-0/+1
|
* Add conf win callbackPaul Fariello2018-09-051-2/+7
|
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-3/+3
| | | | Configuration windows are now being used by both muc and cmd.
* Add preferences for tab displayJames Booth2018-03-091-1/+0
|
* Show name in statusbar tabs WIPJames Booth2018-03-081-1/+2
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+2
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+2
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+1
|
* Tidy headersJames Booth2016-07-241-1/+2
|
* Moved chat_state.cJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Remove plugin window on /closeJames Booth2016-07-121-0/+1
|
* Fix OSX compileJames Booth2016-04-261-1/+43
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-4/+12
|/
* Don't show notification reminders for messages the user does not want ↵James Booth2016-02-041-3/+0
| | | | notifications for
* Handle self leaving room in private winsJames Booth2016-02-031-0/+1
|
* Show message in private windows when user offlineJames Booth2016-02-021-0/+1
|
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
| | | | closes #718
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-0/+3
|
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-7/+3
|
* Added window encyption mode for PGPJames Booth2015-06-201-1/+2
|
* Added current window reference to command functionsJames Booth2015-06-171-0/+145