sledgehammer999
afe930cbee
Use new libtorrent 1.1.2+ utility function to generate client ID instead.
8 years ago
sledgehammer999
e054f63746
Make sure that paths are loaded/saved using slashes as dir separators.
8 years ago
sledgehammer999
59b570cf62
Display message about libtorrent plugins for the correct case.
8 years ago
sledgehammer999
f391b24b1d
Migrate last setting related to interfaces to the new system.
8 years ago
sledgehammer999
7bf06cd6e6
Fix save/load of interface address setting.
8 years ago
sledgehammer999
f885c6375a
Use better variable names for tracker announce IP setting.
8 years ago
sledgehammer999
db4b30ad48
Fix values for unsetting speed limits.
8 years ago
sledgehammer999
6053390bf5
Unify and simplify setting to use proxy for torrents only.
8 years ago
sledgehammer999
5cbc7b16c0
Guard the flag used for deferred session configure.
8 years ago
sledgehammer999
1757973f88
Misc fixes.
8 years ago
sledgehammer999
10cd45dc81
Fix setting limits to unlimited.
8 years ago
sledgehammer999
a5ae86512a
Rename IP filtering functions and settings names.
8 years ago
sledgehammer999
b97cb7422f
Export torrents added only after the setting was enabled.
8 years ago
sledgehammer999
124eddc68c
Merge pull request #5342 from glassez/session
...
Optimize BitTorrent::Session settings applying
8 years ago
sledgehammer999
23a88b5d69
Merge pull request #5879 from darksom/master
...
Update portugueseBR.nsi
8 years ago
Chocobo1
aba625d544
Fix potential crash. Closes #5873 .
8 years ago
Chocobo1
f8dc8ad4ad
Refactor
8 years ago
DaRKSoM
1a9781d66f
Update portugueseBR.nsi
8 years ago
sledgehammer999
a42b4ef0a0
Merge pull request #5868 from BouRock/patch-1
...
Turkish translation of NSIS installer strings.
8 years ago
Burak Yavuz
b382ae2233
Turkish translation
8 years ago
sledgehammer999
3e12d958e9
Merge pull request #5855 from Chocobo1/tray_icon_crash
...
Fix tray icon crash
8 years ago
Yez Ezey
81ec2e60a9
Sort torrent names case insensitively
8 years ago
Chocobo1
c49bb2daad
The intended action is set the bit to 1, not flipping it.
8 years ago
Chocobo1
59942531df
Fix crash when restoring from tray. Closes #5854 .
8 years ago
Yez Ezey
4e33af41dd
Add --disable-qt-dbus to configure if $host_os is macOS
8 years ago
Yez Ezey
42929e7783
Fix downloadFromURL bug. Closes #5844
8 years ago
sledgehammer999
07f141af2e
Merge pull request #5822 from ngosang/plugins
...
[Search engine] Update Plugins
8 years ago
ngosang
d249e9e7c6
[Search engine] Remove TorrentReactor plugin
8 years ago
ngosang
7c13f71481
[Search engine] Update Demonoid plugin
8 years ago
Yez Ezey
26052802ca
Change QSettings to IniFormat on macOS. Closes #5770 #5808
...
On macOS 10.12 Sierra, Apple changed the behaviour of CFPreferencesSetValue()
truncating data after a null character. https://bugreports.qt.io/browse/QTBUG-56344
Due to this, we have to move from native plist to IniFormat.
8 years ago
sledgehammer999
829425831f
Properly fix the handling of default save path store/load. Bug introduced in dd34663224
8 years ago
sledgehammer999
7b04dd4106
Merge pull request #5746 from erikssm/master
...
fix default save path bug
8 years ago
erikssm
d2e911c3ea
fix default save path bug
8 years ago
sledgehammer999
6960245a06
Merge pull request #5777 from yezezey/macosx_debug
...
Fix Mac OS X Build (Closes #5763 )
8 years ago
Yez Ezey
c30e61904d
Fix Mac OS X Build ( Closes #5763 )
...
Deleted offending code
setUnifiedTitleAndToolBarOnMac(false);
which was a workaround to avoid bug https://bugreports.qt.io/browse/QTBUG-7305
The bug was fixed at Qt 4.6.2 https://github.com/Blizzard/qt4/blob/master/dist/changes-4.6.2
8 years ago
sledgehammer999
bec4617128
Merge pull request #5749 from yezezey/master
...
fixed extratorrent search not working v.3.3.7 #5736
8 years ago
sledgehammer999
b3a7954363
Use a subdomain to redirect to the actual URL for search plugins.
...
Will allow to move around the plugins in the git repo with the 3.4.0 release.
8 years ago
Yez Ezey
3a744a954b
Fixed extratorrent search not working Closes #5736 #5753
...
The original code accumulates all the <td> texts between the description
link and the number of seeders into self.current_item["size"]:
<td>248.72</td><td> MB<td> => "248.72 MB".
ExtraTorrents changed the table design, added the Added column and joined
the number and its unit:
<td>8d</td><td>248.72 MB</td> => "8d 248.72 MB"
This commit stores only the last <td> text in self.current_item["size"].
8 years ago
borouhin
501a2d7c45
Don't request client SSL certificate (closes issue #3883 )
8 years ago
sledgehammer999
3ea81be2cc
Merge pull request #5731 from thalieht/webui_port
...
Fix WEBUI port overflow
8 years ago
sledgehammer999
a7253c5ead
Update UAC nsis plugin to 0.2.4c. Building the installer with nsis 3.0 (final) is possible now. Closes #5556 .
8 years ago
sledgehammer999
05d226a103
Fix travis again.
...
I wish the homebrew guys didn't break it so often and the travis guys updated their images more frequently.
8 years ago
thalieht
6ec1c61b06
fix webui port overflow
8 years ago
sledgehammer999
6ea9325868
Sync translations from Transifex and run lupdate.
8 years ago
sledgehammer999
943cc86eb9
Merge pull request #5686 from ngosang/minor_fix
...
Fix warning in geoipdatabase.cpp
8 years ago
ngosang
83d6a28030
Fix warning in geoipdatabase.cpp
8 years ago
sledgehammer999
d411d8b3a1
Merge pull request #5549 from briankendall/smtp_ssl_bug_fixes
...
Fixes bug where sending email could silently fail
8 years ago
sledgehammer999
89d91500f1
Merge pull request #5648 from SagePtr/patch-1
...
Update geoipdatabase.cpp to allow larger GeoLite2-Country database (issue #5609 )
8 years ago
SagePtr
c63da264d7
Update geoipdatabase.cpp
...
Updated MaxMind database limit from 10MB to 64MB. I hope it will be enough
for few years. Fix for issue #5609
8 years ago
Brian Kendall
da412571e4
Better error handling with smtp communication.
...
Adds log messages for a number of situations where sending an email will silently fail, in particular when attempting to create an unencrypted connection to an SMTP server that requires SSL
8 years ago