monkeyircd-devel Mailing List for Chunky Monkey IRCD (Page 2)
Brought to you by:
lloydy
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(10) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Chris P. <ch...@ll...> - 2001-06-24 20:21:34
|
If the title makes any sense, you probably know what i'm about to say, otherwise, you'll need to know what I'm about to say, I've replaced the previously huge list of lc_strncmp ... cmd_* calls with a cleaner interface with an array of structs containing a string describing the comamnd and a function pointer to the correct function. Check out commands.h and ircd.c for the changes. --=20 Chris Plant <ch...@ll...> Author of Chunky Monkey IRCD <http://monkeyircd.sourceforge.net> |
From: Chris P. <ch...@ll...> - 2001-06-22 18:13:03
|
The short-term aim of this project has been completed, it is now stable and featured enough to be used as a stand alone server. We now aim to improve the stability further and add more features. I am currently developing Ban support and (i think) adie is coding a reverse DNS system. -- Chris Plant <ch...@ll...> Author of Chunky Monkey IRCD <http://monkeyircd.sourceforge.net> |