X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=1f51f03fe9d1e401e50bb06e16c8d6474138deba;hb=c15b8a598d525cd9ff555a748c88ec1fe67d7b58;hp=58cd3aca1b4e96e9e24ab78cd5f4c643cc2ed2da;hpb=475427901039c9c14ff5bcae9458f937ce89108d;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 58cd3ac..1f51f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2010-01-06 Michael Poole + + * ircd/m_topic.c (ms_topic): When no topic timestamp is passed, + use the current time instead of the channel creation time. + +2010-01-06 Michael Poole + + * ircd/m_silence.c (m_silence): Only show the silence list for the + requesting client and for channel services, to help keep other + clients' servers hidden. + +2010-01-06 Michael Poole + + * ircd/gline.c (gline_add): If a forced G-line has already + expired, create it in a deactivated state. + +2010-01-06 Michael Poole + + * ircd/m_burst.c (ms_burst): Gracefully handle the case where a + server sends us a too-large oplevel. Forward oplevels whenever + they are in use, not just when the channel is +A. + 2010-01-04 Kevin L. Mitchell * ircd/m_xquery.c (ms_xquery): Resolving my patches with