Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Mar 29, 2010
  3. Feb 25, 2008
  4. Aug 11, 2007
  5. Dec 24, 2006
  6. Dec 22, 2006
  7. May 08, 2006
  8. Dec 21, 2005
  9. Sep 20, 2005
  10. Aug 02, 2005
  11. Jan 19, 2005
  12. Oct 27, 2004
  13. Sep 28, 2004
  14. Sep 21, 2004
  15. Sep 16, 2004
    • deuce's avatar
    • deuce's avatar
      Fix stupid bug in last commit. · 9644dcd2
      deuce authored
      9644dcd2
    • deuce's avatar
      Some cleaups: · 377d9512
      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.
      377d9512
    • deuce's avatar
      uedit: Some minor code changes that do not affect functionality. · 08ac2976
      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
      08ac2976
  16. Sep 15, 2004
  17. Sep 13, 2004
  18. Sep 12, 2004
    • deuce's avatar
      More changes from RuneMaster: · 28fd88ef
      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 :)
      28fd88ef
  19. Sep 09, 2004
  20. Jul 23, 2004
  21. Jul 19, 2004
  22. Jun 04, 2004
    • deuce's avatar
      RLogin modifications... · bdc5f79d
      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.
      bdc5f79d
  23. May 30, 2004
  24. May 28, 2004
  25. Apr 17, 2004
  26. Mar 24, 2004
  27. Mar 19, 2004
  28. Mar 11, 2004
Loading