Timeline
03/09/90:
- 06:59 Changeset [2777] by
- fixed typo: frprintf --> fprintf
- 06:58 Changeset [2776] by
- log_status() had (char *foo) arguments declared as (char *foo[]). Compiler didn't like that too much. Corrected.
- 06:28 Changeset [2775] by
- init_display() returns ERROR if initscr() was unsuccessful, returns SUCCESS otherwise.
- 06:26 Changeset [2774] by
- If init_display was unsuccessful, print an error message and exit.
- 06:25 Changeset [2773] by
- Made sure that initscr() was succesful before continuing, on window resize event.
03/06/90:
- 02:17 Changeset [2772] by
- Changed references to "zephyr.desc" to "zwgc.desc".
03/02/90:
- 13:07 Changeset [2771] by
- Added back a newline to the fprintf statement that prints the number of requests of each type.
- 11:06 Changeset [2770] by
- updates for -O, -p options
- 10:54 Changeset [2769] by
- usage goes to stderr add -s to usage message
- 10:51 Changeset [2768] by
- changes for -p option (pretty) [marc]
03/01/90:
- 17:00 Changeset [2767] by
- Don't automatically sign off consultant; reactivate the old code to do so only when requested. Also, copy out pointer to `connected' before setting it to NULL. (olc_send): Forward user when consultant has logged out.
- 16:49 Changeset [2766] by
- Rearranged a loop and some array references.
- 16:46 Changeset [2765] by
- Mostly deletions of unused variables or code.
- 13:28 Changeset [2764] by
- Added use_zephyr variable - when zero, don't use Zephyr. Make ZInitialize error message more informative. zsend_message now appends a newline (if needed), so callers needn't call fmt (which is dangerous).
- 13:22 Changeset [2763] by
- Added new file(s) statistics.{c,o} which generates some simple statistic of server usage.
- 13:11 Changeset [2762] by
- New routine get_yn: Prompts for input, and requires a `y or `n' answer.
- 13:07 Changeset [2761] by
- t_check_messages, t_check_connected_messages: Use new get_yn routine.
- 12:56 Changeset [2760] by
- uncase: Modify buffer in place. cap: Use static buffer, not automatic. isnumber: Only test string!=0 once.
02/28/90:
- 06:43 Changeset [2759] by
- The new server sends back "NO_MESSAGES" if there are no new messages. The new client wasn't dealing with it (was expecting SUCCESS) and "handle_response" was spitting out "unknown response 130". Fixed.
- 06:36 Changeset [2758] by
- Don't print "you are signed off" message if signing off wasn't requested or done.
02/27/90:
- 11:09 Changeset [2757] by
- Fixed to accept either version 3 or 4, not require that it simultaneously be both.
- 09:44 Changeset [2756] by
- Permit `load user' to be applied to oneself regardless of acls.
- 09:40 Changeset [2755] by
- log_error winds up trashing static hostname-lookup buffers, so format message before calling...
- 09:33 Changeset [2754] by
- Removed unused variables; checked for failure to open files; rearranged proc table scanning.
- 05:49 Changeset [2753] by
- Changed back to VERSION_4 as the current version -- version number was bumped up unnecessarily before...
- 05:35 Changeset [2752] by
- Changed back to VERSION_4 as the current version -- version number was bumped up unnecessarily before...
02/26/90:
- 11:14 Changeset [2751] by
- Removed some unused #define's, added a #define for OLTA, for sending broadcast messages to class OLTA instead of OLC. This should probably really be moved to a config file on each server or something. Grrr.
02/24/90:
- 15:05 Changeset [2750] by
- Hmmm. Should not exceed array bounds, should we?
- 14:04 Changeset [2749] by
- Added trn_info3, which includes signature information. Routine definitions for add_trn2 and get_trn_info3.
- 14:03 Changeset [2748] by
- Added ADD_TRN2 & GET_TRN_INFO3 calls.
- 14:01 Changeset [2747] by
- Added support for signatures.
- 14:00 Changeset [2746] by
- Added support for signatures. Also added "-d" (daemon) flag for deriving signatures for mail (daemon) transactions using the From: fields.
- 13:59 Changeset [2745] by
- Added add_trn2 and get_trn_info3 routines.
- 13:58 Changeset [2744] by
- Added signatures to meetings. This involves adding two routines, add_trn2 and get_trn_info3, for storing and saving this information. Signatures are glommed onto the end of the author, so we don't have to change the meeting format.
- 13:56 Changeset [2743] by
- Changed read_trn to return the signature (if it exists), and changed mtg_znotify to handle the signature if it exists.
- 13:55 Changeset [2742] by
- Updated documentation to show signature as part of the author field in a transaction header.
- 13:53 Changeset [2741] by
- Added add_trn2 & get_trn_info3 routines, for signatures.
- 13:51 Changeset [2740] by
- Changed to display a signature if one exists.
- 13:51 Changeset [2739] by
- Changed to display a signature is one exists.
- 13:51 Changeset [2738] by
- Changed to use trn_info3's.
- 13:50 Changeset [2737] by
- Turned trn_info2 into a trn_info3
- 13:49 Changeset [2736] by
- Turned trn_info2 into a trn_info3.
- 13:47 Changeset [2735] by
- Created 1.6EXL
- 13:46 Changeset [2734] by
- Added deriving signature from From: field.
- 13:44 Changeset [2733] by
- Added -s flag for signatures.
02/23/90:
- 15:00 Changeset [2732] by
- (write_message_to_user) Made messages consistent, always saying from OLC-Service.
- 14:47 Changeset [2731] by
- (olc_done) Made sure that titles aren't too long, and are null-terminated.
- 14:40 Changeset [2730] by
- (get_knuckle) Logging of get_knuckle on incomplete instances is ifdef'd on TEST now. The amount of these log messages was simply too annoying for standard build.
- 14:37 Changeset [2729] by
- Made sure that titles aren't too long, and are null-terminated.
- 11:55 Changeset [2728] by
- Modified, along with t_messages.c, to allow auto-replaying of all questions in a certain topic or status. Also handles parsing of more args, to be similar to the other commands.
- 11:48 Changeset [2727] by
- Modified, in conjunction with p_messages.c, to allow auto-replaying -- that is, replaying all questions of a certain topic or status.
02/20/90:
- 11:07 Changeset [2726] by
- cannot set process group under Ultrix 3.0/3.1
- 08:48 Changeset [2725] by
- removed printing of debugging information for now...
- 00:51 Changeset [2724] by
- added declaration of free_new_messages
- 00:48 Changeset [2723] by
- Added log_debug call with client network address.
- 00:46 Changeset [2722] by
- removed random printf's
02/19/90:
- 23:47 Changeset [2721] by
- Rewrote match_maker from scratch. Also removed some unused variables, and reorganized a couple of small loops.
- 21:56 Changeset [2720] by
- removed gcc-specific stuff
- 19:19 Changeset [2719] by
- kludged to work with hc (without stdarg.h).
- 18:59 Changeset [2718] by
- Removed "inline" so a non-GNU C compiler could compile it....
02/18/90:
- 15:50 Changeset [2717] by
- Added ps2 type
- 01:50 Changeset [2716] by
- Changed version 3 list returns to not truncate descriptions shorted than they should be.
02/16/90:
- 17:24 Changeset [2715] by
- In hostpath_to_nb, initialize the spare field to "" so we don't fail an assertion check in dsname.c
- 16:51 Changeset [2714] by
- in "format_time", if the time was between midnight and 1am, the hour was printed as zero. Added an extra "if" to take care of this.
- 15:16 Changeset [2713] by
- modified read_request so that it will only accept requests of version 3, 4, and 5.
- 00:58 Changeset [2712] by
- (p_dump) passes an int to t_dump to indicate the type of dump to do, to allow for dumping request stats and question stats.
- 00:55 Changeset [2711] by
- (t_dump) passes an int through from p_dump to ODump, to allow for dumping request stats and question stats.
- 00:53 Changeset [2710] by
- (ODump) expanded function to handle dumping request_stats and question_stats.
- 00:50 Changeset [2709] by
- re-arranged the logic a bit to fix an error where if a consultant cancelled a question, the cancelling instance would get "jammed", unusable.
- 00:45 Changeset [2708] by
- added a new request type for future use.
02/15/90:
- 13:55 Changeset [2707] by
- added version_5 to the protocol, to support changes made to the client to set the user's instance to the new instance created when asking a question. Set current_version to version_5.
- 13:51 Changeset [2706] by
- Modified, in conjunction with tty/t_ask.c and lib/ask.c, to set the user's instance to the new instance created (if a new one is created) when asking a new question.
- 13:50 Changeset [2705] by
- fixed some breakages with version number handling.
- 13:45 Changeset [2704] by
- Modified, in conjunction with the tty/t_ask.c and the server, to set the user's instance to the new instance created (if a new one is created) when asking a new question.
- 13:27 Changeset [2703] by
- Instances are printed inside of square brackets instead of parens. Cosmetic change.
- 13:21 Changeset [2702] by
- Modified, in conjunction with the server and lib/ask.c, to set the user's instance to the new instance created (if a new one is created) when asking a new question.
- 13:15 Changeset [2701] by
- Instances are printed inside of square brackets instead of parens. Cosmetic change.
02/14/90:
- 18:02 Changeset [2700] by
- Map "done" and "cancel" to "active" also, for purpose of printing headers....
- 13:45 Changeset [2699] by
- Changed newline-tab to tab-tab, so software can treat it as one line.
- 13:22 Changeset [2698] by
- (t_replay) a return value of NAME_NOT_UNIQUE now results in a call to t_list_queue on the partial username, so that the possible completions are printed.
- 11:38 Changeset [2697] by
- changed the output from "status" slightly, to include instances in square brackets and to make it look a little bit nicer.
- 10:50 Changeset [2696] by
- no longer asks if you want to create another instance to grab a question, just goes ahead and does it, with a warning message.
- 10:40 Changeset [2695] by
- (olc_who) set status back to pending when user logs back in. (olc_done, olc_cancel, olc_forward) for now, deactivate and sign the consultant off. (olc_send) if user sends a message and bumps the consultant off, change the status of the user to PENDING.
- 10:20 Changeset [2694] by
- no longer asks if you want to create another instance to sign on, just goes ahead and does it, with a warning message.
- 10:16 Changeset [2693] by
- no longer prompts you if you want to create a new instance in order to ask a question, just goes ahead and does it (with a warning message that that is what's happening).
- 09:56 Changeset [2692] by
- added a new function, format_time (actually, split off from time_now with a couple added lines of code) that takes a pointer to a tm struct and returns a string with the formatted time in it. This function is useful elsewhere.
- 09:43 Changeset [2691] by
- took "-sort" out of the command-line options and usage message. Removed a useless "if" statement, re-tabbed a section of code. Also, "-1" is now used to denote an invalid status specified instead of "0", since "0" is a valid status ("off").
- 09:30 Changeset [2690] by
- modified do_olc_help so that it works! Also modified call to command_index to take 2 args to conform to above change.
- 09:23 Changeset [2689] by
- command_index modified so that it does not try to return the name of the command in a character buffer anymore. It was too much of a pain and not really useful.
- 08:05 Changeset [2688] by
- added a missing closing sq. bracket on usage message from "ask".
- 08:03 Changeset [2687] by
- changed OGetStatusCode so that it could match on partial words -- fixes problem with not being able to abbreviate things like "l -s uns" for unseen questions.
02/13/90:
- 12:17 Changeset [2686] by
- Added start-time and stop-time to the info dumped out to the request-stats file.
- 10:48 Changeset [2685] by
- added more info to the broadcast message if connecting knuckles fails. Removed debugging information that was being spit out by "was_connected".
- 09:26 Changeset [2684] by
- fixed bad buffer declaration in MuRegisterWidget()
- 09:21 Changeset [2683] by
- cd ../vax
- 08:34 Changeset [2682] by
- *** empty log message ***
- 08:26 Changeset [2681] by
- checks that XInternAtom does not return None.
02/10/90:
- 18:25 Changeset [2680] by
- Initial revision
Note: See TracTimeline
for information about the timeline view.