aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add DOAP (description of a project) fileMarvin W2017-08-171-0/+21
|
* Undo/redo text in chat inputfiaxh2017-08-173-1/+83
|
* fixup 4aee957 (request history since last known messages)fiaxh2017-08-172-4/+4
|
* Message Archive Managementfiaxh2017-08-1715-116/+309
|
* Update translationsfiaxh2017-08-148-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 ↵fiaxh2017-08-146-34/+124
| | | | shown availability
* xmpp-vala: Remove require-functionsfiaxh2017-08-1426-130/+2
|
* Stream Managementfiaxh2017-08-1411-41/+185
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-1210-31/+375
|
* RosterList: Disconnect handlers on widget destroyfiaxh2017-08-111-5/+11
| | | | Fixes #119
* SRV records for XMPP over TLSfiaxh2017-08-119-16/+124
|
* http files: Fix for servers w/o file size limitfiaxh2017-08-091-3/+3
|
* http files: Fix double-free rance-conditionfiaxh2017-08-074-125/+137
| | | | ... and move classes around
* Http file upload for version :0 and other server setupsfiaxh2017-08-075-27/+53
|
* request history since last known messages (#110)Max Weller2017-08-052-2/+15
| | | | request history since last known messages when rejoining a room at startup
* Http file uploadfiaxh2017-08-0326-170/+709
|
* Small i18n fixes (#53)linkmauve2017-06-293-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 warningMarvin W2017-06-211-0/+1
|
* Make session negotiation optionalfiaxh2017-06-211-5/+5
|
* Session establishmentfiaxh2017-06-214-6/+63
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-1721-273/+197
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-1318-254/+178
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-138-43/+74
|
* Muc Invite + Kickfiaxh2017-06-1124-113/+225
|
* fixup 5ba95ef (Conversation details dialog)fiaxh2017-06-011-2/+2
|
* Update translationsfiaxh2017-05-3120-99/+2430
|
* Conversation details dialogfiaxh2017-05-3019-141/+777
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-308-16/+121
|
* MUC config form (data forms), MUC room infofiaxh2017-05-3013-29/+322
|
* fixup bcb9690 (Roster versioning)fiaxh2017-05-245-38/+20
|
* Roster versioningfiaxh2017-05-228-112/+286
|
* Member affiliation in occupant listfiaxh2017-05-184-38/+210
|
* Send message on enter from numblockfiaxh2017-05-111-1/+1
|
* ManageAccounts: Window -> Dialogfiaxh2017-05-092-228/+235
|
* Merge pull request #93 from hrxi/pr_fix_warningfiaxh2017-05-094-7/+4
|\ | | | | Fix a couple of warnings relating to parents of dialogs
| * Fix a couple of warnings relating to parents of dialogshrxi2017-05-094-7/+4
|/ | | | | | | | | | | | Fixes these kind of warnings: ``` (dino:<PID>): Gtk-CRITICAL **: gtk_window_set_transient_for: assertion 'parent == NULL || GTK_IS_WINDOW (parent)' failed Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (dino:<PID>): GLib-GObject-WARNING **: invalid cast from 'GtkPaned' to 'GtkWindow' ``` Also centers these dialogs (settings, add chat, join conversation) on top of their parent windows.
* qlite/libdino: optimize db accessMarvin W2017-04-264-8/+31
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-2632-239/+252
|
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-2310-50/+135
|
* signal-protocol: use proper types and fix memleak (#59)Marvin W2017-04-191-4/+5
|
* signal-protocol/omemo: fix null-pointer issuesMarvin W2017-04-1813-144/+205
| | | | Fixes #44 and #58
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-1811-157/+207
|
* qlite: cleanup, fix nullity issuesMarvin W2017-04-189-181/+131
|
* Handle conference bookmarks w/o nickfiaxh2017-04-177-73/+75
|
* Make gdk-x11 optionalMarvin W2017-04-153-1/+26
|
* Replace OpenSSL with GCryptMarvin W2017-04-158-378/+264
|
* gettext improvements (more strings, times, plural, de lang)fiaxh2017-04-138-22/+186
|
* MUC improvementsfiaxh2017-04-1110-123/+169
|
* Add gettext dependencyMarvin W2017-04-112-1/+6
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-113-7/+13
|