home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / WPPP50B2.ZIP / TODO.TXT < prev    next >
Text File  |  2001-06-09  |  579b  |  21 lines

  1. PPP Project version 5.0 TODO List
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. * Make safe free call (i.e. check for NULL first)
  5.  
  6. * make safe fclose call (i.e. check for NULL first)
  7.  
  8. * Look for other blocks of code to make 'safe' (reduce redundancies in the
  9.   codebase)
  10.  
  11. * Make net.ini into an .xml file, using the Apache Project XML parser for
  12.   C++.
  13.  
  14. * consolidate NET.INI parsing, and put data into 1 structure instead of
  15.   scattered global variables.
  16.  
  17. * split main method of pop.cpp unto 3 methods (1 main, 1 send, 1 receive)
  18.  
  19. * reduce number of global variables.
  20.  
  21.