]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Change 974 numeric to 490 to avoid collision with Insp's failed to load module error
[user/henk/code/inspircd.git] / src /
2006-01-23 omChange 974 numeric to 490 to avoid collision with Insp...
2006-01-23 omMake m_sslmodes messages appear in the channel window
2006-01-22 brainUpdated 005 to show changeable MAXTARGETS
2006-01-22 brainAllowed for configuration of maxtargets in <options...
2006-01-22 brainWrong nicklen is shown in the 005 numeric, fixed (notic...
2006-01-22 omInitial commit of m_sslmodes, supplying chanmode +z
2006-01-22 omAllow for <bind> tags with no or empty type, as well...
2006-01-22 omSet vendor and static module flags...even though the...
2006-01-22 omMake errors loading certificates DEFAULT level
2006-01-22 omInital commit of the first SSL module \o/ \o/ \o/ Also...
2006-01-22 brainOr so i thought...
2006-01-22 brainFixed
2006-01-22 brainWas using OnUserPre* when i wanted to use OnUser*,...
2006-01-22 brainPut some stuff back that was NEEDED.
2006-01-22 brainRemoved need for server kicks to be managed in here
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-22 brainFixes to server kick (i hope)
2006-01-22 brainForgot NOTICE and PRIVMSG implements()
2006-01-22 brainAnd yae, the compiler sayeth to brain, fix thine warnin...
2006-01-22 brainFixed simple typos
2006-01-22 brainFixes to make server kicks work
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainMade '*' ban-specifier work
2006-01-22 brainFixed typos etc to make this compile now
2006-01-22 brainFixed 005 to be f not L
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-22 brainTweaks for openssl compatibility
2006-01-22 frostycoolslugStopped lines longer than 512b from being killed, inste...
2006-01-21 brainFix to m_redirect to prevent circular link to self
2006-01-19 brainAdded <allowchannel:name> to allow specific channels
2006-01-18 brainTest-fix for crazy's bug (/who 0 * as oper while on...
2006-01-18 brainTony hart stars in a new show, to replace hart attack...
2006-01-18 brainUmode +R was broken (only worked for channels) -- fixed
2006-01-18 brainRemoved all strncpy() calls and replaced with strlcpy()
2006-01-18 brainstrncpy sucks ass! -- Old code was using strncpy which...
2006-01-17 brainAdded unlink() to tidy up /tmp after each dlopen()
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-16 brainFixed bug with {} -> [] etc in NICK where nick == newni...
2006-01-16 brainFixed so that ONLY ports of type "" or type "clients...
2006-01-15 brainFixed deprecated checks here that potentially break...
2006-01-15 brainmissing linefeed
2006-01-15 brainMade <disabled> non-manditory, added check for when...
2006-01-15 brainCleanFilename movage
2006-01-15 brainFixed SIGHUP rehash to actually send rehash event to...
2006-01-15 brainFixes to make this actually WORK.
2006-01-15 brainAdded checks to forbid declaring certain config tags...
2006-01-15 brainFix for warning in OpenLog call
2006-01-15 brainTest-compiled m_vhost, compiles fine
2006-01-15 brainAdded m_vhost, authenticated vhosts from the conf simil...
2006-01-15 brainChanged some .cpp to .so in the this->source field
2006-01-15 brainAdded support for <options customversion> to customize...
2006-01-15 brainBug found by PinkFreud - If an oper deopers themselves...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade inspircd close and reopen its log on rehash
2006-01-15 brainRemoved some redundant (and commented out) functions
2006-01-15 brainMade InspSocket::Read return an empty but non-NULL...
2006-01-14 brainSQL uses some crappy structs with pointer voodoo that...
2006-01-14 brainFix to parentheses and chown to brain
2006-01-14 rootExtra m_sql field checking
2006-01-14 brainFixed 'stops responding after server pingout, while...
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-14 brainReplaced some 'n' with '*n' that was breaking userrec...
2006-01-13 brainAdded extra safety check for a condition that should...
2006-01-12 brainGCC 4.0.2 warns because we assign in an if. we want...
2006-01-12 brainTypo (whoops)
2006-01-12 brainxline tweaks
2006-01-12 brainReplaced sprintf's with some char* voodoo
2006-01-12 brainChanged channel user lists from vector to map
2006-01-12 brainTest change to level-triggered epoll
2006-01-12 brainI dont know what ive been told, but extra brackets...
2006-01-11 frostycoolslugFixed massivly huge bug in showwhois, MASSIVE undertaki...
2006-01-11 brainFixed compile error
2006-01-11 brainMoved to RC3+SVN
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2006-01-10 brainFixed methods being used for wrong object type
2006-01-10 brainFixed to not bother pinging an active server
2006-01-10 brainIncreased ping frequency from 1 minute to 5 minutes...
2006-01-10 brainAdded anti-newbie warning, if attempt is made to use...
2006-01-09 brainFix to naming scheme
2006-01-09 brainMissing classname
2006-01-09 brainFixed compile issue
2006-01-09 brainAdded Priority method to move this module to end of...
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-09 brainMoved to RC2+KingArthur
2006-01-09 brainAdded 'a' flag to STATS c which indicates autoconnect...
2006-01-09 brainSilly brain left off a printf specifier
2006-01-09 brainFixed warning about missing return value
2006-01-09 brainOnly perform check if OperOnlyStats is defined
2006-01-09 brainChanged %s to %c for statschar
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-09 brainAdded chmodes-with-params
2006-01-09 brainUnneccessary colon
2006-01-09 brainUpdated mode lists in 004 to more accurately reflect...
2006-01-09 brainAdded 005 stuff after VERSION
2006-01-09 brainSync fixes for m_park et al
2006-01-09 brainDouble checking to make sure that non-local users dont...
2006-01-09 brainMore usertopseudo fixes
2006-01-09 brainm_park.cpp fixes (and anything else using UserToPseudo...
2006-01-08 brainUsed mkstemp trick similar to anope and unreal which...
2006-01-08 brainAligned % fields in map
next