aboutsummaryrefslogtreecommitdiff
path: root/src/chat/messenger.c
Commit message (Collapse)AuthorAge
* Update UI widgets regarding own account on attribute changesJacki41 hours
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix deallocation issue when multiple threads accessed resourcesJacki4 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Load profile pictures from attributes dynamicallyJacki5 days
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Implement messages switching visibility depending on the senders block-stateTheJackiMonster2024-02-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Add asserts to verify reliabilityJacki2024-02-14
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Handle logout of accountJacki2024-02-10
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Update tagged messagesJacki2024-02-02
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Remove whisper messagesJacki2024-02-01
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Fix contact info updatesJacki2024-01-03
| | | | Signed-off-by: Jacki <jacki@thejackimonster.de>
* Added some comments for clarificationTheJackiMonster2022-04-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Adjusted chat start functionTheJackiMonster2022-03-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented switchable settings and added visible whisperingTheJackiMonster2022-03-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Cleanup console outputTheJackiMonster2022-03-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added warning handling and leave messages, cleaning some code and fixed ↵TheJackiMonster2022-03-13
| | | | | | issue with QR pixel data Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented message deletionTheJackiMonster2022-02-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented account selectionTheJackiMonster2022-02-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented workaround to delays with the schedulerTheJackiMonster2022-02-11
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added files listbox and replaced idle task to shutdown gnunet with a selectTheJackiMonster2022-01-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemeneted sorting of messages to handle old messages reloadingTheJackiMonster2022-01-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added automatic scrolling to chatsTheJackiMonster2021-12-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added mutex for thread safetyTheJackiMonster2021-12-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added update event, fixed name drop and adjusted path to configuration filesTheJackiMonster2021-12-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented updating of labels regarding contact names in chatsTheJackiMonster2021-12-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added invitations for private chats and cleaned up status messagesTheJackiMonster2021-11-24
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added profile entries, identity selection parameter and other tweaksTheJackiMonster2021-11-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added first ui files for status messages and integrated public key api changesTheJackiMonster2021-11-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented opening a private chat to a contactTheJackiMonster2021-11-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented actual sending and receiving of text messages via chat interfaceTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added dialog to create a new platform and connected new eventsTheJackiMonster2021-11-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added ui file to add chat/contact entriesTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Separated gtk, gnunet and events using bothTheJackiMonster2021-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Rearranged pieces of code to setup uiTheJackiMonster2021-10-30
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>