X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=20e3c8a11b76e4deddaff4ec92f8b3d0cb31abe6;hb=ee016334f39740735682d5ceb068b340ddd42ec3;hp=4fa0b8bdb779589f6b6568593139940c63c8bff0;hpb=96ac6f5f009f8b3bc8085b6da49783abb3240983;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 4fa0b8b..20e3c8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +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 + another server. Update the squit message text for maxhops and hub + violations. + 2010-01-03 Michael Poole * ircd/Makefile.in (IRCD_SRC): Add m_xquery.c and m_xreply.c to