Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / roundup / scripts /
2011-04-15 schlatterbeckFix documentation for roundup-server about the 'host...
2011-03-30 berRange support in roundup-server so large files can...
2010-02-02 richardsupport CRAM-MD5 for IMAPS
2010-02-02 richardFix thread safety with stdin in roundup-server
2009-11-30 schlatterbeck- small typo
2009-10-14 schlatterbeckCorrect initial- and end-handshakes for SSL
2009-10-13 schlatterbeckMore SSL fixes. SSL wants the underlying socket non...
2009-10-08 schlatterbeckFix bug with SSL-connection and XMLRPC, see my monologue at
2009-07-14 schlatterbeckThe mail-gateway used to process messages fetched,...
2009-03-13 stefanAllow user to choose the tracker template for demo.
2009-03-10 stefanAdjust usage string to previous interface changes.
2009-02-27 stefan* Add support for actions to XMLRPC interface.
2009-02-25 stefan* Refactor XMLRPC interface.
2009-02-06 stefansvn repository setup
2004-04-13 richard*** empty log message ***
2004-04-13 richardadded IMAP support to mail gateway (sf rfe 934000)
2004-04-09 richardsocket timeout error logging can fail
2004-04-07 richardsqlite backend uses the global lock again
2004-04-05 richardversion info in scripts
2004-04-05 richardfavicon generation stuff
2004-04-05 richard- added a favicon
2004-04-02 richardadded favicon
2004-02-15 richardproper fix this time
2004-02-15 richard safer logging from HTTP server (sf bug 896917
2004-02-11 richarddocumentation cleanup
2003-12-06 richardfix roundup win service
2003-12-04 richardsome updates that were sitting on disk
2003-11-12 richardoops
2003-11-11 richardhandle socket timeout exception (thanks Marcus Priesch)
2003-10-25 jlgijsbersPrint a nicer error message (without usage) when the...
2003-10-25 jlgijsbersUse roundup_server script in demo.py to reduce duplicat...
2003-10-25 jlgijsbersUse abspath() from os.path, it's been there since 1...
2003-10-10 richardsupport setgid and running on port < 1024 (sf patch...
2003-10-05 richardbetter explanation of -d arg
2003-09-04 richardcommented out example tracker homes
2003-08-12 richardlogfile must be specified if pidfile is (sf bug 772820)
2003-08-12 richardroundup-server now logs IP addresses by default (sf...
2003-05-09 richard- added Windows Service mode for roundup-server when...
2003-04-24 richardinitial attempt at favicon support, complete failure
2003-04-24 richardadded socket timeout to attempt to prevent stuck proces...
2003-03-26 richardwe don't support HEAD
2003-03-24 richard*** empty log message ***
2003-03-24 richardroundup mailgw now handles apop
2003-02-26 richardfix (again?) trailing / redirect (sf bug 692910)
2003-02-26 richardimplemented last-modified and if-modified-since support
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-13 richardopen server logfile unbuffered
2003-01-12 richardmissed this part of the patch, added doc
2002-11-28 richardhandle KeyboardInterrupt nicely
2002-11-05 richard- updated email package address formatting (deprecation)
2002-10-08 richard- nicer display of tracker list in roundup-server ...
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-13 richardCleaned up CHANGES/TODO
2002-09-11 richardreorganised mailgw code
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-10 richardmore Log removal
2002-09-07 richardbetter daemonification
2002-09-04 richardadd daemonification
2002-08-30 richardnew CGI frontend support
2002-06-11 richardIgnore the generated files.
2002-03-14 richard . #517734 ] web header customisation is obscure
2002-02-21 richardThe correct var is "HTTP_HOST"
2002-02-21 richard . Added popup help for classes using the classhelp...
2002-01-29 jhermannConversion to generated script stubs
2002-01-29 jhermannMoved scripts from top-level dir to roundup.scripts...