yacy_search_server/htroot
reger 0c754dd794 implemented DIGEST authentication, which is for remote login more secure
as BASIC were pwd is transmitted near clear text (B64enc).
This has some implication as RFC 2617 requires and recommends a password hash MD5(user:realm:pwd) for DIGEST.

!!! before activating DIGEST you have to reassign all passwords !!! to allow new calculation of the hash
- default authentication is still BASIC
- configuration at this time only manually in (DATA/settings) or  defaults/web.xml  (<auth-method>
- the realmname is in defaults/yacy.init  adminRealm=YaCy-AdminUI
- fyi: the realmname is shown on login screen
- changing the realm name invalidates all passwords - but for security you are encouraged to do so (as localhostadmin)
- implemented to support both, old hashes for BASIC and new hashes for BASIC and DIGEST
- to differentiate old / new hash the in Jetty used hash-prefix "MD5:" is used for new pwd-hashes (  "MD5:hash" )
2014-01-17 00:02:23 +01:00
..
api upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
env upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
interaction - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
interaction_elements refactoring 2012-09-21 15:48:16 +02:00
jquery
js unescaping the path 2013-12-29 13:03:33 +01:00
portalsearch fix for another XSS bug 2013-11-17 00:17:25 +01:00
processing Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
proxymsg
www remove dependency from old serverCore.java 2013-12-29 02:00:44 +01:00
yacy remote search peer selection schema change: 2014-01-16 17:27:14 +01:00
AccessGrid_p.html
AccessGrid_p.java refactoring 2012-09-21 15:48:16 +02:00
AccessPicture_p.java made the access tracker class static because it shall be used by the 2014-01-05 05:04:28 +01:00
AccessTracker_p.html fix typo in prev commit 2013-04-06 02:29:49 +02:00
AccessTracker_p.java made the access tracker class static because it shall be used by the 2014-01-05 05:04:28 +01:00
AccessTracker_p.xml
AugmentedBrowsing_p.html
AugmentedBrowsing_p.java refactoring 2012-09-21 15:48:16 +02:00
AugmentedBrowsingFilters_p.html
AugmentedBrowsingFilters_p.java refactoring 2012-09-21 15:48:16 +02:00
AugmentedParsing_p.html
AugmentedParsing_p.java refactoring 2012-09-21 15:48:16 +02:00
autoconfig.java refactoring 2012-09-21 15:48:16 +02:00
autoconfig.pac
Banner.java *) simplified banner creation code 2013-05-25 12:56:43 +02:00
Blacklist_p.html fix "add to blacklist" button style in IndexControlRWIs_p 2013-12-30 20:03:59 +01:00
Blacklist_p.java fix "add to blacklist" button style in IndexControlRWIs_p 2013-12-30 20:03:59 +01:00
BlacklistCleaner_p.html
BlacklistCleaner_p.java fix for Blacklist (-Administration) 2013-07-29 19:09:28 +02:00
BlacklistImpExp_p.html set the 'all' option as option at end of the list because the all option 2013-01-17 01:04:50 +01:00
BlacklistImpExp_p.java fix for Blacklist (-Administration) 2013-07-29 19:09:28 +02:00
BlacklistTest_p.html - making blacklist path part case insensitive (solving http://bugs.yacy.net/view.php?id=171) 2012-12-08 06:34:48 +01:00
BlacklistTest_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Blog.html
Blog.java refactoring of seed attributes (introduced more constants) 2013-11-22 14:15:31 +01:00
Blog.rss
Blog.xml
BlogComments.html
BlogComments.java refactoring of seed attributes (introduced more constants) 2013-11-22 14:15:31 +01:00
Bookmarks.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Bookmarks.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Bookmarks.rss
CacheResource_p.html
CacheResource_p.java added boolean load property to CacheResource_p servlet which causes that 2013-10-26 00:15:25 +02:00
Collage.html
Collage.java refactoring (usage of constant names for attributes of authentication 2014-01-05 04:23:44 +01:00
compare_yacy.html integrated startpage to compare_yacy 2013-10-26 00:33:36 +02:00
compare_yacy.java integrated startpage to compare_yacy 2013-10-26 00:33:36 +02:00
ConfigAccounts_p.html html fix 2013-08-17 09:32:24 +02:00
ConfigAccounts_p.java implemented DIGEST authentication, which is for remote login more secure 2014-01-17 00:02:23 +01:00
ConfigAppearance_p.html update to web interface structure 2012-11-05 15:23:03 +01:00
ConfigAppearance_p.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
ConfigBasic.html added SSL/HTTPS connector to support SSL/https connection on port 8443 2013-12-25 05:20:13 +01:00
ConfigBasic.java refactoring (usage of constant names for attributes of authentication 2014-01-05 04:23:44 +01:00
ConfigHeuristics_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
ConfigHeuristics_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
ConfigHTCache_p.html merge rc1/master 2013-11-07 21:30:17 +01:00
ConfigHTCache_p.java fixed a division by zero 2013-12-04 01:54:14 +01:00
ConfigLanguage_p.html update to web interface structure 2012-11-05 15:23:03 +01:00
ConfigLanguage_p.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
ConfigLiveSearch.html update to web interface structure 2012-11-05 15:23:03 +01:00
ConfigLiveSearch.java refactoring 2012-09-21 15:48:16 +02:00
ConfigNetwork_p.html added option to Config_Network_p.html to enable remote search while 2013-11-13 13:38:01 +01:00
ConfigNetwork_p.java added option to Config_Network_p.html to enable remote search while 2013-11-13 13:38:01 +01:00
ConfigParser.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
ConfigParser.java refactoring 2012-09-21 15:48:16 +02:00
ConfigPortal.html html fix 2013-08-17 09:32:24 +02:00
ConfigPortal.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
ConfigProfile_p.html update to web interface structure 2012-11-05 15:23:03 +01:00
ConfigProfile_p.java refactoring 2012-09-21 15:48:16 +02:00
ConfigProperties_p.html make it easier to filter properties (case insensitive) 2013-10-17 18:36:35 +02:00
ConfigProperties_p.java refactoring 2012-09-21 15:48:16 +02:00
ConfigRobotsTxt_p.html added new button design to more buttons 2012-09-03 16:04:57 +02:00
ConfigRobotsTxt_p.java refactoring 2012-09-21 15:48:16 +02:00
ConfigSearchBox.html update to web interface structure 2012-11-05 15:23:03 +01:00
ConfigSearchBox.java refactoring 2012-09-21 15:48:16 +02:00
ConfigSearchPage_p.html replaced old tag cloud and adopted design a bit 2013-10-22 14:20:17 +02:00
ConfigSearchPage_p.java fix for default boolean post values: the default value MUST NOT be TRUE, 2013-07-31 10:49:26 +02:00
ConfigUpdate_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
ConfigUpdate_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Connections_p.html
Connections_p.java removed unused anomichttpd code after migration to jetty 2013-12-23 01:23:40 +01:00
ContentAnalysis_p.java merge rc1/master 2013-11-07 21:30:17 +01:00
ContentControl_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
ContentControl_p.java update and generalization of the SMW import and content control routines 2012-11-09 13:48:40 +01:00
ContentIntegrationPHPBB3_p.html small style changes 2012-09-04 11:23:41 +02:00
ContentIntegrationPHPBB3_p.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
CookieMonitorIncoming_p.html small style changes 2012-09-04 11:23:41 +02:00
CookieMonitorIncoming_p.java refactoring 2012-09-21 15:48:16 +02:00
CookieMonitorOutgoing_p.html small style changes 2012-09-04 11:23:41 +02:00
CookieMonitorOutgoing_p.java refactoring 2012-09-21 15:48:16 +02:00
CookieTest_p.html small style changes 2012-09-04 11:23:41 +02:00
CookieTest_p.java refactoring 2012-09-21 15:48:16 +02:00
CrawlCheck_p.html added new submenu 'Target Analysis' with three servlets which are useful 2012-11-07 21:26:01 +01:00
CrawlCheck_p.java added concurrency for mass crawl check 2013-10-23 11:27:19 +02:00
Crawler_p.html more monitoring for postprocessing and enhanced layout in Crawler 2013-11-16 18:23:14 +01:00
Crawler_p.java enhanced webgraph processing 2013-12-04 01:54:45 +01:00
CrawlMonitorRemoteStart.html
CrawlMonitorRemoteStart.java refactoring 2012-09-21 15:48:16 +02:00
CrawlProfileEditor_p.html added more / all new crawl profile fields into crawl profile editor 2012-10-31 15:13:05 +01:00
CrawlProfileEditor_p.java - crawl profiles shall be deleted from active and passive stacks if they 2013-09-26 10:22:31 +02:00
CrawlProfileEditor_p.xml
CrawlResults.html add to blacklist button in CrawlResults 2014-01-01 11:01:22 +01:00
CrawlResults.java add to blacklist button in CrawlResults 2014-01-01 11:01:22 +01:00
CrawlStartExpert_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
CrawlStartExpert_p.java - fixed a problem which ocurred when a document was not recognized with 2013-10-23 00:16:54 +02:00
CrawlStartScanner_p.html changed default timeout for port scanner 2013-12-04 18:13:43 +01:00
CrawlStartScanner_p.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
CrawlStartSite_p.html added a crawl option to obey html-meta-robots-noindex. This is on by 2013-07-03 14:50:06 +02:00
CrawlStartSite_p.java refactoring 2012-09-21 15:48:16 +02:00
cytag.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
DemoServlet.html
DemoServlet.java refactoring 2012-09-21 15:48:16 +02:00
DemoServletInteraction.html
DemoServletInteraction.java refactoring 2012-09-21 15:48:16 +02:00
DemoServletRDF.html
DemoServletRDF.java refactoring 2012-09-21 15:48:16 +02:00
DictionaryLoader_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
DictionaryLoader_p.java automatically removed Places autotagging if no location library is 2013-09-24 11:23:45 +02:00
favicon.bmp new icons 2013-06-11 13:16:46 +02:00
favicon.ico new icons 2013-06-11 13:16:46 +02:00
favicon.png new icons 2013-06-11 13:16:46 +02:00
Help.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Help.java refactoring 2012-09-21 15:48:16 +02:00
HostBrowser.html removed link.gif as link button because this image is now shown 2013-08-19 10:54:23 +02:00
HostBrowser.java only admins should be able to force a commit 2013-11-26 07:03:20 +01:00
HostBrowser.xml added a HostBrowser.xml api file and changed a bit of attribute naming 2012-10-18 11:42:13 +02:00
HostBrowserAdmin_p.html add admin option to delete load errors from index 2013-04-14 05:33:01 +02:00
imagetest.java - added a method for the RasterPlotter to draw arrow endings to lines 2012-10-25 16:05:04 +02:00
index.html External links in HTML interface are marked as external with small icon. 2013-07-30 20:46:51 +02:00
index.java added option to Config_Network_p.html to enable remote search while 2013-11-13 13:38:01 +01:00
IndexCleaner_p.html
IndexControlRWIs_p.html fix external link (open in new tab) 2014-01-01 10:33:20 +01:00
IndexControlRWIs_p.java remote search peer selection schema change: 2014-01-16 17:27:14 +01:00
IndexControlURLs_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
IndexControlURLs_p.java introduced a new storage path ARCHIVE inside of DATA which will be used 2014-01-07 17:53:49 +01:00
IndexControlURLs_p.xml migrated the index export methods from the old metadata to solr. Now 2013-01-24 12:39:19 +01:00
IndexCreateLoaderQueue_p.html
IndexCreateLoaderQueue_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
IndexCreateParserErrors_p.html - removed ZURL data structure; removed also the ZURL data file 2013-09-17 15:27:02 +02:00
IndexCreateParserErrors_p.java - removed ZURL data structure; removed also the ZURL data file 2013-09-17 15:27:02 +02:00
IndexCreateQueues_p.html add some href target=_blank to ext. links with external icon 2013-08-15 00:05:32 +02:00
IndexCreateQueues_p.java - crawl profiles shall be deleted from active and passive stacks if they 2013-09-26 10:22:31 +02:00
IndexDeletion_p.html fixes to index deletion: quoting of host name (a '-' may be part of the 2013-06-07 08:52:07 +02:00
IndexDeletion_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
IndexFederated_p.html html fix 2013-08-17 09:32:24 +02:00
IndexFederated_p.java added option to attach remote solr servers in read-only mode 2013-12-27 02:55:21 +01:00
IndexImportMediawiki_p.html
IndexImportMediawiki_p.java refactoring 2012-09-21 15:48:16 +02:00
IndexImportOAIPMH_p.html
IndexImportOAIPMH_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
IndexImportOAIPMHList_p.html
IndexImportOAIPMHList_p.java Redesign of crawler identification and robots steering. A non-p2p user 2013-08-22 14:23:47 +02:00
IndexReIndexMonitor_p.html Field Re-Indexing: display list of fields in reindex queue 2013-08-11 04:51:29 +02:00
IndexReIndexMonitor_p.java info msg if no embedded Solr http://bugs.yacy.net/view.php?id=279 2013-08-14 20:59:46 +02:00
IndexSchema_p.html html fix 2013-08-17 09:32:24 +02:00
IndexSchema_p.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
IndexShare_p.html
IndexShare_p.java added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
Load_MediawikiWiki.html
Load_MediawikiWiki.java refactoring 2012-09-21 15:48:16 +02:00
Load_PHPBB3.html
Load_PHPBB3.java refactoring 2012-09-21 15:48:16 +02:00
Load_RSS_p.html added collection attribute also to the rss feed reader 2013-04-24 01:14:35 +02:00
Load_RSS_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
mediawiki_p.html
mediawiki_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Messages_p.html
Messages_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Messages_p.rss
Messages_p.xml
MessageSend_p.html
MessageSend_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
migrateurldb_p.html correct headermenue in migrateurldb_p.html 2013-01-26 23:43:09 +01:00
migrateurldb_p.java introduced a second core named 'webgraph'. This core will hold the link 2013-02-21 13:23:55 +01:00
Network.csv
Network.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Network.java Redesign of crawler identification and robots steering. A non-p2p user 2013-08-22 14:23:47 +02:00
Network.xml
NetworkPicture.java fix for default boolean post values: the default value MUST NOT be TRUE, 2013-07-31 10:49:26 +02:00
News.html
News.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
News.rss
opensearchdescription.java remove dependency from old serverCore.java 2013-12-29 02:00:44 +01:00
opensearchdescription.xml - fixed opensearchdescription, this delivered an url with missing 2013-10-26 00:34:55 +02:00
osm.java refactoring 2012-09-21 15:48:16 +02:00
PeerLoadPicture.java fix for default boolean post values: the default value MUST NOT be TRUE, 2013-07-31 10:49:26 +02:00
Performance_p.html - performance graph does not shop peer ping in memory monitor any more 2013-12-04 12:59:30 +01:00
Performance_p.java refactoring 2012-09-21 15:48:16 +02:00
PerformanceConcurrency_p.html refactoring of WorkflowProcessor, added process counter, update of 2013-05-13 13:28:07 +02:00
PerformanceConcurrency_p.java refactoring of WorkflowProcessor, added process counter, update of 2013-05-13 13:28:07 +02:00
PerformanceGraph.java - performance graph does not shop peer ping in memory monitor any more 2013-12-04 12:59:30 +01:00
PerformanceMemory_p.html - performance graph does not shop peer ping in memory monitor any more 2013-12-04 12:59:30 +01:00
PerformanceMemory_p.java - performance graph does not shop peer ping in memory monitor any more 2013-12-04 12:59:30 +01:00
PerformanceMemory_p.xml
PerformanceQueues_p.html Redesign of crawler identification and robots steering. A non-p2p user 2013-08-22 14:23:47 +02:00
PerformanceQueues_p.java downgrade to Jetty 8 to assure support of JRE 1.6 2013-10-09 00:40:48 +02:00
PerformanceQueues_p.xml
PerformanceSearch_p.html html fix 2013-08-17 09:32:24 +02:00
PerformanceSearch_p.java refactoring 2012-09-21 15:48:16 +02:00
ProxyIndexingMonitor_p.html
ProxyIndexingMonitor_p.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
QuickCrawlLink_p.html added a crawl option to obey html-meta-robots-noindex. This is on by 2013-07-03 14:50:06 +02:00
QuickCrawlLink_p.java better and consistent deletions for error urls 2013-09-17 15:52:57 +02:00
QuickCrawlLink_p.xml
RankingRWI_p.html Added a new servlet to configure the solr ranking using field boosts 2012-12-03 17:01:19 +01:00
RankingRWI_p.java removed block rank ranking and all YBR files in /ranking 2013-05-30 13:01:22 +02:00
RankingSolr_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
RankingSolr_p.java merge rc1/master 2013-11-07 21:30:17 +01:00
rct_p.html
rct_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
RegexTest.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
RegexTest.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
RemoteCrawl_p.html added a disable function in RemoteCrawl_p servlet which prevents setting 2013-02-05 12:47:20 +01:00
RemoteCrawl_p.java added a disable function in RemoteCrawl_p servlet which prevents setting 2013-02-05 12:47:20 +01:00
robots.java fixed ClassCastException: [Ljava.lang.Object; cannot be cast to 2013-05-29 12:02:19 +02:00
robots.txt disallow remote robots to crawl the HostBrowser servlet 2013-11-26 07:06:25 +01:00
rssTerminal.html fix for rssTerminal coloring 2013-07-04 21:46:46 +02:00
SearchEventPicture.java refactoring 2012-09-21 15:48:16 +02:00
ServerScannerList.html "inaccessible" better describes the state of a server which cannot be 2013-12-29 12:40:34 +01:00
ServerScannerList.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Settings_Crawler.inc
Settings_Http.inc upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Settings_MessageForwarding.inc
Settings_p.html
Settings_p.java remove obsolete HTTPServer input field 2013-12-24 05:11:31 +01:00
Settings_Proxy.inc allow larger no-proxy expressions 2012-12-10 20:59:43 +01:00
Settings_ProxyAccess.inc
Settings_Seed_UploadFile.inc
Settings_Seed_UploadFtp.inc
Settings_Seed_UploadScp.inc
Settings_Seed.inc
Settings_ServerAccess.inc reimplemented server access restriction 2014-01-06 07:00:16 +01:00
SettingsAck_p.html
SettingsAck_p.java implemented DIGEST authentication, which is for remote login more secure 2014-01-17 00:02:23 +01:00
sharedBlacklist_p.html
sharedBlacklist_p.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
ssitest.html
ssitest.inc
ssitestservlet.html
ssitestservlet.java refactoring 2012-09-21 15:48:16 +02:00
Status_p.inc adding proxy status to (private) status box 2014-01-04 16:10:54 +01:00
Status.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Status.java refactoring (usage of constant names for attributes of authentication 2014-01-05 04:23:44 +01:00
Steering.html typo 2013-06-13 22:40:46 +02:00
Steering.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
suggest.java Fixes and avoid of catching bad exceptions (some): 2013-07-17 18:37:34 +02:00
suggest.json
suggest.xml
Supporter.html
Supporter.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Surftips.html add back menu to Surftips page (currently no menu is displayed) 2013-08-19 17:53:37 +02:00
Surftips.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Surftips.rss
Table_API_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Table_API_p.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
Table_RobotsTxt_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Table_RobotsTxt_p.java refactoring 2012-09-21 15:48:16 +02:00
Table_YMark_p.html
Table_YMark_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Tables_p.html added new submenu 'Target Analysis' with three servlets which are useful 2012-11-07 21:26:01 +01:00
Tables_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
terminal_p.html
test.java refactoring 2012-09-21 15:48:16 +02:00
test.xml
Threaddump_p.html
Threaddump_p.java fix for default boolean post values: the default value MUST NOT be TRUE, 2013-07-31 10:49:26 +02:00
Trails.html
Trails.java refactoring 2012-09-21 15:48:16 +02:00
Triple_p.csv
Triple_p.html
Triple_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Triplestore_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Triplestore_p.java refactoring 2012-09-21 15:48:16 +02:00
User.html
User.java implemented DIGEST authentication, which is for remote login more secure 2014-01-17 00:02:23 +01:00
ViewFile.html show the citation report also in ViewFile 2013-06-13 13:22:43 +02:00
ViewFile.java hacks to prevent storage of data longer than necessary during search and 2013-10-25 15:05:30 +02:00
ViewImage.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
ViewLog_p.html - show more lines in online log 2012-10-25 18:38:39 +02:00
ViewLog_p.java Automatically flush the log cache if a short memory status is reached. 2013-10-24 17:39:50 +02:00
ViewLog_p.json
ViewProfile.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
ViewProfile.java fixed some XSS bugs reported by Marius from http://ctf365.com/ 2013-11-16 20:34:31 +01:00
ViewProfile.rdf
ViewProfile.vcf
ViewProfile.xml
Vocabulary_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
Vocabulary_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Vocabulary_p.xml
WatchWebStructure_p.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
WatchWebStructure_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
WebStructurePicture_p.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
Wiki.html
Wiki.java refactoring of seed attributes (introduced more constants) 2013-11-22 14:15:31 +01:00
WikiHelp.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
WikiHelp.java refactoring 2012-09-21 15:48:16 +02:00
yacyinteractive.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
yacyinteractive.java prevent that the size of the index is computed too many times. 2013-05-08 11:50:46 +02:00
yacysearch_location.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
yacysearch_location.java remove dependency from old serverCore.java 2013-12-29 02:00:44 +01:00
yacysearch_location.kml
yacysearch_location.rss
yacysearch_location.xml
yacysearch.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
yacysearch.java remote search peer selection schema change: 2014-01-16 17:27:14 +01:00
yacysearch.json
yacysearch.rss fix opensearch resultcount in yacysearch.rss 2014-01-04 17:14:10 +01:00
yacysearch.xsl
yacysearchitem.html added a new 'Citations' function: each search result item can now be 2013-06-12 15:02:49 +02:00
yacysearchitem.java adding proxy status to (private) status box 2014-01-04 16:10:54 +01:00
yacysearchitem.json
yacysearchitem.xml
yacysearchlatestinfo.java - enhanced concurrency during search without IO blocking 2013-03-03 22:38:50 +01:00
yacysearchlatestinfo.json
YaCySearchPluginFF.gif
YaCySearchPluginFF.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
YaCySearchPluginFF.java refactoring 2012-09-21 15:48:16 +02:00
YaCySearchPluginFF.src
yacysearchtrailer.html replaced old tag cloud and adopted design a bit 2013-10-22 14:20:17 +02:00
yacysearchtrailer.java replaced old tag cloud and adopted design a bit 2013-10-22 14:20:17 +02:00
yacysearchtrailer.json
yacysearchtrailer.xml
YMarks.html upd: to open more external links in new browser-tab 2013-12-26 01:16:53 +01:00
YMarks.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
YMarks.rdf - added dmoz RDF dump importer 2012-09-09 09:53:58 +02:00