Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Member affiliation in occupant list | fiaxh | 2017-05-18 | 4 | -38/+210 | |
| | ||||||
* | Send message on enter from numblock | fiaxh | 2017-05-11 | 1 | -1/+1 | |
| | ||||||
* | ManageAccounts: Window -> Dialog | fiaxh | 2017-05-09 | 2 | -228/+235 | |
| | ||||||
* | Merge pull request #93 from hrxi/pr_fix_warning | fiaxh | 2017-05-09 | 4 | -7/+4 | |
|\ | | | | | Fix a couple of warnings relating to parents of dialogs | |||||
| * | Fix a couple of warnings relating to parents of dialogs | hrxi | 2017-05-09 | 4 | -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 access | Marvin W | 2017-04-26 | 4 | -8/+31 | |
| | ||||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 32 | -239/+252 | |
| | ||||||
* | Sync MUC join/part behaviour with autojoin flag in bookmarks | fiaxh | 2017-04-23 | 10 | -50/+135 | |
| | ||||||
* | signal-protocol: use proper types and fix memleak (#59) | Marvin W | 2017-04-19 | 1 | -4/+5 | |
| | ||||||
* | signal-protocol/omemo: fix null-pointer issues | Marvin W | 2017-04-18 | 13 | -144/+205 | |
| | | | | Fixes #44 and #58 | |||||
* | xmpp-vala/core+libdino: concurrency + nullity improvements | Marvin W | 2017-04-18 | 11 | -157/+207 | |
| | ||||||
* | qlite: cleanup, fix nullity issues | Marvin W | 2017-04-18 | 9 | -181/+131 | |
| | ||||||
* | Handle conference bookmarks w/o nick | fiaxh | 2017-04-17 | 7 | -73/+75 | |
| | ||||||
* | Make gdk-x11 optional | Marvin W | 2017-04-15 | 3 | -1/+26 | |
| | ||||||
* | Replace OpenSSL with GCrypt | Marvin W | 2017-04-15 | 8 | -378/+264 | |
| | ||||||
* | gettext improvements (more strings, times, plural, de lang) | fiaxh | 2017-04-13 | 8 | -22/+186 | |
| | ||||||
* | MUC improvements | fiaxh | 2017-04-11 | 10 | -123/+169 | |
| | ||||||
* | Add gettext dependency | Marvin W | 2017-04-11 | 2 | -1/+6 | |
| | ||||||
* | Fix alt-tab behaviour when notification is active | fiaxh | 2017-04-11 | 3 | -7/+13 | |
| | ||||||
* | Gettext support | fiaxh | 2017-04-10 | 47 | -75/+780 | |
| | ||||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 8 | -97/+234 | |
| |