Skip to content
Snippets Groups Projects
Commit 5f235565 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Cosmetic corrections.

parent 4f1f5922
No related branches found
No related tags found
No related merge requests found
Wed Apr 1 22:02:55 1992 Per Cederqvist (ceder@lysator)
* Code to allow invisible sessions:
* connections.h (Connection): New field: invisible.
* session.c, fncdef.txt (login_old): New name for the function
login().
......@@ -10,6 +11,8 @@ Wed Apr 1 22:02:55 1992 Per Cederqvist (ceder@lysator)
* session.c (logout, pepsi, change_what_i_am_doing): Don't send
asynchronous messages if the session is invisible.
* Code to allow user identification using the Ident protocol (as
defined in RFC 931):
* connections.h (Connection): New field: ident_user.
* connections.h (Res_type): New types: rt_session_info_ident and
rt_who_info_ident_list.
......@@ -30,10 +33,10 @@ Wed Apr 1 22:02:55 1992 Per Cederqvist (ceder@lysator)
* session.c (who_is_on_ident, get_session_info_ident): New functions.
* prot-a.c (prot_a_reply): Free username when returning a
session_info.
It is allocated in get_session_info() in session.c.
session_info. It is allocated in get_session_info() in session.c.
* prot-a-output.c (prot_a_output_who_info_list): Free username
when returning a who_info_list.
when returning a who_info_list. It is allocated in who_is_on() in
session.c.
Tue Mar 31 23:48:47 1992 Per Cederqvist (ceder@robert)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment