]> git.lizzy.rs Git - luairc.git/log
luairc.git
16 years agotypo fix
jluehrs2 [Tue, 4 Sep 2007 05:21:36 +0000 (00:21 -0500)]
typo fix

16 years agosplit between internal/public functions in misc.lua
jluehrs2 [Tue, 4 Sep 2007 05:18:43 +0000 (00:18 -0500)]
split between internal/public functions in misc.lua

16 years agosplit between internal/public functions in message.lua
jluehrs2 [Tue, 4 Sep 2007 05:16:01 +0000 (00:16 -0500)]
split between internal/public functions in message.lua

16 years agosend the user set ip address to the irc server (for whatever that's worth, i don...
jluehrs2 [Tue, 4 Sep 2007 05:07:09 +0000 (00:07 -0500)]
send the user set ip address to the irc server (for whatever that's worth, i don't think it's used)

16 years agofinish up the handlers
jluehrs2 [Tue, 4 Sep 2007 04:59:12 +0000 (23:59 -0500)]
finish up the handlers

16 years agointernal/public in server replies, etc
jluehrs2 [Tue, 4 Sep 2007 04:45:37 +0000 (23:45 -0500)]
internal/public in server replies, etc

16 years agomore todo cleanups
jluehrs2 [Tue, 4 Sep 2007 03:22:46 +0000 (22:22 -0500)]
more todo cleanups

16 years agochange to internal function names in command handlers in irc.lua
jluehrs2 [Tue, 4 Sep 2007 03:18:16 +0000 (22:18 -0500)]
change to internal function names in command handlers in irc.lua

16 years agochange to internal function names in private functions in irc.lua
jluehrs2 [Tue, 4 Sep 2007 03:16:26 +0000 (22:16 -0500)]
change to internal function names in private functions in irc.lua

16 years agoclean up some docs
jluehrs2 [Tue, 4 Sep 2007 03:13:06 +0000 (22:13 -0500)]
clean up some docs

16 years agotodo--
jluehrs2 [Tue, 4 Sep 2007 03:08:24 +0000 (22:08 -0500)]
todo--

16 years agoallow users to manually set the ip address of the connection (so that things like...
jluehrs2 [Mon, 3 Sep 2007 01:11:24 +0000 (20:11 -0500)]
allow users to manually set the ip address of the connection (so that things like dcc can use the public ip, rather than the local network ip)

16 years agotodo--
jluehrs2 [Mon, 3 Sep 2007 01:02:11 +0000 (20:02 -0500)]
todo--

16 years agostop passing file size all over the place... on accept we just keep accepting until...
jluehrs2 [Mon, 3 Sep 2007 00:59:45 +0000 (19:59 -0500)]
stop passing file size all over the place... on accept we just keep accepting until they stop sending us data, and when we are sending stuff we just send until eof, so it shouldn't be necessary. (need to test the eof stuff to make sure that's actually accurate).

16 years agodon't color debug messages unless we are writing to stdout
jluehrs2 [Mon, 3 Sep 2007 00:59:29 +0000 (19:59 -0500)]
don't color debug messages unless we are writing to stdout

16 years agoon second thought, let's not release something that ugly
jluehrs2 [Mon, 3 Sep 2007 00:05:16 +0000 (19:05 -0500)]
on second thought, let's not release something that ugly

16 years agoreorganize the todo file based on priority of the items
jluehrs2 [Sun, 2 Sep 2007 23:57:46 +0000 (18:57 -0500)]
reorganize the todo file based on priority of the items

16 years agotodo++
jluehrs2 [Sun, 2 Sep 2007 23:39:44 +0000 (18:39 -0500)]
todo++

16 years agoupdate TODO
jluehrs2 [Sun, 2 Sep 2007 23:37:39 +0000 (18:37 -0500)]
update TODO

16 years agotodo--
jluehrs2 [Sun, 2 Sep 2007 23:18:20 +0000 (18:18 -0500)]
todo--

16 years agoa few more todo items
jluehrs2 [Sun, 2 Sep 2007 23:17:06 +0000 (18:17 -0500)]
a few more todo items

16 years agodocument the misc module
jluehrs2 [Sun, 2 Sep 2007 23:16:13 +0000 (18:16 -0500)]
document the misc module

16 years agodocument message module
jluehrs2 [Sun, 2 Sep 2007 22:42:10 +0000 (17:42 -0500)]
document message module

16 years agotodo++
jluehrs2 [Sun, 2 Sep 2007 22:42:06 +0000 (17:42 -0500)]
todo++

16 years agodocument debug module
jluehrs2 [Sun, 2 Sep 2007 22:41:49 +0000 (17:41 -0500)]
document debug module

16 years agotodo++
jluehrs2 [Sun, 2 Sep 2007 22:23:29 +0000 (17:23 -0500)]
todo++

16 years agoa few todos for the dcc implementation
jluehrs2 [Sun, 2 Sep 2007 22:23:16 +0000 (17:23 -0500)]
a few todos for the dcc implementation

16 years agodocument the dcc module
jluehrs2 [Sun, 2 Sep 2007 22:23:00 +0000 (17:23 -0500)]
document the dcc module

16 years agodocument the ctcp module
jluehrs2 [Sun, 2 Sep 2007 22:21:56 +0000 (17:21 -0500)]
document the ctcp module

16 years agopunctuation
jluehrs2 [Sun, 2 Sep 2007 22:21:45 +0000 (17:21 -0500)]
punctuation

16 years agodocument constants.lua
jluehrs2 [Sun, 2 Sep 2007 21:45:22 +0000 (16:45 -0500)]
document constants.lua

16 years agoadd TODO
jluehrs2 [Sun, 2 Sep 2007 21:39:53 +0000 (16:39 -0500)]
add TODO

16 years agodocument contains()
jluehrs2 [Sun, 2 Sep 2007 21:39:32 +0000 (16:39 -0500)]
document contains()

16 years agodocument the channel mode methods
jluehrs2 [Sun, 2 Sep 2007 21:34:31 +0000 (16:34 -0500)]
document the channel mode methods

16 years agostart documenting the channel class
jluehrs2 [Sun, 2 Sep 2007 20:25:05 +0000 (15:25 -0500)]
start documenting the channel class

16 years agoadd the Makefile
jluehrs2 [Sun, 2 Sep 2007 20:17:48 +0000 (15:17 -0500)]
add the Makefile

16 years agoluadoc does allow @see for modules
jluehrs2 [Sun, 2 Sep 2007 20:16:51 +0000 (15:16 -0500)]
luadoc does allow @see for modules

16 years agoTODO was in the wrong place
jluehrs2 [Sun, 2 Sep 2007 20:16:17 +0000 (15:16 -0500)]
TODO was in the wrong place

16 years agodocument the private module functions
jluehrs2 [Sun, 2 Sep 2007 19:13:57 +0000 (14:13 -0500)]
document the private module functions

16 years agodocument the misc functions
jluehrs2 [Sun, 2 Sep 2007 19:00:54 +0000 (14:00 -0500)]
document the misc functions

16 years agodocument ctcp commands
jluehrs2 [Sun, 2 Sep 2007 18:41:44 +0000 (13:41 -0500)]
document ctcp commands

16 years agodocument the information requests
jluehrs2 [Sun, 2 Sep 2007 18:34:35 +0000 (13:34 -0500)]
document the information requests

16 years agodocument the server commands
jluehrs2 [Sun, 2 Sep 2007 18:34:13 +0000 (13:34 -0500)]
document the server commands

16 years agostart documentation using LuaDoc
jluehrs2 [Sun, 2 Sep 2007 18:33:48 +0000 (13:33 -0500)]
start documentation using LuaDoc

16 years agoremove some unimplemented stuff
jluehrs2 [Sun, 2 Sep 2007 18:32:40 +0000 (13:32 -0500)]
remove some unimplemented stuff

16 years agoadd all of the current files
jluehrs2 [Mon, 27 Aug 2007 03:07:38 +0000 (22:07 -0500)]
add all of the current files

16 years agoadd the basic dir structure
jluehrs2 [Mon, 27 Aug 2007 03:04:03 +0000 (22:04 -0500)]
add the basic dir structure