Difference between revisions of "TODO"
From AMule Project FAQ
Line 14: | Line 14: | ||
== Someday stuff == | == Someday stuff == | ||
+ | *Clicking on Search toolbar button removes ed2k links handler | ||
*Only first word's appearance is linked (damn team decitions...) | *Only first word's appearance is linked (damn team decitions...) | ||
*Split large articles into samller articles straight to topic | *Split large articles into samller articles straight to topic |
Revision as of 16:49, 3 December 2005
Before we start
Check this wiki's FAQ if you haven't already taken a look at it.
Most urgent stuff
- Requirements on platforms
- Permission failing (see TODO#Notes)
- Safe servers list
- Go on for Kademlia specific articles
- Document missing files and Kademlia files (and explain defaults in config file)
- Write good "aMule usage" documents
- (Re)work on the utilities FAQs and articles
- Network packets and protocol design (and EC)
Someday stuff
- Clicking on Search toolbar button removes ed2k links handler
- Only first word's appearance is linked (damn team decitions...)
- Split large articles into samller articles straight to topic
- Rework the Main Page and the whole wiki structure
Always TODOs
- Translate this wiki's articles
Notes
[21:10] <Redarg> in the preferences the security tab is filled with : Files 664, Directory 775. In the temp directory and in the finished Directory the files get a 644 [21:17] <Redarg> 664 and 775 sounds good [21:18] <ken> Redarg, what does "umask" show? [21:19] <Redarg> 0022 [21:22] <ken> Well, that means "don't let files be read by group or others". It's causing the difference between the permissions you set in aMule preferences and those you're actually seeing. [21:23] <ken> You need to arrange for the command "umake 0002" to be run before aMule is run. Do that either in your shell startup commands, or in a script you use to launch amule. [21:24] <ken> s/umake/umask