]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-01-28 brainTESTME: Fix to this to make it work with newer OnPreCom...
2006-01-28 brainIncorporated Craig's friendlier SQL class (documentatio...
2006-01-28 omFix small memory leaks in some cases (bad password...
2006-01-28 brainCorrectly initialize userrec::password (should fix...
2006-01-27 omYet more tasty OnCleanup :)~~~
2006-01-27 omMore OnCleanup goodness
2006-01-27 brainRemoved unused variable char* target
2006-01-27 brainAdded OnCleanup
2006-01-27 omAdd OnCleanup (every little helps! :p)
2006-01-27 omReadding OnUserDisconnect and actually making it do...
2006-01-27 brainFixed kill-on-bad-ping-reply option
2006-01-27 omAdd m_conn_waitpong, require clients to reply with...
2006-01-27 omRemove unused includes and rename classes from ModuleSS...
2006-01-27 brainMade docs clearer
2006-01-27 brainAdded warnings to opers when session limits are exceeded
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-27 brainMoved to extra/ - not all systems have stdint.h yet?
2006-01-27 brainChanged back to using stdint.h
2006-01-27 brainProblems removing +t due to wrong bit-value being used...
2006-01-27 omModule name error, m_nokickrejoin != m_kicknorejoin
2006-01-26 brainTest commit
2006-01-26 brainAltered so that if running in -debug mode, will not...
2006-01-26 brainRemoved unneccessary strlcpy
2006-01-26 brainAdded back unlink
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 brainAdded <ident:timeout> example so that people remember...
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 brainAdded missing modules (newer ones)
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 brainFixed line endings when skipping ssl cert generation
2006-01-25 brainFixes to typos
2006-01-25 brainGrr.
2006-01-25 brainFIXED to actually do things PROPERLY - why do people...
2006-01-25 brainDocumented some functions that were missing comments
2006-01-25 brainProperly check that existing key resides in conf/ and...
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-25 frostycoolslugAdded -modupdate to regenerate modules makefile
2006-01-25 omOh noes, a typoed comment :x
2006-01-25 omremove redundant variable and fix log output
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 brainAdded <link:hidden> to docs
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-23 brainUpdated with new docs for maxtargets
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...
next