Chocobo1
d84461c9b2
Remove unused header
8 years ago
dzmat
4b18bb29a6
DRY violation fixed
8 years ago
zywo
6e7d3b8135
Fix CMake compilation error.
8 years ago
Chocobo1
a415f14fac
Rename splitter names
8 years ago
Chocobo1
6b835f53ce
Use new key for storing RSS splitter_v value.
...
So that old value won't override the RSS layout.
8 years ago
Tim Delaney
b84d9201fd
Allow | in RSS must contain. Closes #6171 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
390d7a8124
Improve UI responsiveness during RSS downloading. Closes #873 , #1089 , #1235 , #5423 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
32bdb73f70
RSS allow infinite range to extend beyond current season. Closes #800 , #3876 , #6170 .
...
--HG--
branch : magao-dev
8 years ago
thalieht
c7a04e27f4
Log: set embedded Tracker [OFF] msg type as info
8 years ago
Tim Delaney
96c1187f47
RSS parse torrent episodes like 1x01 as well as S01E01. Closes #2749 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
64f9cbbf54
Allow episode zero (special) and leading zeroes in RSS episode filter.
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
cecff159a0
Move old RSS items to separate config file. Closes #6167 .
...
--HG--
branch : magao-dev
8 years ago
Anton Lashkov
1233c5b67b
Fix name of variable same as class member
8 years ago
sledgehammer999
259b5e51c4
Don't ever stop seeding forced torrents. Closes #5784 .
8 years ago
sledgehammer999
146d4e049a
Some more compiler warnings fixed.
8 years ago
sledgehammer999
9f8dfbc51c
Fix warning due to stupid typo.
8 years ago
sledgehammer999
e10c2abf3b
Delete old rss favicon before assigning new one.
8 years ago
sledgehammer999
e440fc3d17
Fix setting a speed limit.
8 years ago
sledgehammer999
3081a8bb3f
Add libtorrent's DHT bootstrap node to our bootstrap list.
8 years ago
sledgehammer999
660b8cdb7e
Use the new API to add DHT bootstrap nodes for libtorrent 1.1.x and simplify the code a bit.
8 years ago
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
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
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
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
borouhin
501a2d7c45
Don't request client SSL certificate (closes issue #3883 )
8 years ago
thalieht
6ec1c61b06
fix webui port overflow
8 years ago
ngosang
83d6a28030
Fix warning in geoipdatabase.cpp
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
Chocobo1
9cb01dedba
Avoid spawning a new explorer.exe process when selecting "Open containing
...
folder". Closes #5564 .
8 years ago
Chocobo1
f448587271
Add function `windowsSystemPath()`
8 years ago
Chocobo1
bb956b8453
Refactor
8 years ago
Chocobo1
8742d7aa45
Uncrustify misc.cpp
8 years ago
Vladimir Golovnev (Glassez)
c4e9291db4
Do not create save folder in advance
...
Closes #5422 .
9 years ago
Vladimir Golovnev (Glassez)
b5fe749f0b
Use new libtorrent-1.1 settings API
9 years ago
Vladimir Golovnev (Glassez)
b2cb473b63
Don't use Preferences in BitTorrent::Session
9 years ago
sledgehammer999
e3e7636de8
Fix parsing of eMule .DAT filters. Closes #5281 .
9 years ago
sledgehammer999
d060b0d342
Don't use QCollator for sorting on Windows. Closes #5238 and #5240 .
9 years ago
Eugene Shalygin
5f2362dc89
Replace TorrentHandle::fileExtremityPieces() with TorrentInfo::filePieces()
9 years ago
Eugene Shalygin
b3378d4599
Show files in tooltips for pieces progress bars
...
In addition to the current tooltip, which shows color legend, if user
holds the Shift key during hovering we show another tooltip which
contains a table of contents for the piece under the moue cursor. The
table lists file sizes and names. If the cursor points to a part of a
file which spans several pieces, those pieces are highlighted.
9 years ago