Skip to content

Commit

Permalink
Radiance v1.1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Empornium committed Oct 10, 2018
1 parent 839c7d9 commit 03c73f2
Show file tree
Hide file tree
Showing 35 changed files with 446 additions and 2,580 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Expand Up @@ -11,5 +11,13 @@ configure
Makefile
Makefile.in
radiance.conf
radiance
src/radiance
debug.log
autoconf.h.in
autoconf.h
compile
depcomp
install-sh
missing
stamp-h1

8 changes: 8 additions & 0 deletions CHANGES
@@ -1,3 +1,11 @@
-- 1.1.4 (2018-10-10)
Improved DB queue status reporting
Fix potential shutdown race condition
Update usge text to include -v option for version output
Upgrade DB handling to use a connection pool
Fix debug build mode
Fix IPv4/IPv6 peer accounting performance issues

-- 1.1.3 (2018-10-01)
Update user loading SQL query
Fix logger file handling
Expand Down
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -29,11 +29,12 @@ Radiance is a BitTorrent tracker written in C++ for the [Luminance](http://www.g
* Edit `radiance.conf` to your liking.

* Build Radiance:

autoreconf
./configure
make
make install
```
autoreconf -i
./configure
make
sudo make install
```

# Configure options:
`--with-jemalloc` is recommended
Expand All @@ -47,8 +48,9 @@ Radiance is a BitTorrent tracker written in C++ for the [Luminance](http://www.g

* `-c <path/to/radiance.conf>` - Path to config file. If unspecified, the current working directory is used.
* `-d` - Fork to the background and run as a service daemon.
* `-v` - Print version string and exit.

### Signals

* `SIGHUP` - Reload config
* `SIGUSR1` - Reload torrent list, user list and client whitelist
* `SIGUSR1` - Reload torrent list, user list and client blacklist
7 changes: 0 additions & 7 deletions clean

This file was deleted.

0 comments on commit 03c73f2

Please sign in to comment.