]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-11-03 danieldgClarify comments in Makefiles
2009-11-01 danieldgFix CGI:IRC user class not being changed based on their...
2009-11-01 danieldgFix global clone count not being decremented on remote...
2009-10-30 danieldgAsk before running modulemanager update
2009-10-30 danieldgm_cloaking: extend IPv6 mask from /48 to /32, add IPv6...
2009-10-30 danieldgClean up typos and some unused code
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-25 danieldgFixes from vtable cross-check
2009-10-25 danieldgAdd vtable cross-check code (known to work with GCC...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-25 danieldgAdd <config:format> to avoid breaking existing configur...
2009-10-24 danieldgFix semicolon being included in XML entity expansion
2009-10-24 danieldgFix incorrect netburst detection
2009-10-24 peaveyremove a hanging #endif
2009-10-24 danieldgRemove IOCP socket engine
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-24 danieldgCatch exceptions in inspsocket callbacks
2009-10-24 danieldgProperly cull TreeServer objects when quitting several...
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 peaveyFix plural on netsplit SNO. [dKingston]
2009-10-23 danieldgFix memory leaks on reloadmodule and spanningtree unloa...
2009-10-23 danieldgFix m_httpd
2009-10-23 danieldgFix recursive SENDSNO bounce
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgDisplay namedmodes on a single line
2009-10-22 danieldgSplit up configreader.cpp, it's a bit large
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-22 peaveyRemove the intercomm system since sqlite is synchronous.
2009-10-22 danieldgClean up unused functions, add nonicks operoverride...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgMove AllowedPrivs and similar oper information from...
2009-10-21 danieldgUse Config->MaxChans as the default if class does not...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-10-21 brainFix for memory leak when gui is attached, submitted...
2009-10-21 peaveycomment fix..
2009-10-20 danieldgFix channel deletion on user quit and automatic removal...
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 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
next