Commit Graph

1065 Commits

Author SHA1 Message Date
Alexey Kasyanchuk
022a6dae79 feat(p2p): peers limitation to prevent connection spam 2018-03-09 13:23:20 +03:00
Alexey Kasyanchuk
936c8b1282 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-08 01:53:49 +03:00
Alexey Kasyanchuk
d5a9d8c0cd fix(gui): typo in save settings 2018-03-08 01:53:34 +03:00
semantic-release-bot
47f5b7b575 chore(release): 0.11.0 [skip ci]
<a name="0.11.0"></a>
# [0.11.0](https://github.com/DEgITx/rats-search/compare/v0.10.0...v0.11.0) (2018-03-07)

### Bug Fixes

* **changelog:** fix modal peers display ([fb3a28b](https://github.com/DEgITx/rats-search/commit/fb3a28b))
* **p2p:** situation when ignoring yourself address is very slow ([d55c8f2](https://github.com/DEgITx/rats-search/commit/d55c8f2))
* **search:** show torrent page from remote peer ([9a69f07](https://github.com/DEgITx/rats-search/commit/9a69f07))

### Features

* **donate:** donate window ([da3a646](https://github.com/DEgITx/rats-search/commit/da3a646))
* **download:** torrent downloads manager ([73d2c3c](https://github.com/DEgITx/rats-search/commit/73d2c3c))
* **gui:** access to top from menu ([20bd280](https://github.com/DEgITx/rats-search/commit/20bd280))
2018-03-07 01:57:10 +00:00
Alexey Kasyanchuk
ab3f721ac8 release 2018-03-07 04:52:55 +03:00
Alexey Kasyanchuk
ae45555116 feat(donate): donate window 2018-03-07 04:50:39 +03:00
Alexey Kasyanchuk
32bf512bf5 feat(gui): access to top from menu 2018-03-07 02:53:55 +03:00
Alexey Kasyanchuk
1e86ba84c1 feat(download): torrent downloads manager 2018-03-06 11:17:24 +03:00
Alexey Kasyanchuk
c40799816b fix(changelog): fix modal peers display 2018-03-05 06:51:29 +03:00
Alexey Kasyanchuk
008a9bd0cc possible problem with app declaration fix 2018-03-05 06:40:06 +03:00
Alexey Kasyanchuk
5cd9b9f229 fix(p2p): situation when ignoring yourself address is very slow 2018-03-05 04:40:37 +03:00
Alexey Kasyanchuk
e68087fda3 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-05 04:01:25 +03:00
Alexey Kasyanchuk
1c626fa2bf fix(search): show torrent page from remote peer 2018-03-05 04:01:08 +03:00
semantic-release-bot
39f3be2615 chore(release): 0.10.0 [skip ci]
<a name="0.10.0"></a>
# [0.10.0](https://github.com/DEgITx/rats-search/compare/v0.9.0...v0.10.0) (2018-03-03)

### Bug Fixes

* **gui:** cleanup footer ([ebda2d7](https://github.com/DEgITx/rats-search/commit/ebda2d7))
* **gui:** some incorrect information removed from top header ([894bcaf](https://github.com/DEgITx/rats-search/commit/894bcaf))
* **log:** dont show any upnp messages in log ([bf9af3f](https://github.com/DEgITx/rats-search/commit/bf9af3f))
* **network:** fix stun error on startup if no network available ([09de03a](https://github.com/DEgITx/rats-search/commit/09de03a)), closes [#7](https://github.com/DEgITx/rats-search/issues/7)
* **p2p:** fix back connection ([cce0f9a](https://github.com/DEgITx/rats-search/commit/cce0f9a))
* **p2p:** some ignoring of local addresses ([835038b](https://github.com/DEgITx/rats-search/commit/835038b))
* **search:** merge files in search when same torrent twice in a row ([22d3173](https://github.com/DEgITx/rats-search/commit/22d3173))
* **vote:** just disable for future improvements in p2p ([1d318d7](https://github.com/DEgITx/rats-search/commit/1d318d7))

### Features

* **p2p:** peers backup on exit ([449460d](https://github.com/DEgITx/rats-search/commit/449460d))
* **p2p:** peers exchange ([dfd8378](https://github.com/DEgITx/rats-search/commit/dfd8378))
* **p2p:** protocol check and support responce p2p connection ([b37bbb4](https://github.com/DEgITx/rats-search/commit/b37bbb4))
* **search:** visual separate p2p torrents ([43780bc](https://github.com/DEgITx/rats-search/commit/43780bc))
* **secure:** responce only to rats messages ([16aa63e](https://github.com/DEgITx/rats-search/commit/16aa63e))
2018-03-03 22:15:19 +00:00
Alexey Kasyanchuk
857bc66c7f release 2018-03-04 01:11:14 +03:00
Alexey Kasyanchuk
bbea5c5d8a fix(vote): just disable for future improvements in p2p 2018-03-04 01:01:17 +03:00
Alexey Kasyanchuk
a8db927c8d fix(gui): some incorrect information removed from top header 2018-03-04 00:47:09 +03:00
Alexey Kasyanchuk
3bed2b13cb fix(network): fix stun error on startup if no network available
Fixed #7
2018-03-04 00:31:44 +03:00
Alexey Kasyanchuk
5832626fd2 fix(gui): cleanup footer 2018-03-03 23:57:42 +03:00
Alexey Kasyanchuk
6de95a1add feat(p2p): peers backup on exit 2018-03-03 23:15:05 +03:00
Alexey Kasyanchuk
a60beeaee3 fix(search): merge files in search when same torrent twice in a row 2018-03-03 08:09:07 +03:00
Alexey Kasyanchuk
b579106c66 feat(search): visual separate p2p torrents 2018-03-03 06:58:20 +03:00
Alexey Kasyanchuk
d26dc54a5e fix(log): dont show any upnp messages in log 2018-03-03 05:57:16 +03:00
Alexey Kasyanchuk
65354947ba feat(secure): responce only to rats messages 2018-03-03 05:55:14 +03:00
Alexey Kasyanchuk
c2b030dddc feat(p2p): peers exchange 2018-03-03 05:49:52 +03:00
Alexey Kasyanchuk
e8bef06697 fix(p2p): fix back connection 2018-03-03 04:00:18 +03:00
Alexey Kasyanchuk
0209d3e498 fix(p2p): some ignoring of local addresses 2018-03-03 02:13:40 +03:00
Alexey Kasyanchuk
960c5aac02 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-03 01:44:12 +03:00
Alexey Kasyanchuk
2779bfe49d feat(p2p): protocol check and support responce p2p connection 2018-03-03 01:43:56 +03:00
Alexey Kasyanchuk
9beb357ab6 Update USAGE.md 2018-03-02 23:58:17 +03:00
Alexey Kasyanchuk
2595d389b8 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-02 23:57:18 +03:00
Alexey Kasyanchuk
0b39227a1f docs(usage): english basic translation of usage manual 2018-03-02 23:57:01 +03:00
semantic-release-bot
4312b63cef chore(release): 0.9.0 [skip ci]
<a name="0.9.0"></a>
# [0.9.0](https://github.com/DEgITx/rats-search/compare/v0.8.0...v0.9.0) (2018-03-02)

### Features

* **network:** UPnP support ([6ba0d05](https://github.com/DEgITx/rats-search/commit/6ba0d05))
2018-03-02 01:22:08 +00:00
Alexey Kasyanchuk
914346c021 release 2018-03-02 04:17:26 +03:00
Alexey Kasyanchuk
8dbbfd7605 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-02 04:16:20 +03:00
Alexey Kasyanchuk
f327abbe06 release 2018-03-02 04:16:05 +03:00
Alexey Kasyanchuk
b876c71f12 feat(network): UPnP support 2018-03-02 04:14:04 +03:00
Alexey Kasyanchuk
564dd0c3bf Update USAGE.RU.md 2018-03-01 23:40:20 +03:00
Alexey Kasyanchuk
3b73b37d74 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-01 23:36:14 +03:00
Alexey Kasyanchuk
30e2c53c67 doc(docs): basic ru doc 2018-03-01 23:35:42 +03:00
semantic-release-bot
34a73d91bf chore(release): 0.8.0 [skip ci]
<a name="0.8.0"></a>
# [0.8.0](https://github.com/DEgITx/rats-search/compare/v0.7.1...v0.8.0) (2018-03-01)

### Features

* **config:** new scanning options ([b946877](https://github.com/DEgITx/rats-search/commit/b946877))
* **config:** some network limitations ([1751ad6](https://github.com/DEgITx/rats-search/commit/1751ad6))
* **menu:** report bug in application ([1a8af14](https://github.com/DEgITx/rats-search/commit/1a8af14))

### Performance Improvements

* **network:** limit package usage ([f6a8e89](https://github.com/DEgITx/rats-search/commit/f6a8e89))
* **network:** network usage optimization ([e1e0074](https://github.com/DEgITx/rats-search/commit/e1e0074))
2018-03-01 15:08:18 +00:00
Alexey Kasyanchuk
9f9c75a439 release 2018-03-01 18:02:46 +03:00
Alexey Kasyanchuk
3eda3f84ca feat(menu): report bug in application 2018-03-01 18:01:18 +03:00
Alexey Kasyanchuk
aa9a32fd4e Merge branch 'opt' 2018-03-01 17:46:35 +03:00
Alexey Kasyanchuk
1d9cb84a18 cleanup 2018-03-01 05:24:31 +03:00
Alexey Kasyanchuk
df969bf9b9 feat(config): new scanning options 2018-03-01 05:19:58 +03:00
Alexey Kasyanchuk
9a95903cd5 feat(config): some network limitations 2018-03-01 04:22:21 +03:00
Alexey Kasyanchuk
bdaaa020cc perf(network): limit package usage 2018-03-01 04:10:12 +03:00
Alexey Kasyanchuk
0db324f53d unused stuffs removed 2018-03-01 01:17:46 +03:00
Alexey Kasyanchuk
590671e1f5 perf(network): network usage optimization 2018-03-01 00:54:22 +03:00