Elemental-IRCd / elemental-ircd

Continuation of ShadowIRCD to meet people's needs
GNU General Public License v2.0
41 stars 19 forks source link

src/chmode: treat invex/ban/quiet/exception discretely #32

Closed Xe closed 10 years ago

Xe commented 10 years ago

Also prevents unneeded O(n) check of all kinds of list-bans to see if the list has overflowed and prevents hard-coding of list-like channel modes in the daemon to allow for future expansion.