Commit Graph

247 Commits (416b4e5c6b85e03af7b85fa557a457aa2207e245)

Author SHA1 Message Date
orbiter 3419b3bcdd fix for bug that caused the peer-counter problem.
19 years ago
theli 5c56b9ed59 *) catch exceptions that could occur during url decoding
19 years ago
low012 927c2c3709 *) Fixed a minor bug in code for tables. {|border"1" did not work, {| border"1" did. Now the space is not needed anymore.
19 years ago
theli 754a35877f *) Changing robots parser cxclusion policy
19 years ago
low012 c45517db46 *) replaced code for table with better version (by kane)
19 years ago
low012 eb80156233 *) added Kane's code for tables
19 years ago
low012 ef22fa8bf2 *) beautifying code and a little comment
19 years ago
rramthun 34a7802a36 .bat files create DOS-window with title "YaCy" as suggested in http://www.yacy-forum.de/viewtopic.php?p=15470#15470
19 years ago
low012 ee010c36ae *) fixed bug where ampersands were replaced by replaceHTML even if they were part of &.+;
19 years ago
low012 7d5af75d11 *) Second try: replaced replaceHTML again. There should be no problem this time.
19 years ago
low012 c6d58d9b9a *) taking back changes for replaceHTML
19 years ago
low012 8af5df7883 *) Replaced replaceHTML by a more versatile method (code by Kane). Please test for possible side effects if you use this method in any of your classes.
19 years ago
allo fd1dd6859b code cleanup
19 years ago
theli 99031b10ae *) Bugfix for recursive translation problem with file separators
19 years ago
allo 1f9ff68f45 bugfix for the notdir in the recursive functions
19 years ago
allo f8ee05372f better Logging
19 years ago
allo 5531d18676 translations with relative Path
19 years ago
allo fe2d983c3e recursive Translations!
19 years ago
allo 2cd01eb1aa bugfix for dates.db
19 years ago
allo d5aaaf500f bookmarksDB:
19 years ago
(no author) 76f356315d handle UTF-8 correctly
19 years ago
allo 13c978d3bc only lowercase tags
19 years ago
orbiter 9544c47684 added some UTF-8 handling.
19 years ago
allo c3284c27f5 this Code is now in passwordAuth
19 years ago
orbiter d83cc3084a fixed small problem when password cannot be decrypted with base64
19 years ago
allo 6df8080cf2 tiny fix for recursive Translations
19 years ago
allo b63bcf25d7 moving string2vector and vector2string to listsmanager
19 years ago
orbiter 9086261476 refactoring of base64 encoding:
19 years ago
allo 9cce3c5709 dates Table for bookmarksdb(needed for del.icio.us api)
19 years ago
allo 2e2fa99501 bookmarksManager:
19 years ago
allo ca3a513aee del.icio.us style api
19 years ago
allo 75b9163242 xmlapi for bookmarktags
19 years ago
allo 4c824cacba Description Field
19 years ago
allo 867573de71 rebuildTags to rebuild the tags.db from the bookmarks.db
19 years ago
allo 2982715a04 fix for Nullpointer Exception when adding a bookmark
19 years ago
allo 09c95544c0 edit Function
19 years ago
allo 0619051c4b timestamps
19 years ago
allo d5e27009b1 bookmarks:
19 years ago
allo 87ea300d71 bookmarks interface
19 years ago
allo d0d1855520 tagView
19 years ago
allo ece2844385 bookmarkManager
19 years ago
allo 4ac0fd328a First Version of the Bookmarksmanager
19 years ago
allo 28f890ee3e Important SECURITY FIX!
19 years ago
allo 0f1212feb9 userDB.hasAdminrights to check adminRights.
19 years ago
low012 6c91921e9b *) yacyWiki: more versatile distinction between real external links/links that point to DATA/HTDOC
19 years ago
low012 eb0f511767 *) yacyWiki: easy way to link to files on local peers (external links)
19 years ago
orbiter c4dd39e8f2 fixing/changing wiki image inline code
19 years ago
low012 80b3e85356 *) yacyWiki: Images in a share on the same peer can be addressed by path and name only, no complete URL needed anymore. (As requested by theli in http://www.yacy-forum.de/viewtopic.php?t=809)
19 years ago
orbiter 83a34b838d * added Object allocation monitor on performanceMemory page
19 years ago
orbiter 0c762daf4b better startup failure handling
19 years ago
orbiter 37f88b4017 code cleanup
19 years ago
orbiter ec2b39c1ce code cleanup
19 years ago
orbiter 7920e1547d code cleanup
19 years ago
orbiter 1d6a6d1f85 code cleanup
19 years ago
allo 8f4259f1e3 md5Auth
19 years ago
allo b86d1085e2 passwordAuth
19 years ago
low012 5cd1e9cef4 *) fixed some dirty code, idea analog to bit stuffing
19 years ago
allo f8f9d509d5 removed dead Code
19 years ago
allo 5918d3985e removed Debug Statements
19 years ago
allo 3bbb932fa2 Bugfix for nullpointerexception.
19 years ago
allo 4976f97956 Logout Function on User.html
19 years ago
allo b74e990c74 better Logout function
19 years ago
allo 4daa4b00e9 logout function
19 years ago
theli 9649d08171 *) More tolerant robots parser
19 years ago
theli 93cadb47b9 *) More tolerant robots parser for robots-files which missing empty lines between rule blocks
19 years ago
theli f9fb284fb7 *) Better handling of robots.txt files with incorrect keywords
19 years ago
theli b8ceb1ffde *) Adding better https support for crawler
19 years ago
theli 3d0dfd4df4 *) Using StringBuffer instead of String concatenation
19 years ago
low012 452db479cd *) bugfix: "21" was displayed as "21" in yacyWiki
19 years ago
hydrox 56b9f34411 *)removed unused imports
19 years ago
orbiter 7a9fc653e9 fixed 100% cpu bug in wikiCode
19 years ago
orbiter 1aa707d357 fix for http://www.yacy-forum.de/viewtopic.php?p=11866#11866
19 years ago
allo 5526d2ff73 Basic WatchCrawler.html, which loades the Queues using AJAX.
19 years ago
theli 3b5d0eb053 *) Synchronizing robots.txt downloads to avoid parallel downloads of the same file by separate threads
19 years ago
allo e3f87f9dab Bugfix for not parsable Numbers (NumberFormatException when loading users)
19 years ago
low012 8e7b214e41 *) 5 inverted commas are needed instead of only 4 to strongly emphasise a text (closer to Wikipedia's syntax now)
19 years ago
low012 1e6cf9fd41 *) indented texts between escape symbols behave like indented preformatted texts now
19 years ago
theli 6c48c3ce39 *) Bugfix for ArithmeticException during IndexTransfer
19 years ago
low012 fd1b08303e fixed a bug theli pointed out (indented <pre>-blocks)
19 years ago
theli 02d9af1a70 *) Restructuring and extending of Remote Proxy Support
19 years ago
low012 222607ef0f *) added <pre>-tag for preformatted text to yacyWiki (as requested by theli)
19 years ago
allo f97c303ebd rights for Admin and Proxy.
19 years ago
allo df147d0fb0 rightsmanagement for upload/download User - preparations for proxy and admin User
19 years ago
theli 40777556c5 *) Connection Tracking
19 years ago
allo 93c1cb9226 ipAuth works. thx theli.
19 years ago
allo 4320425a17 ipAuth (this does not work yet)
19 years ago
allo 9ff2bd2f0e allow surfing, if no timelimit set.
19 years ago
allo 141417821e limitless Accounts (set timelimit = 0)
19 years ago
allo 6bd9348bf1 small change
19 years ago
allo be8e95d86a debug printlns removed
19 years ago
allo f1ff33177d reset Timelimits on Daychange
19 years ago
allo 5605cc8018 TimeLimits
19 years ago
theli 3966b38360 *) Bugfix for userDB time limit calculation
19 years ago
theli 1688be8590 *) plasmaSwitchboard.java
19 years ago
theli 959eefbc4f *) Robots.txt parser/ppt
19 years ago
borg-0300 fb27428674 added restart to Status.html
19 years ago
borg-0300 0dcfc25d98 cleaned, finals, Properties
19 years ago
theli a2fa75e688 *) Asynchronous queuing of crawl job URLs (stackCrawl)
19 years ago
theli c7b7c69484 *) adding some functions to userDB.Entry
19 years ago
theli d9c08a47f9 *) Minor changes to userDB
19 years ago
theli af7829df25 *) adding some functions to userDB.Entry
19 years ago
theli 19648702cc *) adding iterator to userDB
19 years ago
theli dd59c1ace9 *) Adding first version of yacy user DB
19 years ago
theli 023be89586 *) Bugfix for "Robots.txt wird immer wieder geladen"
19 years ago
orbiter dc474aa22f various bug-fixes
19 years ago
orbiter 495bc8bec6 removed cache-control from low and medium priority caches which reduces memory use and computation overhead
19 years ago
orbiter fb52a82008 added new performance page for memory settings
19 years ago
rramthun 9dfbd93c7b Updated german language file
19 years ago
borg-0300 718950c5da small change
19 years ago
theli 2cd695f376 *) Bugfix path-entries of robots.txt were not decoded correctly
19 years ago
theli f8ad65eae1 *) First trial implementation of robots.txt support
19 years ago
allo 9300689dde bugfix *gr*
19 years ago
allo ebc39a7b9a minor fixes
19 years ago
low012 e19ededd66 *) prevents problems due to HTML code in profiles (my posting from 05.Sep.2005 http://www.yacy-forum.de/viewtopic.php?t=964)
19 years ago
allo f90f699ab1 missing package line.
19 years ago
low012 89d7c6e45e *) Bugfix: offset of 1 prevented correct replacement of HTML
19 years ago
allo 06a451768f a simple robotsParser.
19 years ago
low012 2ee4f9f4e5 *) added escape characters [= and =] to yacyWiki
19 years ago
theli 4fd5b95b1f *) Renaming Logger function names to reflect the proper Java Logging API Loglevels
19 years ago
theli 6adf8a4bde *) Renaming Logger function names to reflect the proper Java Logging API Loglevels
19 years ago
low012 ecfdc4928a *) better implementation of definition lists
20 years ago
low012 36dfb9f686 implemented citings (blockquote) and an early version of definitions (not much of a list yet)
20 years ago
allo 5d511d651e fix for Windows
20 years ago
allo ee0a9a2d9b recursive Translations.
20 years ago
allo 53dcbadfbf using Wikicode instream of bbCode
20 years ago
allo 8659a689f4 seperate Class for the wikiParser
20 years ago
orbiter 2d8557cb10 minor changes
20 years ago
orbiter cc38c5e77b bugfix for wiki key-length
20 years ago
allo 0a68aa6999 translate the last file, too
20 years ago
orbiter 3470a72d48 fixed div by zero, set default delays, fixed release number format and display
20 years ago
rramthun bf7d5d1310 Usage of logging-class
20 years ago
rramthun fe62a38896 minor fixes to the translation
20 years ago
allo 98d22a73ef "File: foo.html"
20 years ago
allo e6c381a2e2 Translationfile Division for different files
20 years ago
orbiter 40036ba69c fixed dht transmission; added url-blacklist blocking also for remote search
20 years ago
orbiter 311e627363 blocking of blacklisted urls in indexReceive and small changes
20 years ago
orbiter 858cd94299 replaced indexing ram-queue by file-based stack-queue
20 years ago
allo a31029c5de == as separator
20 years ago
allo 9f0f45bcae Warning: this is untested.
20 years ago
allo bef3aaec38 better Translationsystem.
20 years ago
theli 890e3f4d4a *) adding missing calls for function close() to avoid "too many open file" bug*) adding
20 years ago
theli 361ba50056 *) changing reference to logger
20 years ago
theli 7b4778b4b9 *) changing reference to logger
20 years ago
allo f57d280afd serverLog instead of System.out.println
20 years ago
allo a8b2dccc7a New Translation System.
20 years ago
theli 2aa5fe8f50 *) Import statements reorganized
20 years ago
orbiter 248077d3f0 initial load with yacy 0.36
20 years ago