|
Revision 2324, 1.0 KB
(checked in by peter, 18 months ago)
|
|
Spellcheck. Fixes #296 and a lot more.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 | THIS IS NOT UP TO DATE AND CONTAINS RANDOM RAMBLING |
|---|
| 2 | --------------------------------------------------- |
|---|
| 3 | |
|---|
| 4 | Also see http://wiki.powerdns.com/trac/wiki/TodoList |
|---|
| 5 | |
|---|
| 6 | Older stuff below: |
|---|
| 7 | |
|---|
| 8 | * new zone is AXFRed, written to disk successfully |
|---|
| 9 | probably? unsure |
|---|
| 10 | * the old SOA record remains in place |
|---|
| 11 | |
|---|
| 12 | bugs: |
|---|
| 13 | pdns.conf-dist contains old descriptions |
|---|
| 14 | |
|---|
| 15 | dynmessenger.cc unused variable warning |
|---|
| 16 | |
|---|
| 17 | Things we will not do but hope other people will: |
|---|
| 18 | - Ports to NetBSD, OpenBSD, AIX |
|---|
| 19 | |
|---|
| 20 | webserver has problems with 'top-100 queries' instead of top-10. |
|---|
| 21 | |
|---|
| 22 | Projects we will be working on, but would like help for: |
|---|
| 23 | |
|---|
| 24 | Big things: |
|---|
| 25 | - new plan |
|---|
| 26 | Like in the old days but with a twist - additional processing is done on a |
|---|
| 27 | best-effort basis by a non-rd packet sent to syncres. This means we can stay |
|---|
| 28 | lazy for far longer! |
|---|
| 29 | |
|---|
| 30 | TODO: |
|---|
| 31 | learn syncres to load its roots from disk too or at completime |
|---|
| 32 | get a way to nuke the cache/parts of the cache |
|---|
| 33 | |
|---|
| 34 | - Add support for TSIG |
|---|
| 35 | |
|---|
| 36 | Small things, great for coders new to PowerDNS: |
|---|
| 37 | - remove 'handle' from UeberBackend and BindBackend |
|---|
| 38 | |
|---|
| 39 | |
|---|