aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 18:17:06 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 18:17:06 -0500
commita2b988894b2d76c7b33745582f97308fb4970b4e (patch)
tree3826efb13d58a12588eaac35f1e87a804c3f0967
parentbbb34c594ba39d846ba6a97db2d93c9b5fdadcb2 (diff)
downloadluairc-a2b988894b2d76c7b33745582f97308fb4970b4e.tar.gz
luairc-a2b988894b2d76c7b33745582f97308fb4970b4e.zip
a few more todo items
-rw-r--r--src/irc/misc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irc/misc.lua b/src/irc/misc.lua
index 9f12280..58208ba 100644
--- a/src/irc/misc.lua
+++ b/src/irc/misc.lua
@@ -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