ICQ changes
[citadel.git] / citadel / dynloader.c
1999-07-31 Art CancroICQ changes
1999-07-28 Art Cancrocosmetics
1999-07-28 Art Cancrocosmetic fixes
1999-07-28 Art Cancro* Server modules are now labelled with their RCS ID...
1999-07-18 Art CancroChanges to dynloader et al to handle ICQ module being...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-04-13 Nathan BryantOpenBSD places underscores in front of symbol names
1999-04-08 Nathan Bryantfix for OpenBSD
1999-04-03 Nathan Bryant * configure.in: check for ncurses if we can...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-12-05 Art CancroAdded a new type of module hook for adding logging...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-12 Art Cancrodynloader.c: Made dynamically added server commands...
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-07 Nathan Bryant * snprintf.c, snprintf.h: new files
1998-09-20 Art Cancro * Added a UserFunctionHook category to implemen...
1998-09-18 Art Cancro * server.h, dynloader.c, citserver.c, user_ops...
1998-09-17 Nathan Bryant * Makefile.in: add SERV_MODULES and PROXY_TARGE...
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-15 Nathan Bryant1998-09-15 Nathan Bryant <bryant@cs.usm.maine.edu>
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-08 Brian CostelloThe dynamic loader module which should have already...