diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kppp/TODO | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/TODO')
-rw-r--r-- | kppp/TODO | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kppp/TODO b/kppp/TODO new file mode 100644 index 00000000..2fbad962 --- /dev/null +++ b/kppp/TODO @@ -0,0 +1,25 @@ +TODO +==== +o modem-setup wizard +o provider-setup wizard +o Create an own dialer communicating with slots. This will allow non-X kppp�s +o Separate GUI and non-GUI code in different classes +o Enhance "Send" to allow special (control) characters +o version detection of pppd fails on debian (rwsr-x---). Allow manual conf. + +Dropped +======= +o MS-CHAP support (since this relies on pppd, we cannot do it) +o separate setup and dialer (very difficult, both parts would require to be + be SUID) + +Done +==== +o signal catching for accounting +o help users with those "pppd died unexpected..." bugs +o CHAP support +o All modem related code should be put in one class +o replace "$" in config entries with "$$" +o button for clearing volume accounting +o better FAQ (it�s better now, still not perfect, and will never be) +o deal with interfaces different from ppp0 |