aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Read+(write) stream asyncfiaxh2017-11-1632-390/+469
|
* Replace deprecated function usagesfiaxh2017-11-1611-20/+20
|
* small fixesfiaxh2017-11-012-2/+1
|
* small fixesfiaxh2017-11-012-5/+2
|
* Go offline before quiting applicationfiaxh2017-10-313-6/+24
| | | | fixes #141
* Fix warningsfiaxh2017-10-3131-100/+160
|
* Move DatabaseError handling into Qlitefiaxh2017-10-3118-233/+166
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-3125-227/+362
|
* Blocking setting in Contact Detailsfiaxh2017-10-317-9/+99
|
* xmpp-vala: Add support for XEP-0191: Blocking CommandEmmanuel Gil Peyrot2017-10-313-0/+139
|
* fixup 8c0a44e (Added a confirmation dialog before removing an account)fiaxh2017-10-301-4/+7
|
* Added a confirmation dialog before removing an account. Fixes #51Dennis Fink2017-10-301-8/+16
|
* Added luxembourgish translationDennis Fink2017-10-294-0/+68
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-233-4/+4
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* Update translationsfiaxh2017-10-2313-929/+2321
|
* Add oob tag to http-upload messagesfiaxh2017-10-225-13/+34
| | | | fixes #166
* Directly start chat from xmpp uri if only one account is activefiaxh2017-10-221-9/+16
| | | | fixes #160
* Offline messages for MUCsfiaxh2017-10-223-14/+19
| | | | fixes #187
* Only match full words as mentions for notificationsfiaxh2017-10-221-1/+3
| | | | fixes #185
* PGP encrypted file transfersfiaxh2017-10-2214-70/+209
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-2112-168/+207
|
* http-files: max-file-size handlingfiaxh2017-09-269-18/+26
|
* small fixesfiaxh2017-09-202-1/+2
|
* Change conversation (un)read markingfiaxh2017-09-193-20/+5
|
* Use GNotification instead of libnotifyfiaxh2017-09-1911-92/+99
|
* fixup 8944029 (PGP support for MUCs)fiaxh2017-09-061-3/+4
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-0618-105/+193
|
* http files: Accept url put/get urls in both attributes and string contentfiaxh2017-09-051-11/+11
|
* Show last message sender in conversation listfiaxh2017-09-016-213/+159
|
* cmake: set _FILE_OFFSET_BITS=64 if required for platformMarvin W2017-09-012-2/+31
|
* Focus selected widgets in the accounts dialoghrxi2017-09-012-2/+13
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* small fixesfiaxh2017-08-318-5/+18
|
* Use utc time everywherefiaxh2017-08-3114-32/+32
|
* Download & inline display imagesfiaxh2017-08-3124-36/+686
|
* configure: ignore flags used by dh_makeMarvin W2017-08-311-1/+8
|
* main: extend theming capabilitiesMarvin W2017-08-298-67/+25
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-294-23/+38
|
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-294-61/+67
|
* xmpp-vala: use encoded value when formatting stanza attributesMarvin W2017-08-291-3/+3
| | | | fixes #140
* Plugins providing conversation items for ConversationViewfiaxh2017-08-2825-525/+713
|
* small fixesfiaxh2017-08-275-6/+7
|
* omemo: store and display identity keys of all devicesMarvin W2017-08-2711-27/+424
|
* qlite: add upsert supportMarvin W2017-08-274-3/+124
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-2510-43/+80
|
* Improve undo/redofiaxh2017-08-251-6/+9
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-252-5/+52
|
* connection: keep-alive pings, act upon connection change (VPN)fiaxh2017-08-254-8/+63
|
* "Default" per-contact settings (change UI)fiaxh2017-08-254-34/+55
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-258-57/+98
|
* omemo: handle broken incoming key bundlesMarvin W2017-08-241-15/+18
| | | | fixes #137