]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON
[user/henk/code/inspircd.git] / src /
2009-10-20 danieldgFix interaction of m_permchannels post-cull and channel...
2009-10-20 danieldgFix GetUID generating 10-character UUIDs
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-20 danieldgMove ugly .*.inc files into make/template/ where they...
2009-10-20 danieldgUse custom allocater to decide if refcountbase was...
2009-10-19 danieldgCheck GetPenaltyThreshold when processing commands
2009-10-19 danieldgFix null deref on Cleanup() called before FakeUser...
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-19 danieldgFix implementation of reference to const, use reference...
2009-10-19 peaveyNuke VF_SERVICEPROVIDER from here too.
2009-10-19 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-19 danieldg1.2.1 release
2009-10-19 danieldgClean up some log messages
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-19 danieldgClose files opened by configreader
2009-10-19 danieldgPrevent path names from being specified in modules...
2009-10-18 danieldgFix incorrect initialization of ConfigTag reference
2009-10-18 danieldgRewrite m_alias DoCommand to do variable substitution...
2009-10-18 danieldgFix infinite loop on alias expansion, found by Adam
2009-10-18 danieldgAdd <define> configuration tag
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-18 danieldgRemove more classbase
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-18 danieldgFix null dereference caused by tracking dummy
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-18 danieldgAdd more debug logging of object lifetimes
2009-10-18 danieldgImprove SSL fingerprint messages when linking servers
2009-10-18 danieldgChange to Duration for second param
2009-10-17 danieldgFix channel mode +H to allow maximum length and add...
2009-10-17 danieldgAdd m_chanhistory, mode +H <lines> to replay some lines...
2009-10-17 danieldgFix array out-of-bounds accesses
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgAdd filename/line information to all ConfigTag objects
2009-10-17 danieldgImprove m_httpd_stats; fix incorect parameter order...
2009-10-17 danieldgFix DNSServer not being read on initial config read
2009-10-17 danieldgAdd ModeHandler::cull() for auto-deletion, fixes call...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgAdd some default values that I missed (thanks for point...
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-16 danieldgClean up crash on destruction of statics at exit
2009-10-15 danieldgAdd m_namedmodes that adds pseudo-listmode Z that shows...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgFix noeol on socketengine_select
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-13 danieldgUpdate documentation for cloaking
2009-10-13 danieldgRemove magic path resolution from certificate files
2009-10-13 peaveyremoves unnecessary checks in modules, removes a superf...
2009-10-13 danieldgChange to new execution directory structure
2009-10-13 danieldgRemove needless chdir() from inspircd executable
2009-10-13 danieldgAllow confpath to be a file name in the current directory
2009-10-12 danieldgEncode module API version in the init_module symbol...
2009-10-12 danieldgDLLFactory--
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 peaveyFix some signedness.
2009-10-12 danieldgCoreExport changes, clean up DoHostCycle when users...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-12 danieldgMore WriteGlobalSno conversions in rehash, patch by...
2009-10-12 danieldgFix WriteCommon when used on remote nicks
2009-10-12 danieldgFix empty SID validation and generation
2009-10-12 danieldgFix automatic SID generation when generated value is...
2009-10-12 danieldgCorrect the will-block prediction on partial writev...
2009-10-12 danieldgDefine DISABLE_WRITEV and use the IOHook single-copy...
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-11 danieldgOctets in an IPv4 address are unsigned
2009-10-11 peaveyUgly-ish hack to select SocketEngine on windows until...
2009-10-11 peaveyFixes for SocketThread, missing overload, and a left...
2009-10-11 peaveyCompile fixes.
2009-10-11 peaveyFix some signedness.
2009-10-11 peaveyFix Extend usage and a few other things for latest...
2009-10-10 danieldgFix double dot in half-cloaked resolved hosts
2009-10-10 peaveyCompile fixes, these too take char* on windows and...
2009-10-10 peavey3rd time lucky? Fix again for setsockopt.
2009-10-10 peaveySlight tweak to setsockopt fix.
2009-10-10 peaveyCompile fixes for windows.
2009-10-10 peavey* Fix inspsocket to not include uio.h on windows.
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-10 psychonm_cloaking: Error out on "wrong" cloaking keys
2009-10-10 peaveyUpdate Event and Request APIs for this module too.
2009-10-09 danieldgprivate, who needs private...
2009-10-09 danieldgFix hook finding code and error reporting
2009-10-09 danieldgWhoops, forgot to commit this file
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 peaveyMake mssql module compile, untested for now.
2009-10-06 danieldgCorrectly ignore dummy argument to Version
2009-10-06 danieldgTake advantage of link errors to check API_VERSION...
2009-10-06 danieldgClean up m_chanprotect
2009-10-06 danieldgCounting should not be a programmer's job, I'm apparent...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-05 danieldgMake builtin modes static to eliminate confusing destru...
2009-10-05 danieldgDeny TR_NICK mode changes with an invalid nick parameter
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-05 danieldgFix backwards HideWhoisServer check
next