X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FChangeLog;h=12b34c5e290b7aa1f799e53e2d7ead74b09ba1aa;hb=346f8cd942d1a0a48cc396651750945655fe8d39;hp=43d40da19f06353cecac7d1d204c530a295caf86;hpb=01008640a5b0d110e76db7e885accf45abfd20d9;p=citadel.git diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 43d40da19..12b34c5e2 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,14 @@ $Log$ + Revision 607.16 2003/07/10 05:51:46 ajc + * Added cs_addr field to struct CitContext -- holds a dotted quad string + of the user's source IP (if applicable). It's big enough to hold other + types of address strings in the future (such as IPv6). + * locate_host() populates cs_addr when on a network connection. + * serv_smtp.c now saves the IP address in the proper place in + the Received: header. + * is_public_client() no longer accepts a hostname. It just looks at + CC->cs_host instead. + Revision 607.15 2003/06/29 19:54:39 ajc * Renamed "struct user" to "struct ctdluser" * Renamed "struct room" to "struct ctdlroom" @@ -4826,4 +4836,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import -