summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-18strips 'v' from pkgver.svalo
Thanks @xiota for noticing and suggesting the fix
2023-02-09Bumps to 0.4 and adds libadwaitasvalo
2022-11-06Changes dependency to libsoup3svalo
2022-11-06Adds missing ice plugin from examplesvalo
2022-08-21Switches to GTK4svalo
2021-05-15Adds dependencies for audio/video call and direct connection in jingle jinglesvalo
https://github.com/dino/dino/commit/148cf48d2b68354881066e2587e2673c91d2619a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a https://github.com/dino/dino/commit/0f46facecd558786631c2ad4cf66d27331f16a86#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a https://github.com/dino/dino/commit/23ffd37dded3bf872e42d7a00727ab3c4d105a97#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a gst-plugins-base gst-plugins-good gst-plugin-gtk webrtc-audio-processing libnice libsrtp
2021-01-22Adds gspell dependencysvalo
Introduced in upstream PR https://github.com/dino/dino/pull/317
2020-02-12Various PKGBUILD updatessvalo
Changes pkgver function as there is a tagged release Updates the url filed pointing to website
2020-01-28Corrects the pkgver number wrongly generatedsvalo
2020-01-22Switches to shared libsignal following upstream directionsvalo
The old behaviour can be restored enabling --with-libsignal-in-tree flag in configure. For detailed changelog refer to upstream
2018-11-12Adds qrencode dependencysvalo
2018-06-15Adds libcanberra optdepends for audio notification plugin and ↵svalo
_ENABLE_PLUGINS variable * Adds _ENABLE_PLUGINS variable to build optional plugins * Adds libcanberra optdepends for audio notification plugin
2018-01-02Raises minimum Vala version + various code updatessvalo
* [PKGBUILD] Minimum Vala version is 0.34 * [DINO] Update translations * [DINO] Restore window state (size, maximized, position) * [DINO] Place time+encryption+read directly right of name * [DINO] Clear chat states on own/contact disconnect fixes #197 * [DINO] Show subscription request in conversation summary * [DINO] Fallback display for all file types * [DINO] Load messages for conversation view from cache * [DINO] Match message with previously arrived marker * [DINO] Repopulate message TextView context menu, include "Copy URL" (#219) * [DINO] Rename resources to have a reverse DNS prefix * [DINO] Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221) * [DINO] ConversationView: Date separator * [DINO] http-files: async file download * [DINO] Update translations * [DINO] Reword some strings (#215) * [DINO] Fix memory leak * [DINO] Async service lookup, connect and write * [DINO] Disconnect stanza listeners from pipeline * [DINO] ConversationView: Split merged messages when an in-between one is added * [DINO] Update translations * [DINO] Fix unit tests using async + read message marker * [DINO] fixup 3f531d6 * [DINO] Read+(write) stream async * [DINO] Replace deprecated function usages * [DINO] small fixes * [DINO] small fixes * [DINO] Go offline before quiting application fixes #141 * [DINO] Fix warnings * [DINO] Move DatabaseError handling into Qlite * [DINO] Keep MUC join dialog open until joined, show errors * [DINO] Blocking setting in Contact Details * [DINO] xmpp-vala: Add support for XEP-0191: Blocking Command * [DINO] fixup 8c0a44e (Added a confirmation dialog before removing an account) * [DINO] Added a confirmation dialog before removing an account. Fixes #51 * [DINO] Added luxembourgish translation * [DINO] Remove new from struct initialisation, as it is deprecated (#180) * [DINO] Update translations * [DINO] Add oob tag to http-upload messages fixes #166 * [DINO] Directly start chat from xmpp uri if only one account is active fixes #160 * [DINO] Offline messages for MUCs fixes #187 * [DINO] Only match full words as mentions for notifications fixes #185 * [DINO] PGP encrypted file transfers * [DINO] Handle file uploading in libdino & main, have http upload as provider * [DINO] http-files: max-file-size handling
2017-10-22Improved PKGBUILDsvalo
[PKGBUILD] Allow to disable any or all of the plugins
2017-09-20Switch to GNotification from libnotify plus various code updatessvalo
* [PKGBUILD] Removes libnotify dependency * [DINO] small fixes * [DINO] Change conversation (un)read marking * [DINO] Use GNotification instead of libnotify * [DINO] fixup 8944029 (PGP support for MUCs) * [DINO] Move encryption menu into ChatInput, PGP support for MUCs * [DINO] http files: Accept url put/get urls in both attributes and string content * [DINO] Show last message sender in conversation list * [DINO] cmake: set _FILE_OFFSET_BITS=64 if required for platform * [DINO] Focus selected widgets in the accounts dialog * [DINO] small fixes * [DINO] Use utc time everywhere * [DINO] Download & inline display images * [DINO] configure: ignore flags used by dh_make * [DINO] main: extend theming capabilities * [DINO] support platforms without UTF-8 and use native file picker * [DINO] libdino: try to load all plugins found in the respective folders * [DINO] xmpp-vala: use encoded value when formatting stanza attributes * [DINO] Plugins providing conversation items for ConversationView * [DINO] small fixes * [DINO] omemo: store and display identity keys of all devices * [DINO] qlite: add upsert support * [DINO] Handle xmpp ?join and ?message uris * [DINO] Improve undo/redo * [DINO] Use single process, accept xmpp:-URIs as program argument * [DINO] connection: keep-alive pings, act upon connection change (VPN) * [DINO] "Default" per-contact settings (change UI) * [DINO] Show nicks in MUCs, real jid in individual occupant menu * [DINO] omemo: handle broken incoming key bundles * [DINO] fixup 4a4b595 * [DINO] xmpp-vala: Improve time parsing * [DINO] Move settings from GSettings to own db * [DINO] README: Discussion MUC, change url * [DINO] Fix some UI issues * [DINO] MAM fixes - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs * [DINO] xmpp-vala: Connection fallback without SRV records * [DINO] add plugin api for text commands * [DINO] libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) * [DINO] xmpp-vala: catch TLS errors during read() * [DINO] libdino: do not process message twice * [DINO] add DOAP (description of a project) file * [DINO] Undo/redo text in chat input * [DINO] fixup 4aee957 (request history since last known messages) * [DINO] Message Archive Management * [DINO] Update translations Chinese (Simplified): tonghuix Dutch: Nathan Follens Esperanto: Tirifto French: Jean-Baptiste German: rugk Italian: Valerio Baldisserotto Spanish: sergio * [DINO] openpgp: contact details provider (fingerprint), colored fingerprints, fix shown availability * [DINO] xmpp-vala: Remove require-functions * [DINO] Stream Management * [DINO] xmpp-vala: improve namespace handling, add some tests * [DINO] RosterList: Disconnect handlers on widget destroy Fixes #119 * [DINO] SRV records for XMPP over TLS * [DINO] http files: Fix for servers w/o
2017-08-16Adds support for custom flags and executes testssvalo
* [PKGBUILD] Adds support for user defined CC CFLAGS VALACFLAGS * [PKGBUILD] Adds check function executing some tests
2017-08-11Dependencies update and new featuressvalo
* [PKGBUILD] Adds ninja as makedepend as for project's README recommendation * [PKGBUILD] Adds glib-networking dependency * [PKGBUILD] Adds libsoup dependency * [DINO] http files: Fix for servers w/o file size limit * [DINO] http files: Fix double-free rance-condition ... and move classes around * [DINO] Http file upload for version :0 and other server setups * [DINO] request history since last known messages (#110) * [DINO] Http file upload * [DINO] Small i18n fixes (#53) * [DINO] tito: add version file to remove warning * [DINO] Make session negotiation optional * [DINO] Session establishment * [DINO] Set jid handle in ContactDetails, use LabelHybrids more, remove edit from StartConversation
2017-06-16Bumps versionsvalo
* [DINO] Get rid of manual storage objects for delegates * [DINO] MUC join behaviour + small MUC error changes * [DINO] Muc Invite + Kick
2017-06-01Bumps versionsvalo
* [DINO] fixup 5ba95ef (Conversation details dialog) * [DINO] Update translations
2017-05-31Bumps versionsvalo
* [DINO] Conversation details dialog * [DINO] Notifications + typing notifications + message marker settings per conversation * [DINO] MUC config form (data forms), MUC room info
2017-05-25Bumps versionsvalo
* [DINO] fixup bcb9690 (Roster versioning)
2017-05-22Bumps versionsvalo
* [DINO] Roster versioning
2017-05-19Bumps versionsvalo
* [DINO] Member affiliation in occupant list
2017-05-12Bumps versionsvalo
2017-05-12Various updatessvalo
* Updates package version * [DINO] Send message on enter from numblock * [DINO] ManageAccounts: Window -> Dialog * [PKGBUILD] Correct license thanks NicoHood * [PKGBUILD] Tabs are 4 spaces thanks NicoHood * [PKGBUILD] Fix indentation in prepare * [PKGBUILD] Uses sha512 even if cvs package thanks NicoHood
2017-05-10Bumps versionsvalo
2017-04-27Bumps versionsvalo
2017-04-24Bumps versionsvalo
2017-04-20Bumps versionsvalo
2017-04-19Updates dependency, remove empty optionssvalo
2017-04-18Updated versionSeppia
updated PKBUILD version
2017-03-28updated version and licenseSeppia
2017-03-24updated version and PKGBUILD to use new make install directiveSeppia
2017-03-17Adds version to dependencies according to upstreamsvalo
Adds contributor contact
2017-03-17Various improvementssvalo
* Moves libraries and plugins in own subdir * Sets mode for install * Removes gcc deps as it's implicit * Style consistency in using vars * Disables make install as it's not needed and installs in /usr/local
2017-03-17updated versionSeppia
2017-03-17used install instead of cp in package()Seppia
2017-03-17updated dependenciesSeppia
2017-03-16use pacman to install packageSeppia
2017-03-16fixed workaroudSeppia
2017-03-16temporary installation workaraoudSeppia
2017-03-16fixed build dependenciesSeppia
2017-03-16first test commitSeppia