]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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 peaveyUpdate VC project file for latest changes to sources.
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 danieldgRevert "Remove duplicated function calls when using...
2009-10-17 danieldgAdd m_chanhistory, mode +H <lines> to replay some lines...
2009-10-17 peaveyCoreExport ConfigTag, fixes unresolved symbols when...
2009-10-17 peaveyText fix.
2009-10-17 peaveyFix up finding dns server to use for windows to match...
2009-10-17 danieldgSome windows compile fixes
2009-10-17 danieldgFix array out-of-bounds accesses
2009-10-17 danieldgRemove duplicated function calls when using reference
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 danieldgAdd some missing slashes, and don't stupidly die on...
2009-10-13 danieldgUpdate perl config parser in start script
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 peaveychange vc70.pdb to vc90.pdb.. just cosmetic..
2009-10-12 danieldgDLLFactory--
2009-10-12 peaveyClean up the compile flags a little. BTW windows now...
2009-10-12 peaveyDon't CoreExport reference.
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 peaveyAdd mode headers.
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 peaveyLess CoreExport.. Too much of a good thing..
2009-10-11 peaveyMore CoreExport, brought the errors down, but some...
2009-10-11 peaveyMore adds, now I should have all the new stuff down.
2009-10-11 peaveyRe-enable removal of a tmp file that was left out for...
2009-10-11 peaveyMore CoreExport.
2009-10-11 peaveyRemove some redundant headers from VS project file.
2009-10-11 peaveyAdd new files and headers recently introduced.
2009-10-11 peaveyInclude psapi.h to fix stats.cpp compiling.
2009-10-11 peaveyCoreExport Membership since windows needs this.
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 peaveyRemove the -Dssize_t declaration now its typedeffed.
2009-10-11 peaveyUgly-ish hack to select SocketEngine on windows until...
2009-10-11 peaveySome fixes to the VS project file.
2009-10-11 peaveyUse CoreExport for the ServerInstance extern. Fixes...
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 peaveySome fixes for the VS project file. Spanningtree builds...
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.
next