fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / ircd / channel.c
2012-05-24 pk910keep in sync with OGN upstream (SVN-322 && SVN-323...
2012-04-07 pk910allow Network Services opping themselves and removed...
2012-02-07 pk910added FEAT_CHMODE_A_NOSET to prevent +a from being...
2012-01-30 pk910fixed crash in ext_amsg_block (some systems cut off...
2012-01-25 pk910added support for halfop in MODE_NOFLOOD
2011-12-18 pk910added MODE_HALFOP (+h, %)
2011-12-11 pk910added Channel Mode +S (SSL): Only allow SSL Users joini...
2011-11-01 pk910don't allow users to change their nick if the new nick...
2011-07-18 pk910allow MODE_PARSE_FOCE flag overriding target channel...
2011-07-17 pk910fixed MODE_NOFLOOD unset (really remove it from the...
2011-07-13 pk910remove old unused stuff
2011-07-02 pk910fix
2011-07-02 pk910multiple bugfixes for last 2 commits
2011-07-02 pk910filter out invisible message content on mode +M check
2011-07-01 pk910free all MemberFlood's on mode -f
2011-07-01 pk910changed +f limits (to reduce memory usage)
2011-07-01 pk910MODE_NOFLOOD (+f [!][+@]<count>:<time>) added (prevents...
2011-06-30 pk910comment fix
2011-06-30 pk910fix n3 :D (fixed sendcmdto_one parameter order)
2011-06-30 pk910fixed last commit
2011-06-30 pk910fixed last commit
2011-06-30 pk910send JOIN/PART events to a user when getting oped/deope...
2011-06-30 pk910send PART event for opped or voiced users to ALL users...
2011-06-30 pk910send PART events to OPS on MODE_AUDITORIUM (+u) channels
2011-06-28 pk910fixed last commit
2011-06-28 pk910virtually join or part a user when he gets +-ov on...
2011-06-28 pk910only ops should be able to set/remove MODE_AUDITORIUM...
2011-06-28 pk910bugfixes for the last commits
2011-06-28 pk910added MODE_AUDITORIUM /names refresh on op/deop
2011-06-28 pk91064bit channel mode fix
2011-06-28 pk910MODE_AUDITORIUM bugfix
2011-06-28 pk910added MODE_AUDITORIUM (+u) to show only ops the full...
2011-06-28 pk910changed variable type for storing modes to a 64bit...
2011-06-28 pk910ircu2.10.12 pk910 fork WGN4