removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / dynloader.c
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-02-01 Art Cancro* Added a QDIR protocol command to do quick-and-dirty...
2002-01-30 Art Cancro* Added a new DeleteFunctionHook type of thing. These...
2002-01-25 Art Cancro* fixz to allow incoming vCards in the address book...
2002-01-23 Art Cancro* Added a new hook type for handling incoming network...
2002-01-15 Michael Hampton* Modules can now unregister any of their hooks (though...
2001-12-03 Art Cancro* dynloader.c: fixed improperly done declaration and...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-03-03 Art Cancro* dunno
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-12 Art Cancro* Stabilize, dammit!!
2000-09-03 Michael HamptonBug fixes/cleanup for HP/UX dynamic modules. Changed...
2000-08-31 Art Cancro* ig_tcp_server() and ig_uds_server() - check to...
2000-08-31 Art Cancro* Still trying to fix a socket connect bug
2000-08-24 Art Cancro* Merged in IO ERROR's diffs to make Citadel work with...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-07 Art Cancro* For services disabled by setting port number to ...
2000-03-07 Art Cancro* socket stuff
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-12-08 Art Cancro* Added CtdlRegisterServiceHook() and its data type...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-08 Art Cancro* More vCard-related debugging
1999-09-19 Art Cancro* Finished off the message architecture stuff with...
1999-08-03 Art Cancro* Redesigned the client protocol commands for dealing...
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...