- Sep 08, 2011
- Mar 29, 2010
-
-
deuce authored
Reported by Mindless Automaton
-
- Feb 25, 2008
-
-
rswindell authored
-
- Aug 11, 2007
-
-
rswindell authored
-
- Dec 24, 2006
-
-
deuce authored
-
- Dec 22, 2006
-
-
deuce authored
Reported by Merlin.
-
- May 08, 2006
- Dec 21, 2005
-
-
deuce authored
-
- Sep 20, 2005
-
-
deuce authored
-
- Aug 02, 2005
-
-
rswindell authored
-
- Jan 19, 2005
-
-
deuce authored
stuff)
-
- Oct 27, 2004
-
-
deuce authored
-
- Sep 28, 2004
-
-
deuce authored
-
- Sep 21, 2004
- Sep 16, 2004
-
-
deuce authored
-
deuce authored
-
deuce authored
// is not legal C. If you want a comment in C, use /* Comment */ // is for C++. (Yes, it works, but that doesn't make it right. :-) Don't create a variable for use in one place only... put the string in directly.
-
deuce authored
umonitor: Updated copyright date in comment header and startup printf statement. uedit is now called from umonitor in two places. Under System Options as: Run User Editor This runs uedit as normal Edit User This runs uedit directly into edit user mode passing user number on the commandline and editing the online user directly. (edtuser gave me the clue how to do it.) uedit is called the same way scfg is called. This requires that uedit is in the cfg.exec_dir. I realized that having an edit user function on a node with nobody there was pretty lame. Since I wanted Edit User as the first option, I put in some code to give a "No User Online!" message for now. I will better tweak the code later. I did the same for Spy On Node option with a "Spy On Who?? :)" message. <g> Again I will tweak the code to improve this handling. Added help to most areas. The menu displayed when hitting enter on a node is now context sensitive depending on whether or not a user is online. It makes no sense to Spy On a node that waiting for a caller :) :) - RuneMaster
-
- Sep 15, 2004
-
-
deuce authored
The syncterm diddling here is completely useless... ignore it and it'll go away.
-
- Sep 13, 2004
-
-
deuce authored
-
- Sep 12, 2004
-
-
deuce authored
* New User works. * External Editor routine was broken. It would segfault due to incorrect value for j being being passed in putuserrec. Fixed. * When changing the User Alias, it was not updating name.dat. Fixed. (Needs to be tested on a system that uses Real Names only,) * A few typos and spelling errors in comments that are of no importance :)
-
- Sep 09, 2004
-
-
deuce authored
1) Date of Birth 2) Fix off-by-one error in the Command shell picker
-
- Jul 23, 2004
-
-
deuce authored
-
- Jul 19, 2004
-
-
rswindell authored
Slight cosmetic improvements (this app still needs a lot of work).
-
- Jun 04, 2004
-
-
deuce authored
1) RLogin connections are accepted from any IP 2) If the IP is not in the rlogin.can, the 2nd user name is tested against the users password. If it matches, the user is auto-logged on. 3) Currently, the case where the name exists but the password doesn't match isn't what I'd like it to be... ideally, it should go straight to the password prompt. It currently assums a new user... mostly because I wanted to keep this change easy to back out of anyone hates me.
-
- May 30, 2004
-
-
deuce authored
-
- May 28, 2004
- Apr 17, 2004
-
-
deuce authored
-
- Mar 24, 2004
- Mar 19, 2004
-
-
deuce authored
Fix uifcx object issue. (Like I promised) Utility makefiles not tested yet.
-
- Mar 11, 2004