Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 9 | -16/+124 | |
| | ||||||
* | http files: Fix for servers w/o file size limit | fiaxh | 2017-08-09 | 1 | -3/+3 | |
| | ||||||
* | http files: Fix double-free rance-condition | fiaxh | 2017-08-07 | 4 | -125/+137 | |
| | | | | ... and move classes around | |||||
* | Http file upload for version :0 and other server setups | fiaxh | 2017-08-07 | 5 | -27/+53 | |
| | ||||||
* | request history since last known messages (#110) | Max Weller | 2017-08-05 | 2 | -2/+15 | |
| | | | | request history since last known messages when rejoining a room at startup | |||||
* | Http file upload | fiaxh | 2017-08-03 | 26 | -170/+709 | |
| | ||||||
* | Small i18n fixes (#53) | linkmauve | 2017-06-29 | 3 | -2/+3 | |
| | | | | | * Replace “...” with “…” in user-visible strings, as per GNOME’s HIG. * Add a message for translators to know that a string starts a sentence. | |||||
* | tito: add version file to remove warning | Marvin W | 2017-06-21 | 1 | -0/+1 | |
| | ||||||
* | Make session negotiation optional | fiaxh | 2017-06-21 | 1 | -5/+5 | |
| | ||||||
* | Session establishment | fiaxh | 2017-06-21 | 4 | -6/+63 | |
| | ||||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 21 | -273/+197 | |
| | | | | StartConversation | |||||
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 18 | -254/+178 | |
| | ||||||
* | MUC join behaviour + small MUC error changes | fiaxh | 2017-06-13 | 8 | -43/+74 | |
| | ||||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 24 | -113/+225 | |
| | ||||||
* | fixup 5ba95ef (Conversation details dialog) | fiaxh | 2017-06-01 | 1 | -2/+2 | |
| | ||||||
* | Update translations | fiaxh | 2017-05-31 | 20 | -99/+2430 | |
| | ||||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 19 | -141/+777 | |
| | ||||||
* | Notifications + typing notifications + message marker settings per conversation | fiaxh | 2017-05-30 | 8 | -16/+121 | |
| | ||||||
* | MUC config form (data forms), MUC room info | fiaxh | 2017-05-30 | 13 | -29/+322 | |
| | ||||||
* | fixup bcb9690 (Roster versioning) | fiaxh | 2017-05-24 | 5 | -38/+20 | |
| | ||||||
* | Roster versioning | fiaxh | 2017-05-22 | 8 | -112/+286 | |
| |