# 1.1.4
* allow +/q for channelowner
* allow nickchg while banned or chanmode +N, if user has chasnprivs (>h)
* umode +c sends PROTOCTL on change
* using COMPAT_PORT=6660 for auto +c on connect

# 1.1.3
* use addto_invitelist also, if inviting an banned user 
* added SVSUNBAN - removing vhost-/IP-bans
* enforcing MODES=x (only set modes with up to 6 params)
* cleanup in send_mode_list
* can use invite to get through +l (and also +L)
* suppress part-msg - if time on channel is too short
* added some checks to mode-parser (+fklL ranges)
* added KEEPCHANMODES (for registered channel)
* removed unused HCN (HybNotice)
* fix - Bug: showing nicks from services in &connects
* write new NetJoin protocol (PROTOCTL: NJOIN)
  - added NJOIN
  - added SMODE (also for synching keepchanmode-chans)
* fixed modeparser (buglist follows ;o)
  - 'hidden desynch modes'
  - negative values in +f
  - +f not showing when changed x:y <-> *x:y
  - spaces in parameters
  - empty parameter (affected +kwBL)
* cs_invite, cs_unban now works in empty keepcm-chans
* cs_drop/expire send's out an -r to empty channels
* ns_register doesn't create an access-list entry
* splittet CHANMODEs
* added chanmode +N - no nickchange while in channel
* added chanmode +C - no ctcp in channel (/me is allowed)
* added chanmode +B - banlink - transfer banned user...
* fix - halfops are now able to speak, if banned
* channel-linksystem completely rewritten... 
  - removed the m_join-clone
  - removed the can_join recursion
  - added targetlimit
* added chanmode +W - bad word filter (to use filtering)
* added chanmode +w - bad word list (like banlist)
* fix - Bug: showing 'QUIT' and 'JOIN 0' in +Y channels
* added man - removed helpop
* started new HelpSystem (available via /help and /man)
* fix: opers can now 'see' other +H opers via USERHOST 
* changed: internal processing in bansystem
* fix: NICKv2 - collide Bug - CUFL out of sync
* added: mode #chan a/q - to display chan admin/owner-list
* no (oper-)modechanges/kicks in serverchannels ;p
* fix: no duplicate TOPIC from services (retention+lock)
* fix: server removes +r (registered nick) on nickchange
* add: multikick - /kick #chan[,#chan,..] nick[,nick,..] 
* rewrite: kickpermissions
* removed: unused UMODEs cefkgvF
* add: UMODE +c (compatibility) - don't show PREFIX *!
* removed: GNOTICE, SVSO
* changed: access levels for channelmodes
* fix: permission-bug (+beIw)
* changed: join now don't bypass limits for opers
* add: join-options (see /man joinopt)
* removed: SJOIN
* removed: umode +I (Invisibility)
* add: chmode +X (noexpire) (unlimited KEEPCHANMODES)
* fix: sending quitmsgs to users, not on 'common channels'
* add: statistic for new ban-processing
* fix: topic-permissions

# 1.1.2
* removed sendto_umode, SMO
* removed CHATOPS, ADCHAT, NACHAT, TECHAT
* moved some servermsgs to &chans
* flagchans now show sending server 
* fixed USERHOST (+H-oper-detection)
* added colorfiltering to QUIT, PART
* added delay, which prevents a custom quitmsg at short connects
* added IsOper to m_dns (possibility to avoid hostmasking)
* moved q:line-msg to &notices
* removed UMODE +b (chatop)
* added UMODE +j (java client)
* added check for java-applet to reactivate old initial 'NICK nick pass'
  (some clients e.g. jpilot are using it)
* added support for chanmode +I (InviteList)
* merged +beI to one list (max 60 entries)
* IP now works in +beI (realhost, virthost, IP)
* removed old (+beI)lists (some major cleanup (pointermorphing))
* reimplemented +F-connections - global connects in &CONNECTS
  (broadcasting NETINFO for sync-detection
   to not show 'fake' connects while a NetRejoin)
* removed trafficwasting BASTARDFCONNECTIONS
* added &SERVICES for services-warnings

# 1.1.1
* fixed some bugs - reimplemented fixes - equeals 1.0.4pre13

# 1.1.0
* started new source tree (source cleanup)
