yacy_search_server/source/net/yacy
reger 30d925a96e reimplemented server access restriction
via Jetty IPAccessHandler to allow only configured IP's to access.
Handler is only loaded if a restriction is configured.

Since IPAcessHandler (Jetty 8) does not support IPv6 system property java.net.preferIPv4Stack=true
Testing showed system.setProperty seems to be sensitive to point of calling (earliest possible time seems to be best = early in yacy.main).
Moved the "isrunning..." just open browser check also to the new routine to preread the yacy.config only once.
2014-01-06 07:00:16 +01:00
..
cider
contentcontrol fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
cora fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
crawler fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
data fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
document fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
gui set more logger to 'final static' 2013-11-13 06:18:48 +01:00
http reimplemented server access restriction 2014-01-06 07:00:16 +01:00
interaction removed unused anomichttpd code after migration to jetty 2013-12-23 01:23:40 +01:00
kelondro try to recover from an OOM during citation index reading and fail-over 2013-11-28 01:10:25 +01:00
peers fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
repository add to blacklist button in CrawlResults 2014-01-01 11:01:22 +01:00
search fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
server fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
upnp replaced StringBuffer with StringBuilder 2013-07-23 12:21:27 +02:00
utils fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
visualization logger should be static 2013-11-13 06:04:28 +01:00
dbtest.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
migration.java refactoring (usage of constant names for attributes of authentication 2014-01-05 04:23:44 +01:00
yacy.java reimplemented server access restriction 2014-01-06 07:00:16 +01:00
YaCySearchClient.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00