]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-30 danieldgDetect, complain, and don't crash when objects are...
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-30 danieldgSort the module list to give a useful indicator of...
2009-09-29 danieldgFix GetExtBanStatus returning MOD_RES_ALLOW when user...
2009-09-28 danieldgUpdate svn:ignore and .gitignore
2009-09-28 danieldgFix compilation of some extras modules
2009-09-28 danieldgWork around BSD make chdir bug with symlinks
2009-09-28 danieldgFix linking errors on BSD
2009-09-28 danieldgFix compile errors on BSD
2009-09-28 danieldgAdd directory change to unit-cc, to fix the immensely...
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-27 danieldgBuildsystem updates
2009-09-27 danieldgFix modules/extra symlinks when calculating dependencies
2009-09-27 danieldgSendQ bugfixes
2009-09-26 danieldgCompile fixes and message updates
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgClean up svn:keywords
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgAdd FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT...
2009-09-26 danieldgTake advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_...
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-22 danieldgRun configure -update on all svn/git changes
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgImprove speed of SSL sendq processing
2009-09-21 danieldgFix RSQUIT/RCONNECT routing
2009-09-21 danieldgAllow objects to be added to cull list during apply...
2009-09-21 danieldgDon't try to write to dead users, add debug to SquitSer...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-21 danieldgRemove mistaken duplicate check for fake users
2009-09-21 danieldgAlways use user->SplitChanList in whois reply [jackmcbarn]
2009-09-21 danieldgAdd channames module [jackmcbarn]
2009-09-21 danieldgPrevent fake users from quitting
2009-09-18 danieldgSeparate spy channels [jackmcbarn]
2009-09-18 danieldgFix unit-cc when build is not a direct subdirectory...
2009-09-17 danieldgRemove SID from /map for non-opers, and add it to non...
2009-09-17 danieldgPrevent fake users from quitting
2009-09-17 danieldgConfiguration update from jdhore
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-17 danieldgmodulemanger: check dependencies correctly
2009-09-17 danieldgUpdate make help, configure, and fix build of empty...
2009-09-17 danieldgRemove .*.d dependency garbage, and use a dedicated...
2009-09-16 danieldgDon't let R-lines be bancached [jackmcbarn]
2009-09-16 danieldgAdd support for zline on rline [jackmcbarn]
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-16 danieldgAllow make on a read-only source tree using make O...
2009-09-16 danieldgFix iteration of ServerInstance->Users->local_users...
2009-09-15 danieldgMake end of netburst SNOMASK REMOTELINK unless servers...
2009-09-15 danieldgRemove Extensible items from user, channel, and Members...
2009-09-15 danieldgFix null ExtensionItem when unregistering hooks; fix...
2009-09-15 brainWhere there are hidden servers, report the /map server...
2009-09-15 danieldgFix quoting in permchannels DB, discovered by jackmcbar...
2009-09-14 specialProperly spacify opertypes in error messages. Patch...
2009-09-14 danieldgImprove link error message on SSL fingerprint mismatch
2009-09-14 danieldgFix incorrect min/max parameters on commands
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-14 danieldgFix OnHostCycle in m_delayjoin [patch by dKingston]
2009-09-14 danieldgFix compile warning
2009-09-13 danieldgClarify <include:executable> error message
2009-09-13 danieldgFix access checks on chanprotect preventing use of...
2009-09-13 danieldgTranslate TR_NICK back from UID on mode parse
2009-09-13 danieldgFix automated metadata decoding with ExtItem
2009-09-13 danieldgFix REMOVE maxparams
2009-09-13 danieldgFix cloaking/invite exception for new extban checks
2009-09-13 danieldgFix max-parameters in MODE command
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgPrevent <include:executable> from running <include...
2009-09-13 danieldgForce rebuild of symlinked modules when the source...
2009-09-13 danieldgGnuTLS: Send SSL client certificate when requested
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgFix GetPrefixChar returning empty if a non-prefix mode...
2009-09-13 danieldgForgotten Extensible::Register invocations
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgRemove double prefix conversion from Channel::RawWriteA...
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-13 specialUpdated svn:ignore
2009-09-13 specialDon't allow /who to match servers when HideWhoisServer...
2009-09-09 danieldgreally fix segfault when using ojoin in already-joined...
2009-09-09 danieldgFix segfault when using ojoin in already-joined channel
2009-09-09 danieldgFix invalid iterator in select socketengine, clean...
2009-09-09 danieldgAllow OJOIN to be used when already in the target channel
2009-09-06 danieldgCompile fix
2009-09-06 danieldgFix rehash unloading core commands
2009-09-06 w00tCorrect ModDesc.
2009-09-05 w00tDocument <permchanneldb> tag.
2009-09-05 w00tUtilise OnRawMode and OnPostTopicChange hooks to write...
2009-09-05 w00tLikewise, convert OnLocalTopicChange to OnPreTopicChang...
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-05 w00tBump a number of version numbers.
2009-09-05 w00tFix auditorium trimming kick messages to the first...
next