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
2020-07-081.2.1gajim-1.2.1lovetox
2020-07-08Update appdata.xmllovetox
2020-07-08Update translationsWeblate
2020-07-08Update ChangeLoglovetox
2020-07-08Update setup.cfglovetox
2020-07-08Update README.mdlovetox
2020-07-08AccountWizard: Anonymous login wordingDaniel Brötzmann
2020-07-08Raise nbxmpp versionlovetox
2020-07-08InviteMenu: Create menuitem before checking for Transports groupDaniel Brötzmann
Otherwise modifying this menuitem later will fail (UnboundLocalError)
2020-07-08Roster: Allow sending messages to multiple groupsDaniel Brötzmann
2020-07-08Roster: Allow to add contacts from Not in contact list group via DNDDaniel Brötzmann
2020-07-07Preferences: Add preview switch and placeholderwurstsalat
2020-07-07Groupchat: Display recent history from the databaselovetox
2020-07-07DOAP: Add XEP-0377wurstsalat
2020-07-07DOAP: Remove XEP-0016wurstsalat
2020-07-07Groupchat: Handle invites consistentlylovetox
- Always print a status message - Display errors on invite Fixes #10171
2020-07-07Roster: Add spam reportingDaniel Brötzmann
2020-07-07Remove privacy lists supportlovetox
Fixes #10161
2020-07-07Remove unused methodslovetox
2020-07-07Roster: Don't depend on Privacy lists for multiple contact blocklovetox
2020-07-07Roster: Remove blocking whole group featurelovetox
Multiselecting contacts should be efficient enough for such rare action
2020-07-07Roster: Adapt strings in blocking dialogwurstsalat
2020-07-07ChatControl: Add menu item for blocking/reportingwurstsalat
2020-07-07ChatControl: Remove account string from bannerwurstsalat
2020-07-05Remove unused codelovetox
Its impossible to get connected by accident without TLS. Connecting unencrypted is now a feature for developers. So showing a icon that reflects transport encryption seems not useful anymore. We still show TLS information in the Server Info window
2020-07-05Rename methods/varslovetox
SSL -> TLS
2020-07-05SubscriptionRequest: Add block/report featuresDaniel Brötzmann
2020-07-05MessageWindow: Fix deprecated properties, don’t expand labelDaniel Brötzmann
2020-07-05Preferences: Fix tooltip string for auto copyDaniel Brötzmann
2020-07-05MusicTrackListener: Catch all errorsAndré Apitzsch
Fixes #10164.
2020-07-05Determine correctly if block/unblock menuitem is shownlovetox
2020-07-05CertStore: Add cert to cache on add_certificate()lovetox
Otherwise the cert is only available after a restart Fixes #10160
2020-07-05Remove commentlovetox
2020-07-05Interface: Store password with correct backendlovetox
On account creation use the passwords module to store the password correctly
2020-07-05MamPreferences: Correctly display preference state for JIDlovetox
2020-06-30PluginManager: Load plugins on Windows correctlylovetox
On Windows we ship compiled files
2020-06-30PluginManager: Fix string formatAndré Apitzsch
2020-06-29Plugins: Don't fail if plugins dir does not existlovetox
2020-06-29Encryption menu: Make 'disabled' item translatablewurstsalat
2020-06-29PluginManager: Refactor loading pluginslovetox
- Auto enable all plugins in the base folder, this allows package maintainers to ship plugins - Give plugins in the user folder priority over plugins in the base folder
2020-06-29Windows: Update buildlovetox
- Remove some unused dirs to reduce the size of the installation - Add some needed executables
2020-06-29Interface: Use rsplit for extracting the portlovetox
2020-06-29DOAP: Add XEPs 0080, 0082, and 0224Daniel Brötzmann
2020-06-29Remove unused importlovetox
2020-06-29Client: Register screensaver handler on all platformslovetox
This is no problem because the signal is not emited if the platform does not support it Fixes #10152
2020-06-29About: Update current developerslovetox
2020-06-29GroupchatRoster: Sort by status in correct orderlovetox
2020-06-29ChatControlBase: Rework drag and dropDaniel Brötzmann
2020-06-29Remove unused scriptAndré Apitzsch
The script has been moved to gajim-plugins repo.
2020-06-29DOAP: Add XEP-0157Daniel Brötzmann