Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-10Fix encoding in windows installerPhilipp Hörist
2017-01-10Remove line breaks from version stringPhilipp Hörist
2017-01-09Use correct gnupg package for windows buildPhilipp Hörist
2017-01-08Fix German translation typo in NSIS ScriptPhilipp Hörist
2017-01-08Add German translation string to NSIS ScriptPhilipp Hörist
2017-01-08Merge branch 'gajim_0.16' into 'gajim_0.16' Philipp Hörist
Add NSIS Script for portable windows installer Fixes #2860 See merge request !27
2017-01-08Add NSIS Script for portable windows installerPhilipp Hörist
2017-01-08Add 'common' to packages included in win buildPhilipp Hörist
Because demandimport is not used anymore cx_freeze doesnt add it to the build, this causes plugins that still import demandimport to fail
2017-01-04fix argument name in testsYann Leboulanger
2017-01-04use same date format as in linux buildYann Leboulanger
2017-01-03Merge branch 'no-demand' into 'gajim_0.16' Philipp Hörist
Dont use demandimport anymore See merge request !9
2016-12-31don't install README.html anymoreYann Leboulanger
2016-12-29Update requirements.txtPhilipp Hörist
Added pygments for the new Source Code Highlight Plugin
2016-12-29Move README.html -> READMEPhilipp Hörist
2016-12-29Delete Transifex REAMDEPhilipp Hörist
We dont use transifex anymore
2016-12-29Catch exceptions on invalid URLsPhilipp Hörist
Closes #8494
2016-12-28Set correct working dir before creating linkPhilipp Hörist
2016-12-28Merge branch 'gajim_0.16' into 'gajim_0.16' Philipp Hörist
Fix broken zeroconf on Windows Fixes #8448, #8473 See merge request !6
2016-12-28Merge branch 'appveyor' into 'gajim_0.16' Philipp Hörist
Update files for appveyor Windows build See merge request !13
2016-12-28Update files for appveyor Windows buildPhilipp Hörist
2016-12-24Merge branch 'merge_nicks' into 'gajim_0.16' Philipp Hörist
Make chat_merge_consecutive_nickname work in GC See merge request !8
2016-12-23Fix getting commit hash for version infoPhilipp Hörist
2016-12-23Correctly search for chat_control when message receipts are received ↵Thilo Molitor
(XEP-0184) and chat_control is not currently bound to a session
2016-12-21Use correct arguments for error_cb() Fixes #8484Philipp Hörist
2016-12-21Dont use demandimport anymorePhilipp Hörist
2016-12-21Fix wrong import for JingleTransportSocks5Philipp Hörist
2016-12-19Make chat_merge_consecutive_nickname work in GCPhilipp Hörist
2016-12-19Merge branch 'restore' into 'gajim_0.16' Yann Leboulanger
Change history restore options - `No limit` option on 'restore_timeout' with `restore_timeout=0` - Change default values on restore values Current values of `restore_lines=4`, `restore_timeout=60` means in most cases no restore at all In recent years through Smartphone use of IM Clients, many people expect to always see at least the last X messages. With the current settings in most cases there is no history shown, and people think the Client is not capable of it. I think changing it to `restore_lines=10`, `restore_timeout=0` is sensible See merge request !7
2016-12-19Change defaults on history restore optionsPhilipp Hörist
2016-12-19Allow for a no limit option on restore_timeoutPhilipp Hörist
2016-12-18Make bonjour zeroconf more resilient against errorsPhilipp Hörist
Catch bonjour 'ServiceNotRunning' Error Query TXT Records with DNSServiceQueryRecord
2016-12-18Add own logging domain for zeroconf_bonjourPhilipp Hörist
2016-12-18Resolve IP with bonjour in zeroconfPhilipp Hörist
2016-12-18Add .gitignorePhilipp Hörist
2016-12-17do not list all keys when we want to know if we have a key. Fixes #8477Yann Leboulanger
Conflicts: src/common/connection.py
2016-12-16Merge branch 'file_transfer_related' into 'gajim_0.16' Yann Leboulanger
Correctly end jingle session when file transfer doesn't terminate correctly See merge request !5
2016-12-16add event for jingle session initiation if we're initiatorAndrey Gursky
2016-12-16finish jingle file transfer session if file couldn't be verifiedAndrey Gursky
2016-12-16finish jingle file transfer session for files without hashAndrey Gursky
2016-12-15don't crash when gnupg doesn't have a status attribute.Yann Leboulanger
2016-12-15correctly check if python-gnupg is installedYann Leboulanger
2016-12-14Remove gnupg from our sources and optionnaly depend on it. Fixes #8475Yann Leboulanger
2016-11-29fix time.time() call. Fixes #8446Yann Leboulanger
2016-11-28prevent too long tooltips. Fixes #8465Yann Leboulanger
2016-11-28[SaltyBones] Updated German translationYann Leboulanger
2016-11-25fix sending zeroconf messagesYann Leboulanger
2016-11-25don't crash when we get a wrong feature negotiation formYann Leboulanger
2016-11-20Fixed typo and updated German translationSimon Friedberger
2016-11-06Remove unused xdg code and make it check for absolute pathslovetox
2016-11-05Fix unknown variables in htmltextviewlovetox