Commit Graph

  • f40efb39af Blacklist loadList() remove duplicates by using Set Marek Otahal 2012-01-06 02:01:20 +01:00
  • f75b5e40e0 little fix in copy() Marek Otahal 2012-01-06 01:42:37 +01:00
  • 1dc5d9f0f3 make ConnectionInfo comparable and sort list of connections in Connections_p Marek Otahal 2012-01-06 01:10:05 +01:00
  • c1973c78a3 Blog + BlogComments method propose() make similar + fix anonymous poster's IP resolve in Blog Marek Otahal 2012-01-06 00:26:08 +01:00
  • 7189a70a62 BlogComments dateString() - use localized date/time format Marek Otahal 2012-01-05 23:23:21 +01:00
  • f727c35722 Blog dateString() print in localized date/time format Marek Otahal 2012-01-05 23:17:28 +01:00
  • 8318103f25 Blacklist addBlacklistEntry() - dont add an empty entry Marek Otahal 2012-01-05 22:23:50 +01:00
  • c11ed8a919 add *.*~ to .gitignore Marek Otahal 2012-01-05 22:15:32 +01:00
  • 304ca0b12a add support for development in netbeans Marek Otahal 2012-01-05 20:39:15 +01:00
  • fa8da7f89d vocabularies are now also used as source for a did-you-mean computation Michael Christen 2012-01-08 02:13:52 +01:00
  • eaec14ecc4 Dictionaries from words caches can now be used as autotagging vocabulary Michael Christen 2012-01-08 02:07:10 +01:00
  • 91940fdf56 redesign of WordCache to be prepared to hold multiple independent dictionaries. Such dictionaries can then be also used as simplified vocabularies. Michael Peter Christen 2012-01-08 00:47:32 +01:00
  • 972d411d99 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Peter Christen 2012-01-07 17:51:37 +01:00
  • c932a10c5c Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Christen 2012-01-07 17:34:58 +01:00
  • bd40a10230 added autotaggig stub .. only reading and parsing of vocabularies at this time Michael Christen 2012-01-07 17:34:38 +01:00
  • f214f6ebb4 added no-load queues to the crawler monitor Michael Peter Christen 2012-01-07 17:17:11 +01:00
  • 1c5deebf81 one more change for signed debian packages Michael Peter Christen 2012-01-07 12:45:40 +01:00
  • e1434635d4 changed required setting for package signing Michael Peter Christen 2012-01-07 12:37:02 +01:00
  • 2ee8cbeb2c Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Peter Christen 2012-01-05 18:37:46 +01:00
  • 992dbdf4bb added noload statistic to servlets Michael Peter Christen 2012-01-05 18:33:05 +01:00
  • 354b976110 fix for concurrency problem and endless loop in /suggest.json Michael Christen 2012-01-05 08:35:44 +01:00
  • c21966bb43 fix Michael Christen 2012-01-04 23:02:12 +01:00
  • 13b05f9c08 fix Michael Christen 2012-01-04 23:01:04 +01:00
  • e5d878c59e Merge branch 'master' of ssh://gitorious.org/yacy/rc1 Michael Christen 2012-01-04 22:08:17 +01:00
  • ec26b2bea4 Merge commit 'fa08ed5ae5d72bddc3cc6a662b23103579e86109' into quix0r Michael Christen 2012-01-04 20:32:42 +01:00
  • eebc02f5c1 fix Michael Christen 2012-01-04 20:24:48 +01:00
  • 216a287a85 Merge commit '6d4e08ed06c5cd28c45981b2ebe31c7f7ec6fd83' into quix0r Michael Christen 2012-01-04 20:16:37 +01:00
  • d18095dc48 Patch fuer Issue 0000102 and fixes to Patch (private peer status is a property of a peer, not a status) stbrumm 2012-01-03 17:49:37 +01:00
  • 9f1b1b4604 Type for Robinson-Mode/Private Perr added stbrumm 2012-01-01 11:59:14 +01:00
  • 20962a4ed7 added metadata node stub for metadata from blobs Michael Christen 2012-01-03 14:38:03 +01:00
  • 575dbbaa93 enhancements in Blob retrieval: try to use less CPU resources by testing a blog first that most certainly has wanted entries. Michael Christen 2012-01-02 02:14:05 +01:00
  • 585a8f3c44 fixed a bug in search sequence (caused emtpy results) Michael Christen 2012-01-02 02:10:39 +01:00
  • 7a5ff9b808 added checkalive script that can be called frequently to restart crashed peers automatically Michael Christen 2012-01-02 02:09:49 +01:00
  • ce289eb64f remove heuristics if index receive is switched off Michael Christen 2011-12-30 23:51:07 +01:00
  • 1fdbd2da6e added the 28c3 skin Michael Christen 2011-12-30 02:52:15 +01:00
  • 361146dd7a better error handling for file loader Michael Christen 2011-12-29 14:37:19 +01:00
  • 6d4e08ed06 Rewrote filesize() to (hopefully) avoid a NPE, rewrote Blacklist class to concurrent classes to avoid a CME Roland 'Quix0r' Haeder 2011-12-29 03:42:38 +01:00
  • 901f37d608 Also this ... :( #2 Roland 'Quix0r' Haeder 2011-12-29 00:36:56 +01:00
  • a985717ed2 Also this ... :( Roland 'Quix0r' Haeder 2011-12-29 00:35:51 +01:00
  • 5f490de554 Fix for ported fix from my old days ... Roland 'Quix0r' Haeder 2011-12-29 00:34:46 +01:00
  • fa08ed5ae5 Fixed a lot CHMOD rights (no need for execute flag on *.java/*.html) and introduced local/remote crawl size ratio based check Roland 'Quix0r' Haeder 2011-12-29 00:33:16 +01:00
  • 319fd1f4aa A concurrent access can happen on the blacklist (with latest introduced blacklist check in media snippet computation) Roland Haeder 2011-12-28 21:40:44 +01:00
  • a3083d13bf Blacklist checks are now always turned on, in media searches (e.g. image search) images matching blacklist entries are no longer shown to the user Roland 'Quix0r' Haeder 2011-12-28 20:09:17 +01:00
  • 1d66496362 added more properties to opensearchdescription, see also: http://bugs.yacy.net/view.php?id=114 Michael Christen 2011-12-28 10:49:32 +01:00
  • 3e5ac15c71 add a check script that waits for stopYACY.sh to terminate. That makes it easier to write control scripts around it. If you want that the script terminates directly as before, call it concurrently or wrap it with 'timeout' like: timeout 10s ./stopYACY.sh to stop after 10 seconds Michael Christen 2011-12-28 02:46:29 +01:00
  • 1cf0f35621 the link to the path shall be the path Michael Christen 2011-12-28 01:12:44 +01:00
  • 87c16fb67f show server list as server side include Michael Christen 2011-12-28 01:12:23 +01:00
  • 52184a1170 fix for search process Michael Christen 2011-12-27 23:43:44 +01:00
  • f5a17d4a8b Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Christen 2011-12-27 21:02:52 +01:00
  • 5bfb287753 make a bad fix even worse Michael Christen 2011-12-27 20:59:03 +01:00
  • 4656bb0365 allow html in greeting line since that is set by administrator only. html in that line may be wanted Michael Christen 2011-12-27 20:51:13 +01:00
  • fc57063aa9 hint to open firewalls Michael Christen 2011-12-27 20:37:56 +01:00
  • 85bd4cc8bc better lookup for peer names Michael Christen 2011-12-25 10:14:15 +01:00
  • a8cdfc5752 Merge branch 'master' of git://gitorious.org/~lofyer/yacy/lofyers-rc1 Michael Christen 2011-12-23 11:50:28 +01:00
  • e22894ca3f Merge branch 'master' of git://gitorious.org/~sevengt/yacy/russian-rc1 Michael Christen 2011-12-23 11:50:23 +01:00
  • 2e38822f75 Translate by translated.by/neos and seven_ro databasedictionary 2011-12-23 16:15:41 +06:00
  • 1721f890eb Translate to Russian (part 7/x) databasedictionary 2011-12-22 13:03:22 +06:00
  • b40caff692 Translate by translated.by/neos databasedictionary 2011-12-22 12:52:03 +06:00
  • d1356ffcf0 a little mistake.. lofyer 2011-12-21 17:23:54 +08:00
  • 09f4d74065 fixed: missing page in Crawler_p.html in Chinese lofyer 2011-12-21 17:02:17 +08:00
  • 9a66a8b9a8 Merge branch 'master' of gitorious.org:yacy/rc1 Michael Christen 2011-12-21 07:57:58 +01:00
  • ddace068d4 Merge branch 'master' of git://gitorious.org/~sevengt/yacy/russian-rc1 Michael Christen 2011-12-21 07:57:44 +01:00
  • 7cec8c78b5 Merge branch 'master' of git://gitorious.org/~lofyer/yacy/lofyers-rc1 Michael Christen 2011-12-21 07:57:19 +01:00
  • 43a7e679f9 Translate to Russian (part 6/x) databasedictionary 2011-12-21 12:49:38 +06:00
  • 52f291debf Translate by translated.by/neos databasedictionary 2011-12-21 11:31:10 +06:00
  • 20e3084bd4 redesign of fining of peers by ip: more leightweight method to read the seed databases Michael Christen 2011-12-21 01:14:43 +01:00
  • 0797b0de99 new handling of remote search processes: looking for seeds will now not block the whole search process any more. A deadlock with a DHT selection process may have been the cause for interface lockings in the past. Michael Christen 2011-12-21 00:32:03 +01:00
  • de343a0307 Chinese translation: all done lofyer 2011-12-20 20:26:07 +08:00
  • 188af11277 Translate to Russian (part 5/x) databasedictionary 2011-12-20 14:44:11 +06:00
  • 5a681fd565 Translate by translated.by/neos databasedictionary 2011-12-20 13:50:42 +06:00
  • b09988c9f8 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git sof 2011-12-18 23:16:39 +01:00
  • cc5c00cc0f Merge branch 'master' of gitorious.org:yacy/rc1 Michael Christen 2011-12-18 16:29:59 +01:00
  • 230e769c22 Merge branch 'master' of git://gitorious.org/~lofyer/yacy/lofyers-rc1 Michael Christen 2011-12-18 16:19:26 +01:00
  • 1dde610d19 Merge branch 'master' of git://gitorious.org/~sevengt/yacy/russian-rc1 Michael Christen 2011-12-18 16:19:12 +01:00
  • ee9aae5cc0 more about CreativeCommons license vocabulary Michael Christen 2011-12-18 16:07:51 +01:00
  • c67c30db34 added language selector for russian and chinese in ConfigBasic Michael Christen 2011-12-18 16:07:21 +01:00
  • fc6be30780 till ViewFile.html lofyer 2011-12-18 19:18:40 +08:00
  • ecd74fe34f less dramatic upnp failures Michael Christen 2011-12-18 09:54:08 +01:00
  • c75e1a3125 Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git Michael Christen 2011-12-18 08:20:10 +01:00
  • 13f5b5f80d the component part in the YaCy Metadata is filled using the Dubling Core vocabulary Michael Christen 2011-12-18 08:19:48 +01:00
  • 8d2cbfb685 more vocabularies and more semantics for lod data structures Michael Peter Christen 2011-12-18 08:12:34 +01:00
  • 4c938a623b till SettingsAck_p.html lofyer 2011-12-17 09:43:05 +08:00
  • 9cd36b4c44 added vocabulary for geolocalization as used in georss Michael Christen 2011-12-17 02:03:45 +01:00
  • 9e5894c784 Removed handling of components objects for URIMetadataRows. This is a preparation to replace this rows with nodes from the node store. Michael Christen 2011-12-17 01:27:08 +01:00
  • 66ab51f89d added rdf vocabulary Michael Christen 2011-12-17 01:09:16 +01:00
  • c04bfaa51b refactoring Michael Christen 2011-12-16 23:59:29 +01:00
  • 136b514f52 added a Triple Store based on Nodes that fit to the new storage classes. Added also a first Vocabulary for the node store - Dublin Core. Michael Peter Christen 2011-12-16 23:01:47 +01:00
  • 613ab6a69d added BEncodedHeapBag and BEncodedHeapShard which are storage container for a new metadata store. An abstraction of the content for this storage is defined with MapStore. A MapStore is an abstraction of a RDF Node store. Michael Peter Christen 2011-12-16 23:00:50 +01:00
  • 6fecd0db88 one more performance hack to prevent costly md5 computation Michael Christen 2011-12-15 23:33:41 +01:00
  • e13441b069 better digest pool size (smaller by default but unlimited) Michael Christen 2011-12-15 17:45:46 +01:00
  • 1f4afb4dc0 performance hacks Michael Christen 2011-12-15 15:15:53 +01:00
  • 8e604ecb61 till PerformanceMemory_p.html lofyer 2011-12-15 21:13:04 +08:00
  • 21771d5a60 Translate to Russian (part 4/x) databasedictionary 2011-12-15 12:13:14 +06:00
  • 675d557e88 removed debug logging Michael Christen 2011-12-14 22:21:19 +01:00
  • e9dc99fe15 added rules to set specific RWIs as private RWIs which are not transmitted to remote peers. This will be used for private index copies and phonetic indexes. Michael Christen 2011-12-14 22:15:51 +01:00
  • 4243ace863 added phonetic classes Michael Peter Christen 2011-12-14 17:33:18 +01:00
  • 8e301cd917 Merge branch 'master' of ssh://gitorious.org/yacy/rc1 Michael Christen 2011-12-14 12:58:17 +01:00
  • 43d5a8e39a Merge branch 'master' of git://gitorious.org/~lofyer/yacy/lofyers-rc1 Michael Christen 2011-12-14 12:58:03 +01:00
  • 3aeef753f2 Translate to Russian (part 3/x) databasedictionary 2011-12-14 12:47:23 +06:00
  • fc3efbb8d7 till DictionaryLoader_p.html lofyer 2011-12-13 20:17:20 +08:00