]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgAdd ModeHandler* versions of channel mode access
2009-11-15 danieldgHide channel mode structures
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-13 danieldgOpenBSD apparently hates adding features that can be...
2009-11-12 brainAdded ircdriven at request of zomg
2009-11-12 danieldgFix typo
2009-11-12 danieldgFix incorrect opaque object use in ProtoSendMetaData...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-11 danieldgFix compilation due to dirent header
2009-11-11 danieldgChange /HELPOP => /HELP to be sensible and match every...
2009-11-11 danieldgGet rid of DieDelay, it just freezes the ircd prior...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-09 danieldgAllow near-empty configuration to work by adding sensib...
2009-11-09 danieldgSet a name on all connect blocks
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-06 danieldgSend %#chan messages to all members ranked at least...
2009-11-06 danieldgShow IP of the user in the quit snomask [dKingston]
2009-11-06 danieldgAdd example modules.conf files that match Unreal and...
2009-11-04 danieldgClarify handshake failure messages
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
2009-11-03 danieldgClean up duplicated link snomask messages on errors
2009-11-03 danieldgRemove m_halfop from list in compat linking mode
2009-11-03 danieldgCreate m_halfop
2009-11-03 danieldgRemove AllowHalfop item from server config
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...
next