X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=20e3c8a11b76e4deddaff4ec92f8b3d0cb31abe6;hb=ccb26232551f5cf6abbddd0cfe175bc32ddf20f1;hp=fe178de3ae0a774a59e001046f1f9408a45018a2;hpb=2a6a833ef097f5c53726ddd6b59b5643bfa18143;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index fe178de..20e3c8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +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. + (modebuf_flush_int): Move the checks for changing between +D and + +d to here... + (modebuf_flush): ... from here. + 2010-01-03 Michael Poole * ircd/m_server.c (check_loop_and_lh): Never return 1 when we kill