]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Damn string exceptions
[user/henk/code/inspircd.git] / src /
2006-01-26 brainDamn string exceptions
2006-01-26 brainGrr
2006-01-26 brainRemoval of a comment - DRASTICALLY IMPORTANT, THIS...
2006-01-26 brainRemoved a load of unneeded includes (poll.h etc)
2006-01-26 brainMoved these into initialization-list
2006-01-26 brainIncorrect initialization order
2006-01-26 brainDefault ident timeout to 1 sec if not defined (a bit...
2006-01-26 brainUpdated m_ident to use inspsocket, should be more relia...
2006-01-26 brainRemoved excessive debug for something thats now fixed
2006-01-26 brainTypecast fix
2006-01-26 brainMerged Andy Church's isnick() and isident() patches...
2006-01-26 brainAdded m_opersha256 module created by Special
2006-01-26 omUse InsertMode() and add vendor flag
2006-01-26 omAdd module for anti-autorejoin channel mode +J
2006-01-25 brainChanges to INVEX and EXCEPTS 005 tokens
2006-01-25 brainChanged +l to drop the mode if the limit is same as...
2006-01-25 omRemove last relic of last goto in inspircd (an unused...
2006-01-25 om*thwap brain for forgetting to #include helperfuncs.h*
2006-01-25 brainFixed to not have ohv in CHANMODES type A,
2006-01-25 brainOne goto is now no gotos.
2006-01-25 brainTidied up to use InsertMode()
2006-01-25 brainChanged more to use InsertMode
2006-01-25 brainChanged to use InsertMode
2006-01-25 brainChanged to InsertMode
2006-01-25 brainChanged to use InsertMode
2006-01-25 omChange m_redirect, m_joinflood and m_messageflood to...
2006-01-25 omAdd InsertMode function to helperfuncs.(cpp|h) for...
2006-01-25 brainAdded patch from Andy Church re spaces in SETNAME
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.
next