forked from nZEDb/nZEDb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
123 lines (122 loc) · 7.79 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
07092013 -> jonnyboy -> added limit clause when running populate gids from tmux
added query to grabnzbs that appear incomplete but are older than 2 hours
fixed bug in grabznbs creating gid at same time as update_releases
changed poster to fromname delete_releases.php
added nzbstatus check for gid creation
added db connect string to start of loop in monitor.php, should help the with disabled by running issues
updated start.php to latest patch
07072013 -> jonnyboy -> added update_relases run when have exceeded limits in seq
updated all python scripts, put closing stuffin in main(), removed thread deamon's was causing shutdown issues with 2.*
added gid to grabzbs and import threaded scripts, still need to add to non threaded
updated monitor predb to match the other totals, fixed typo in populate_nzb_guid.php
tmux - removed unneeded/unused timers
07072013 -> Miatrix -> Added populate_nzb_guid.php in the misc/testing/DB_scripts folder to update existing releases with the guid
07072013 -> Miatrix -> updated the creation of releases to populate the nzg_guid column with a md5 hash based on the 1st post. This will allow possible spotnab integration at a later date.
07072013 -> jonnyboy -> updated monitor pane for requestID
integrated threaded requestID into releases.php, no need to run separate python script
fixed testing/nzb-import.php not deleting the nzbs
fixed skipping releases when importing by filename
added more rss feeds for predb.me
07062013 -> jonnyboy -> fixed patch
Added threaded requestID for initial pull
07062013 -> Miatrix -> Added Request ID Lookup. This looks up requests from the URL we provide to fix naming where possible.
This is very usefull for pron, but helps sometimes on tv/movies/console releases.
07062013 -> jonnyboy -> removed remove stale folders from threaded pp additional, wrong place
07052013 -> jonnyboy -> fixed bug in tmux-edit and monitor
fixed bug in postprocess
a little cleanup, removed optimize/patch from tmux-edit
added formatting to numbers in safe backfill
tmux - split pp addtional and pp nfo
added partrepair threaded
added remove stale folders from threaded pp additional
07052013 -> jonnyboy -> really fixed it, updated tmux-edit with an example of the formula used
fixed issue with safe backfill threaded, not using the correct number of threads
fixed issue with postprocess threaded nfo
07052013 -> Miatrix -> Added 2 options to control the video sample to the site edit screen.
One is segments to download. If you find your samples arn't long enough you can increase this though it will mean that you
download more from your usenet provider.
The other option is the max length (in seconds) for the preview.
Added 1 option to control the sample image. When in seconds to try to grab the image.
Fixed an issue where the same files were listed multiple times in the releasefiles table. This
was due to the code processing the 1st and last rar file of the archive.
07052013 -> jonnyboy -> updated schema for missing patches
07042013 -> kevin -> Update the FAQ.
07042013 -> devmem -> Reverted changes in categorisation and added HD movie check to a.b.movee
Altered ordering of if() in namefixer to improve efficiency
07042013 -> jonnyboy -> removed nntp lib from pp python script
removed optimize and patchdb from tmux scripts
cymysql has been updated to use sockets, python scripts also, you will need to:
please run everything, not just the next line
run sudo pip install --upgrade cymysql -or-
run sudo easy_install --upgrade cymysql
run sudo pip-3.2 install --upgrade cymysql
run sudo pip-3.3 install --upgrade cymysql
to use sockets, add (be sure the path is correct)
define('DB_SOCKET', '/var/run/mysqld/mysqld.sock'); to you www/config.php
or, not use sockets, add
define('DB_SOCKET', ''); to you www/config.php
07032013 -> jonnyboy -> fixed imported nzbs not pp
fixed usefilename to use filename instead of clean name
fixed bug in omport threadd when path has no subfolders
fixed bug in import true
added patch to update for new setting
added option to use filenames with nzb-import - tmux
added option to use alternate nntp provider for grabnzbs
updated python nnpt lib
added new connection, if error
removed if connected when definately not connected
07022013 -> jonnyboy -> added small delay around python connection
removed nntp connect where not needed, removed delay between doQuit and doConnect
added a small delay between doQuit and doConnect, in a attempt to allow the connection to terminate before trying a new connection.
07012013 -> jonnyboy -> added variable timeout to nntp.php
06302013 -> jonnyboy -> changed nzb retention for GrabNZBs to partretentionhours
added script to show sleeptime using Consoletools
added dateadded column to nzbs table, added code to delete incomplete nzbs older than 4 hours
added nzbs to monitor, total(distinct), pending
started adding code to install scripts for socket and alternate nntp
06292013 -> ugo -> added language flags to movie page
updateded test_misc_sorter.php
06292013 -> jonnyboy -> added script to create a ramdisk and move mysql tables to it
modified file to delete releases based on poster, searchname, name or guid, using = or like
added simple script to run all threaded scripts sequentially
removed hard coded db name from clean_nzb, added safety argv
made tmux colors array user defineable
changed query for music to process
added output to start of threaded scripts
separated decrypt hashes and predb
fixed grabnzbs not setting haspreview = -1
fixed backfill safe loop over completed groups
changed progessive sleep time to use min sleep timer if timer would be less than that
renamed patch
added blank line to robot.txt
replaced && with ; because python scripts exit and sleeps were not working
changed echo output in postprocess doecho and/or debug
changed patch numbers
added cats to predb
removed hard coded db name from patch
06282013 -> ugo -> added code to check by the user for broken releases
added robot.txt files to deny all indexers by default
some minor changes to other parts
06282013 -> jonnyboy -> backfill safe will loop to next group, if available posts is less than 10000
06282013 -> devmem -> Fixed removeCrapReleases to also process when argv[1] is false
06282013 -> devmem -> Added extra column 'relstatus' to table 'releases' to enable bitwise ops on releases
Edited lib/framework/db.php to start adding constants for relstatus
Updated namefixer to only process releases not processed before
Corrected jonnyboys dates (he was 1 month ahead - it's still June)
06282013 -> jonnyboy -> backfill safe will loop to next group, if available posts is less than 10000
oops, removed sys.exit from safe backfill
added back changes to site-edit
rewrote all python scripts
added back changes to releases.php
added output back to postprocess
reverted some changes looking for nntp hang bug
06272013 -> jonnyboy -> may have fixed some connection issues
added legend to output in postprocess
removed second rm -rf, bad placement
changed fixreleasenames to use inner join insteaqd of left join
changed tmpunrar folder creation to chmod 0777 from 0764, just in case
moved delete stale tmpunrar from threaded script to monitor
* Note *
No future pull requests will be accepted without this file being updated to reflect what you changed and when.
No pull requests will be accepted to any branch except the dev branch.
Each update goes to the top of the file