X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=20e3c8a11b76e4deddaff4ec92f8b3d0cb31abe6;hb=ee016334f39740735682d5ceb068b340ddd42ec3;hp=b1bbe6bd4b8652338c9e7fc3877e88ad77e9ed8f;hpb=f2f202755d04c25b61e2b2a18a347e917acf1b9b;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index b1bbe6b..20e3c8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2010-01-03 Michael Poole + + * ircd/s_bsd.c (client_sock_callback): Invalidate cli_fd() when we + receive an EBADF error. + +2010-01-03 Michael Poole + + * ircd/engine_select.c (engine_loop): Remove a bogus assert() that + the structure's FD is correct after the event-handling callback + returns. Also fix a warning about the type of the last parameter + passed to getsockopt(). + +2010-01-03 Michael Poole + + * ircd/m_names.c (m_names): Terminate the buffer used for listing + clients who are not in any channel. + 2010-01-03 Michael Poole * ircd/channel.c (find_delayed_joins): Move earlier in the file.