]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Initial commit of m_satopic, provides /satopic. Needs testing on a multi-server network.
[user/henk/code/inspircd.git] / src / modules /
2008-08-04 omInitial commit of m_satopic, provides /satopic. Needs...
2008-08-04 w00tAdd TOPIC overriding to m_override, requested by Namegduf.
2008-08-04 w00tFix override snotices for KICK not being sent for some...
2008-07-30 w00tAdd extban +b O: for opertype banning.. mostly useful...
2008-07-24 w00tMake m_operflood actually work, thanks to KrazyBox...
2008-07-23 peaveyfix a little typo I found while checking some other...
2008-07-22 w00tFix bug #575, taxonomy finally works properly
2008-07-21 w00tAdd extban +b S:, strips colours, same as chmode +S
2008-07-21 w00tAdd extban +b Q: - prevents matching users from kicking
2008-07-21 w00tAdd extban +b T:, prevents /notice to channel, same...
2008-07-21 w00tAdd CHANOPS_EXEMPT support to m_noinvite, also add...
2008-07-21 w00tAdd extban +b c: - blocks colour from matching users...
2008-07-21 w00tAdd extban +b B: - matching users may not use caps...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-19 w00tHook OnUserPreKick and disallow kick on +k users also
2008-07-19 w00tSpaces to tabs, EXORCISE THE DEMON. Thanks psychon.
2008-07-19 brainjackmcbarn's patch left something out
2008-07-19 brainCrash fix from jackmcbarn, thanks, fixes bug #578
2008-07-18 w00tSet parent to empty if there is no parent, pippijn...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-17 w00tSend strerror() on all socket error messages, this...
2008-07-16 specialApplied patch by psychon to make AddExtBanChar correctl...
2008-07-14 w00tAdd extban types +bb R: and M: - stops matching account...
2008-07-14 w00tRename quietban to muteban, change character to +b...
2008-07-14 w00tMerge m_nickban into m_nonicks
2008-07-14 w00tFix compile
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-13 w00tFix order of arguments, this means that ban exceptions...
2008-07-13 brainIndentation tweak
2008-07-12 specialFixed #568 - gnutls does not allow reuse of credentials...
2008-07-12 w00tRemove debug
2008-07-12 w00tAdd support for ban exceptions on non-user extbans...
2008-07-12 w00tMake m_gecosban work. We can't make assumptions about...
2008-07-12 w00tAdd m_gecosban, implements extban +b r: - hostname...
2008-07-12 w00tFix for bug #569, thanks dz.
2008-07-12 w00tAdd CIDR mask use to m_connectban, detection and bannin...
2008-07-12 w00tConvert SVSHOLD to use the new XLine framework
2008-07-12 w00tFix m_cban /stats C, broken after the XLine conversion...
2008-07-12 w00tDelete all XLines when destroying module
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-07-12 w00tImplement suggestion from Stealth in bug #572: expand...
2008-07-12 w00tDon't broadcast CHANCREATE snotice if channel is +P...
2008-07-12 w00tDelete channel on -P if usercount is 0, fixes part...
2008-07-12 w00tFix for bug #541: /taxonomy reporting metadata for...
2008-07-12 w00tFix a memory leak in m_mysql, found and patched by...
2008-07-11 w00tExtended ban exceptions (untested, probably will explod...
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-07-09 pippijn- xml has no html entities :(
2008-07-09 pippijnthat failed to apply
2008-07-09 pippijn- disabled m_nopartmsg for now, since it requires API...
2008-07-02 w00tAdd module implementing +b p: - channel part message...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-06-27 peaveyMake gcc 4.3 whine less
2008-06-26 brainMerge in patch from nenolod to make channelmode +z...
2008-06-24 brainThis is more correct, thanks Phoenix
2008-06-22 brainMerge swhois patch from jackmcbarn
2008-06-20 specialIt is unnecessary and rather less efficient to use...
2008-06-19 brainWhos been commiting a quarter of a fix?
2008-06-15 brainIPC now works for receiving one-byte commands in the...
2008-06-14 brainFix m_shun as per bug #560 reported by Casey, thanks
2008-06-13 brainWin32 compilation fixes
2008-06-12 brainChange wording of a log message
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-12 brainMerge in patch from bug #557, thanks for the feature...
2008-06-11 brainDont even bother to do the ldap bind if the password...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-11 pippijnremoved useless "else"
2008-06-10 brainChange wording of message: You are not permitted to...
2008-06-10 brainReally smart extra stuff in the deop check
2008-06-10 brainAdd deop protection for services, bug #554
2008-06-09 brainSlight adjustment to our standard to avoid an obvious...
2008-06-08 brainProperly ignore second STARTTLS request on same socket...
2008-06-08 brainIgnore CAP from clients that have already registered
2008-06-08 brainAdd module that allows hiding of MAP and LINKS as per...
2008-06-08 brainFix #551
2008-06-06 brainRemove this debug line, eliminating its pointless warning
2008-06-06 brainAnd fix typo that came with it
2008-06-06 brainFix bug from std::string porting, thanks ThunderHacker
2008-06-06 brainWhoops, remote users not being counted in map, fix
2008-06-06 brainAbort on matchlist.length() > 450
2008-06-06 brainWhoops eat command not allow it
2008-06-06 brainIf we have > 10 matches to a command, abort and dont...
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-06-06 brainRemove excessive debug
2008-06-06 brainm_abbreviation completed. :)
2008-06-06 brainMore spanningtree tweaks
2008-06-06 brainAnother here too
2008-06-06 brainUpdate a header i left out
2008-06-06 brainAllow changing of command string and parameter vector...
2008-06-01 brainRemove limits on assigning of oper types. Theres no...
2008-06-01 w00tFix warning
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-31 w00tForward port r9825: Fix bug found by the atheme migrati...
2008-05-31 brickerand another rev bites the dust..thanks dz
2008-05-31 brickerfix. thanks jackmcbarn and special.
2008-05-31 brickermake the +J msg a little more coherent
next