﻿__group__	ticket	summary	component	version	type	owner	status	created	_changetime	_description	_reporter
	51	Libtorrent make fails in Cygwin/XP	rTorrent on Windows		defect	Gabor Hudiczius	new	2009-07-24T04:21:20Z	2009-08-05T05:59:59Z	"When attempting to compile and install as per instructions (http://projects.cyla.homeip.net/rtwi/wiki/rTorrentOnWindows), compilation of libtorrent fails.  I have had to change the PKG_CONFIG_PATH ($ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/) so that sigc++ would be found.  The results of ./configure and make follow:

$ ./configure --prefix=/usr --disable-mincore (Completes without incident)

$ make
make  all-recursive
make[1]: Entering directory `/usr/local/src/libtorrent-svn'
Making all in src
make[2]: Entering directory `/usr/local/src/libtorrent-svn/src'
Making all in torrent
make[3]: Entering directory `/usr/local/src/libtorrent-svn/src/torrent'
Making all in data
make[4]: Entering directory `/usr/local/src/libtorrent-svn/src/torrent/data'
/bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
/../.. -I. -I./.. -I./../.. -I../../..    -g -O2 -g -DDEBUG   -I/usr/local/incl
de/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include   -MT block.lo -MD -MP -MF .d
ps/block.Tpo -c -o block.lo block.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I..
../.. -g -O2 -g -DDEBUG -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++
2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.cc  -DDLL_EXPORT
DPIC -o .libs/block.o
In file included from ./../../download/download_info.h:44,
                 from ./../../protocol/extensions.h:46,
                 from ./../../protocol/peer_connection_base.h:47,
                 from block.cc:44:
../../../rak/socket_address.h:67: error: `AF_INET6' was not declared in this scpe
../../../rak/socket_address.h:68: error: `PF_INET6' was not declared in this scpe
make[4]: *** [block.lo] Error 1
make[4]: Leaving directory `/usr/local/src/libtorrent-svn/src/torrent/data'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/libtorrent-svn/src/torrent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/libtorrent-svn/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/libtorrent-svn'
make: *** [all] Error 2"	anonymous
	57	AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server'	rTWi		defect	Gabor Hudiczius	new	2010-10-02T03:50:23Z	2010-10-02T03:50:23Z	"==== How to Reproduce ====

While doing a POST operation on `/register`, Trac issued an internal error.

''(please provide additional details here)''

Request parameters:
{{{
{'__FORM_TOKEN': u'19735c6d0e568dd84302212a',
 'action': u'create',
 'email': u'uriel.carrasquilla@mail.mcgill.ca',
 'name': u'uriel',
 'password': u'concha08',
 'password_confirm': u'concha08',
 'user': u'uriel'}
}}}

User agent: `Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10`

==== System Information ====
''System information not available''

==== Enabled Plugins ====
''Plugin information not available''

==== Python Traceback ====
{{{
Traceback (most recent call last):
  File ""/usr/lib/python2.6/site-packages/trac/web/main.py"", line 513, in _dispatch_request
    dispatcher.dispatch(req)
  File ""/usr/lib/python2.6/site-packages/trac/web/main.py"", line 235, in dispatch
    resp = chosen_handler.process_request(req)
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/web_ui.py"", line 415, in process_request
    _create_user(req, self.env)
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/web_ui.py"", line 85, in _create_user
    mgr.set_password(user, password)
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/api.py"", line 129, in set_password
    self._notify('created', user, password)
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/api.py"", line 238, in _notify
    getattr(l, func)(*args)
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/notification.py"", line 41, in user_created
    notifier.notify(username, 'New user registration')
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/notification.py"", line 79, in notify
    NotifyEmail.notify(self, username, subject)
  File ""/usr/lib/python2.6/site-packages/trac/notification.py"", line 324, in notify
    Notify.notify(self, resid)
  File ""/usr/lib/python2.6/site-packages/trac/notification.py"", line 226, in notify
    self.send(torcpts, ccrcpts)
  File ""/usr/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r7163-py2.6.egg/acct_mgr/notification.py"", line 149, in send
    % (self.smtp_server, self.smtp_port, recipients))
AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server'
}}}"	uriel
	58	rtorrent fault while inserting xmlrpc	rTWi		defect	Gabor Hudiczius	new	2010-10-02T03:58:33Z	2010-10-02T03:58:33Z	"When I start rtorrent from my userid (instead of root) I get this error message.  I have created .rtorrent.rc with the recommended scgi_local=/home/uriel/torrent/.socket/rpc.socket.
When I start rtorrent from root (no .rctorrent.rc) it starts OK but I don't see the expected ""XMLRPC intialized with 356 functions"".  I followed the installation guide for xmlrpc-c, libtorrent, rtorrent and rTWi.
I had to use --disable-cplusplus for xmlrpc-c.
I used ""--with-xmlrpc-c"" to configure rtorrent."	uriel
	71	Wrong link in footers	rTWi		defect	Gabor Hudiczius	new	2012-02-20T22:47:43Z	2012-02-20T22:47:43Z	"In the footers of the default_ajax theme, the ""rTWi Project Page"" link points to http://projects.cyla.homeip.net/rtwi/ which is unavailable."	apf
	72	Cannot change download priority for directories	rTWi		defect	Gabor Hudiczius	new	2012-04-29T14:42:17Z	2012-04-29T14:53:28Z	"- Location: ""Torrents"" view, torrent item expanded, file list
- Action: Change download priority of a whole directory (all of its files) by selecting ""Normal/High/Off"" from the dropdown menu.
- Bogus behavior: instead of priority change, error message: ""Invalid directory was given""

(in the underlying rtorrent client the feature works correctly)"	apf
	56	Romanian translation	rTWi		enhancement	Getodac	assigned	2010-05-10T20:23:50Z	2010-05-10T20:29:21Z	"Hello! I have done the translation of the rtwi page in romanian. Please, can you update the project to contain this translation? Thanks! I have attached the translation.

Translation was made by Andrei Rotaras and Ion Morosanu."	Getodac
	59	"Set a default ""add"" directory"	rTWi		enhancement	Gabor Hudiczius	new	2010-11-10T14:58:07Z	2010-11-10T14:58:07Z	"I'm not sure if this is possible but i do not wish to give users full access to the filesystem.

Is it possible to set a config option which only allows a user to add files to download inside the users home directory?"	wonslung
	70	Support magnet URIs	rTWi		enhancement	Gabor Hudiczius	new	2012-02-20T22:42:06Z	2012-04-03T16:25:32Z	Simple patch to support adding magnet URIs (already supported by rtorrent)	apf
	4	torrent editor	rTWi		enhancement	Gabor Hudiczius	new	2007-10-01T13:45:29Z	2009-07-25T20:43:27Z	add a page after torrent upload, where users are able to add/remove/change tracker url's, set the private flag, select files to download, and stuff like these	cyla <ghudiczius@gmail.com>
	20	Multi-torrent input	rTWi		enhancement	Gabor Hudiczius	accepted	2008-05-16T06:29:01Z	2009-12-28T01:24:31Z	"Hello, actually this is not a real ticket, since I personally implemented this request myself. I just thought you might be interested in some feedback. 

I usually get torrents from URL, and I usually want to add more than one at a time. Therefore, I modified a wee bit your code in order to replace the input by a textearea. Afterwards, the input is exploded and every valid line is added as a torrent. Pretty usefull ;-)"	jehanspam@free.fr
	21	"Configuration option to have ""add URL"" as default"	rTWi		enhancement	Gabor Hudiczius	accepted	2008-05-16T06:31:16Z	2009-12-28T01:24:58Z	"I never use the ""add from file"" option, since I always get my torrents from URL's. Therefore, it would be great if the default form to be shown (file/url) could be changed in a configuration file somewhere."	jehanspam@free.fr
	3	installation manual	rTWi page		task	Gabor Hudiczius	accepted	2007-09-15T21:01:06Z	2009-07-25T20:42:11Z	write a proper step by step (copy&paste?) installation guide (and one for debian/ubuntu and one for gentoo)	cyla <ghudiczius@gmail.com>
0.3.4	52	Call-time pass-by-reference has been deprecated in	rTWi	0.3.4	defect	Gabor Hudiczius	assigned	2009-08-04T20:22:07Z	2009-08-19T15:36:52Z	"Every time I add a torrent via a http I get a line reading:

Call-time pass-by-reference has been deprecated in /var/www/rtwi/input.php on line 295, referer: <URL>

The only thing I notice that doesn't work is the checkmark for 'autostart' (the torrent has to be started manually even if marked as such)"	Lennard
HEAD	74	XML RPC error	rTWi	HEAD	defect	Gabor Hudiczius	new	2012-05-20T18:31:19Z	2012-05-20T18:31:19Z	"After a system wide update, cant remember which packages, i started getting errors in rtwi, about some methods that weren't  implemented, error -506.
I made a very rude fix for it, and as far as i can tell everything is working fine now. Im attaching the patch so you guys can take a look at it.
Thanks!"	João Santos
