]> git.lizzy.rs Git - luairc.git/commitdiff
a few more todo items
authorjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 23:17:06 +0000 (18:17 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 23:17:06 +0000 (18:17 -0500)
src/irc/misc.lua

index 9f122803789dd451be509d9bbe03bea7bf72b5be..58208bad09469e6206a036949b7296c9cdaf1a4c 100644 (file)
@@ -64,6 +64,7 @@ function parse_user(user)
 end
 -- }}}
 
+-- TODO: the rest of these shouldn't be public
 -- split {{{
 --
 -- Splits str into substrings based on several options.
@@ -200,6 +201,7 @@ end
 -- }}}
 
 -- ip_str_to_int {{{
+-- TODO: handle endianness here
 --
 -- Converts a string IP address to a low-level int.
 -- @param ip_str String representation of an IP address
@@ -216,6 +218,7 @@ end
 -- }}}
 
 -- ip_int_to_str {{{
+-- TODO: handle endianness here
 --
 -- Converts an int to a string IP address.
 -- @param ip_int Low-level int representation of an IP address