Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:nZEDb/nZEDb into dev
Browse files Browse the repository at this point in the history
Conflicts:
	nzedb/controllers/Binaries.php
	nzedb/controllers/CollectionsCleaning.php
  • Loading branch information
niel committed Apr 15, 2014
2 parents 33a0556 + cc2b7c9 commit 7a600fd
Show file tree
Hide file tree
Showing 24 changed files with 1,522 additions and 1,948 deletions.
17 changes: 17 additions & 0 deletions Changelog
Expand Up @@ -6,6 +6,23 @@ New updates are grouped by person, at the top of the file.
***Please run .../nzedb/build/_runonce/relocateOldDirectoryContents.php to move all of your old files into the new folder names***
***moved smarty path, please run sudo chmod -R 777 smarty/templates_c/***

2014-04-14 kaibosh
* Chg: README.md: drop nntp-proxy as "feature". Insert comment sharing
2014-04-14 kevin
* Add: isNfo checking to alternate nfo.
* Chg: Change TVRage imgdata to mediumblob in schema, the images never go past 4MB.
* Chg: Set max size of NFO to 65KB, the max for BLOB column type.
* Add: Constants for NZB and NFO.
* Add: Constants for reqidstatus.
* Chg: Refactor Stage5b (RequestID)
* Fix: Fix some undefined variables.
* Chg: Simplify collectionscleaning.
* Fix: #1268 Group bulk add.
* Fix: Notice in removecrap.
* Chg: More refactoring of NNTP, add Yenc functions in NNTP, remove Yenc class.
* Fix: #1267 Use https for youtube videos to not cause issues on http sites.
2014-04-14 ruhllatio
* Add: Option for removeCrap to specify a fourth argument for Blacklist ID (great for testing full time delete with new regex)
2014-04-13 kevin
* Add: Massive speed improvement to yEnc decoding (~400 times faster) by using yydecode binary
(ubuntu/debian you can get it from the getdeb repository or you can compile it, takes a few seconds).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,9 +5,9 @@ This project is a fork of the open source usenet indexer newznab plus: https://g
nZEDb improves upon the original design, implementing several new features including:

- Optional multi-threaded processing (header retrieval, release creation, post-processing etc)
- NNTP-Proxy providing connection pooling (greatly reduces NNTP session establishment & tear-down between nZEDb and the usenet service provider)
- Advanced search features (name, subject, category, post-date etc)
- Intelligent local caching of metadata
- Optional sharing of comments with other nZEDb sites
- Optional tmux (terminal session multiplexing) engine that provides thread, database and performance monitoring
- Image and video samples
- sabnzbd integration web, API and pause/resume
Expand Down

0 comments on commit 7a600fd

Please sign in to comment.