X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=7375462c3252e0a40806a8fc632f432384491f50;hb=6606615f1c605c9000f5f0f217a9495a2c4270c3;hp=899ba8ae47cbba3beca78a2cd5c50c52db25f492;hpb=8fc16ab1c450f9ae6cb11a1b565193d0c5ab9d91;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 899ba8a..7375462 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2007-12-28 Kevin L. Mitchell + + * ircd/channel.c: add MODE_REGISTERED, mapped to +R; arrange to + only have it settable or clearable by remote users or /opmode + + * include/supported.h (FEATURESVALUES2): update to include 'R' + channel mode + + * include/channel.h: add MODE_REGISTERED, update infochanmodes to + include 'R' channel mode + +2007-12-13 Kevin L. Mitchell + + * ircd/m_gline.c (ms_gline): if we got an activate or deactivate + for a global G-line we never heard of, and we cannot create it + because no expire time was sent, manually propagate the G-line + instead of trying to call gline_add() + + * ircd/gline.c (make_gline): never allow a G-line to be created + with a 0 expire time + +2007-12-03 Michael Poole + + * include/patchlevel.h (PATCHLEVEL): Bump for u2.10.12.12 release. + 2007-12-03 Michael Poole * doc/Makefile.in (DATAROOTDIR): Define.