One thing to be aware of is that this changes as new bugs come to my attention, and I get feedback from users about what they like/needs fixing.
However, here are some of my high priorities right now:
1) Figure out what's going on with
this bug with madwifi in ap+sta mode
2) Update QoS sections to have a layout (and use some of the same back-end code) as the access restriction section. This should improve flexibility and performance
3) Rework Bandwidth monitor to monitor slightly different time frames (current timeframes aren't the most useful) and to monitor arbitrary IPs on the network, not just the static IPs. This can be accomplished using some of the code I recently wrote for the quotas section.
4) Plugin system -- I've been meaning for ages to build a system to download/install plugin features that aren't appropriate for all routers, but very useful in some cases.
5) "Tools" section so that user can run diagnostics like ping/traceroute etc from GUI.
6) Go through the packages with a fine-tooth comb using
Valgrind to conclusively verify there are no memory leaks.