0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... almost 23 years ago
Updated docs to show requirement of OS-specific makefiles. More... almost 23 years ago
Created OS-specific Makefiles. Using internal make conditionals to test for OS was starting to be a pain. More... almost 23 years ago
sys/time.h blowing up my compiles under Solaris 8. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
Fixed typo in Makefile. Updated INSTALL to show need for GNU make. More... almost 23 years ago
Solaris. Needed to include some libraries for Solaris not needed elsewhere. Unfortunately, I had to use a conditional, so went with the GNU make syntax. I guess we are now using GNU make. :) More... almost 23 years ago
Minor code cleanup to kill a lint warning re: char being used as int. More... almost 23 years ago
Cygwin and Solaris. Seems that signal() works best with <signal.h> and not <sys/signal.h> all over. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
Removed getopt.h, which is no longer needed since getopt_long() only needed it. (getopt() uses sys/unistd.h) More... almost 23 years ago
Added Cygwin support. Apparently Cygwin has a bug where signal.h and not sys/signal.h is needed for include. More... almost 23 years ago
General update to the documentation. More... almost 23 years ago
Some more general clean up of print_usage(). disabled debugging output. More... almost 23 years ago
Cleaned up print_usage() info for interactive programs. Also, fixed a stupid bug in open_session() where I had mixed up servername and hostname in the argument list. More... almost 23 years ago
Some more general clean up. Updated USING with new command-line options. More... almost 23 years ago
Updatd msgloadrec, msgloadsnd, pasvlogin, userreg to no longer use getopt_long(). getopt_long() apparently isn't supported everywhere, so why use it? More... almost 23 years ago
*** empty log message *** More... over 23 years ago
Updated documentation so that it was organized a little more logical. More... over 23 years ago
Allow users to specify start-user so multiple pasvlogin sessions can be run concurrently. More... over 24 years ago
Set presence to available to ensure I get messages from jabberd. More... over 24 years ago
Shortened set presence up since spec doesn't require <status/>. More... over 24 years ago
Tweaked print_usage(). More... over 24 years ago
Modified README and added USING to add more informative how-to-use information. More... over 24 years ago
Added capability to wait until keypress to close sessions. More... over 24 years ago
Added note about userreg use for msgload testing. More... over 24 years ago
Updated help output. More... over 24 years ago
.. More... over 24 years ago
Added notes about scripts in tests/. More... over 24 years ago
Updated testing and hosts being used. More... over 24 years ago