]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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...
2009-09-04 danieldgExample config updates
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-03 danieldgDon't reassign NPrefix on rehash, its change requires...
2009-09-03 danieldgAdd Network Buisness Join module by Taros; adapted...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-03 danieldgRemove COMPILE_ROOT and MAKESTYLE variables
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
2009-09-02 danieldgRemove TAXONOMY as its functionality is duplicated...
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgAdd 1201 protocol compatability for SAVE
2009-09-02 danieldgAdd inspircd_config.h to hash_map so that it can be...
2009-09-02 danieldgSend out save SAVE on forced-UUID nick change of a...
2009-09-02 danieldgAdd SAVE s2s protocol command
2009-09-02 brainAdd more comments here
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgAdd modules to the VF_COMMON list in backwards compatab...
2009-09-02 danieldgAdd s2s backward compatability for protocol changes
2009-09-02 danieldgFix segfault in m_chanprotect when OnAccessCheck is...
2009-09-02 danieldgChange more modules to use VF_OPTCOMMON routing
2009-09-02 danieldgRoute CHGHOST/CHGNAME/CHGIDENT using optional unicast...
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgFix memory leak and invalid vtable location on unload...
2009-09-02 danieldgDon't merge FMODEs with a non-server source
2009-09-02 danieldgChange SAMODE to source from the acting user, not the...
2009-09-02 danieldgDon't pass NULL source for hooks invoked from server...
2009-09-02 danieldgm_dnsbl: Change ident marking to a generic "MARK" that...
2009-09-02 danieldgAdd ident change action to m_dnsbl [patch by cytrix]
2009-09-02 danieldginline Channel::IsModeSet
2009-09-02 danieldgAdd initial query support to m_mysql [patch by Athenon]
2009-09-02 danieldgFix segfault due to invalidated iterator
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgFix some ICC-found warnings and remove unused #define
2009-09-02 danieldgAdd server IP to /CHECK output for local users
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgMove user quit logic out of cull list
2009-09-02 danieldgRewrite BindPorts to index ports by their human-readabl...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgRemove duplicated address conversion from InspIRCd...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRecord module source file in the Module object
next