Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | http-files: max-file-size handling | fiaxh | 2017-09-26 | 9 | -18/+26 | |
| | ||||||
* | small fixes | fiaxh | 2017-09-20 | 2 | -1/+2 | |
| | ||||||
* | Change conversation (un)read marking | fiaxh | 2017-09-19 | 3 | -20/+5 | |
| | ||||||
* | Use GNotification instead of libnotify | fiaxh | 2017-09-19 | 11 | -92/+99 | |
| | ||||||
* | fixup 8944029 (PGP support for MUCs) | fiaxh | 2017-09-06 | 1 | -3/+4 | |
| | ||||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 18 | -105/+193 | |
| | ||||||
* | http files: Accept url put/get urls in both attributes and string content | fiaxh | 2017-09-05 | 1 | -11/+11 | |
| | ||||||
* | Show last message sender in conversation list | fiaxh | 2017-09-01 | 6 | -213/+159 | |
| | ||||||
* | cmake: set _FILE_OFFSET_BITS=64 if required for platform | Marvin W | 2017-09-01 | 2 | -2/+31 | |
| | ||||||
* | Focus selected widgets in the accounts dialog | hrxi | 2017-09-01 | 2 | -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 fixes | fiaxh | 2017-08-31 | 8 | -5/+18 | |
| | ||||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 14 | -32/+32 | |
| | ||||||
* | Download & inline display images | fiaxh | 2017-08-31 | 24 | -36/+686 | |
| | ||||||
* | configure: ignore flags used by dh_make | Marvin W | 2017-08-31 | 1 | -1/+8 | |
| | ||||||
* | main: extend theming capabilities | Marvin W | 2017-08-29 | 8 | -67/+25 | |
| | ||||||
* | support platforms without UTF-8 and use native file picker | Marvin W | 2017-08-29 | 4 | -23/+38 | |
| | ||||||
* | libdino: try to load all plugins found in the respective folders | Marvin W | 2017-08-29 | 4 | -61/+67 | |
| | ||||||
* | xmpp-vala: use encoded value when formatting stanza attributes | Marvin W | 2017-08-29 | 1 | -3/+3 | |
| | | | | fixes #140 | |||||
* | Plugins providing conversation items for ConversationView | fiaxh | 2017-08-28 | 25 | -525/+713 | |
| | ||||||
* | small fixes | fiaxh | 2017-08-27 | 5 | -6/+7 | |
| | ||||||
* | omemo: store and display identity keys of all devices | Marvin W | 2017-08-27 | 11 | -27/+424 | |
| | ||||||
* | qlite: add upsert support | Marvin W | 2017-08-27 | 4 | -3/+124 | |
| | ||||||
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 10 | -43/+80 | |
| | ||||||
* | Improve undo/redo | fiaxh | 2017-08-25 | 1 | -6/+9 | |
| | ||||||
* | Use single process, accept xmpp:-URIs as program argument | Marvin W | 2017-08-25 | 2 | -5/+52 | |
| | ||||||
* | connection: keep-alive pings, act upon connection change (VPN) | fiaxh | 2017-08-25 | 4 | -8/+63 | |
| | ||||||
* | "Default" per-contact settings (change UI) | fiaxh | 2017-08-25 | 4 | -34/+55 | |
| | ||||||
* | Show nicks in MUCs, real jid in individual occupant menu | fiaxh | 2017-08-25 | 8 | -57/+98 | |
| | ||||||
* | omemo: handle broken incoming key bundles | Marvin W | 2017-08-24 | 1 | -15/+18 | |
| | | | | fixes #137 | |||||
* | fixup 4a4b595 | fiaxh | 2017-08-22 | 1 | -0/+1 | |
| | ||||||
* | xmpp-vala: Improve time parsing | fiaxh | 2017-08-22 | 1 | -22/+4 | |
| | ||||||
* | Move settings from GSettings to own db | fiaxh | 2017-08-22 | 13 | -90/+90 | |
| | ||||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 33 | -239/+49 | |
| | ||||||
* | Fix some UI issues | Marvin W | 2017-08-22 | 5 | -6/+13 | |
| | ||||||
* | MAM fixes | fiaxh | 2017-08-19 | 4 | -25/+36 | |
| | | | | | | - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs | |||||
* | xmpp-vala: Connection fallback without SRV records | fiaxh | 2017-08-19 | 1 | -2/+6 | |
| | ||||||
* | add plugin api for text commands | Marvin W | 2017-08-17 | 2 | -9/+34 | |
| | ||||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 19 | -69/+115 | |
| | ||||||
* | xmpp-vala: catch TLS errors during read() | Marvin W | 2017-08-17 | 1 | -0/+2 | |
| | ||||||
* | libdino: do not process message twice | Marvin W | 2017-08-17 | 1 | -3/+2 | |
| | ||||||
* | add DOAP (description of a project) file | Marvin W | 2017-08-17 | 1 | -0/+21 | |
| | ||||||
* | Undo/redo text in chat input | fiaxh | 2017-08-17 | 3 | -1/+83 | |
| | ||||||
* | fixup 4aee957 (request history since last known messages) | fiaxh | 2017-08-17 | 2 | -4/+4 | |
| | ||||||
* | Message Archive Management | fiaxh | 2017-08-17 | 15 | -116/+309 | |
| | ||||||
* | Update translations | fiaxh | 2017-08-14 | 8 | -345/+1147 | |
| | | | | | | | | | | Chinese (Simplified): tonghuix Dutch: Nathan Follens Esperanto: Tirifto French: Jean-Baptiste German: rugk Italian: Valerio Baldisserotto Spanish: sergio | |||||
* | openpgp: contact details provider (fingerprint), colored fingerprints, fix ↵ | fiaxh | 2017-08-14 | 6 | -34/+124 | |
| | | | | shown availability | |||||
* | xmpp-vala: Remove require-functions | fiaxh | 2017-08-14 | 26 | -130/+2 | |
| | ||||||
* | Stream Management | fiaxh | 2017-08-14 | 11 | -41/+185 | |
| | ||||||
* | xmpp-vala: improve namespace handling, add some tests | Marvin W | 2017-08-12 | 10 | -31/+375 | |
| | ||||||
* | RosterList: Disconnect handlers on widget destroy | fiaxh | 2017-08-11 | 1 | -5/+11 | |
| | | | | Fixes #119 |