]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp for how...
[user/henk/code/inspircd.git] / src /
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-25 omAnd making m_ssl_gnutls require an 'ssl' parameter...
2006-01-25 omAdding the +e and +I modules m_banexception and m_invit...
2006-01-24 brainkludge in the wrong place ;)
2006-01-24 brainAdded trick to allow local server to unset -r only...
2006-01-24 brainAdded code to remove +r on a nick if they have it and...
2006-01-24 brainSwapped around params to make this work
2006-01-24 rootAdded joinflood +j
2006-01-23 brainFixed another instance of IP being shown
2006-01-23 brainFixed to not display ip where not needed (breaks hidden...
2006-01-23 brainMade bans check both real and fake host
2006-01-23 brainTypo fix
2006-01-23 brainPatched to allow FTOPIC from users (so that chanserv...
2006-01-23 brainTypo fix
2006-01-23 brainWarning fix.
2006-01-23 brainOptional IP-Hiding for servers
2006-01-23 omUse libgnutls-config --libs to configure linker options
2006-01-23 omUse IS_LOCAL() macro
2006-01-23 omDon't try and kill off remote ssl users
2006-01-23 omremoving the rest of a redundant and dangerour OnUserQuit
2006-01-23 om...and stop it segfaulting when you do unload it, ty...
2006-01-23 omAdding ability to unload module
2006-01-23 brainReordered some stuff to allow a clever trick
2006-01-23 brainFixed OnUserQuit... again.
2006-01-23 omMake relative paths in the config file tags be relative...
2006-01-23 brainDon't try and CloseSession remote users!
2006-01-23 brainAnd the programming god looked down upon his deciples...
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
next