Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Application menu fallback button | fiaxh | 2017-04-04 | 5 | -11/+22 |
| | |||||
* | fixup 75e51b5 | fiaxh | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 19 | -123/+169 |
| | |||||
* | Start private conversation with MUC occupant via occupant menu | fiaxh | 2017-04-03 | 9 | -38/+116 |
| | |||||
* | Add --print-xmpp flag to log details | Marvin W | 2017-04-03 | 7 | -34/+210 |
| | |||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 8 | -36/+96 |
| | |||||
* | Handle MUC private messages | fiaxh | 2017-03-31 | 21 | -167/+370 |
| | |||||
* | Fix conversation last_active | fiaxh | 2017-03-31 | 10 | -73/+90 |
| | |||||
* | Fix -Werror=format-security issues | Marvin W | 2017-03-30 | 6 | -14/+24 |
| | |||||
* | Make configure/make compatible with autotools | Marvin W | 2017-03-30 | 4 | -30/+150 |
| | |||||
* | Update README.md | fiaxh | 2017-03-25 | 1 | -1/+5 |
| | |||||
* | RPM + tito + copr support | Marvin W | 2017-03-24 | 5 | -5/+129 |
| |