]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
2.0 alpha 2 release
[user/henk/code/inspircd.git] / src / modules /
2009-11-21 dzDelete modewatchers when unloading modules that use...
2009-11-21 dzDon't tell the user they are banned and then still...
2009-11-21 dzallow channels starting with ## in m_banredirect.cpp...
2009-11-17 danieldgerm, why are we doing this twice?
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgHide channel mode structures
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
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 danieldgChange /HELPOP => /HELP to be sensible and match every...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
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-01 danieldgFix CGI:IRC user class not being changed based on their...
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-24 danieldgFix incorrect netburst detection
2009-10-24 danieldgCreate irc::sockets::cidr_mask
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 danieldgDisplay namedmodes on a single line
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 danieldgUse ConfigTagList as a faster access method for access...
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 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-20 danieldgFix interaction of m_permchannels post-cull and channel...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-19 peaveyNuke VF_SERVICEPROVIDER from here too.
2009-10-19 danieldgValgrind now runs completely clean.
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 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 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 danieldgImprove m_httpd_stats; fix incorect parameter order...
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
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 danieldgMove static map of extensions into ServerInstance,...
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-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-11 danieldgOctets in an IPv4 address are unsigned
2009-10-10 danieldgFix double dot in half-cloaked resolved hosts
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.
next