]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2010-01-16 danieldgFix signdedness error in LoopCall
2010-01-16 danieldgMake CHANMODES/USERMODES split by spaces
2010-01-16 danieldgSearch for correct access level for mode changes, remov...
2010-01-15 danieldgRoute SVSSILENCE/SVSWATCH using OPT_UCAST, marking...
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
2010-01-14 danieldgAllow regex engine to be omitted in configuration to...
2010-01-14 danieldgFix compilation errors in previous commit
2010-01-14 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-14 danieldgFix stripping of character prior to delimiter in Stream...
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-14 danieldgAllow maxtargets to be bypassed in LoopCall for JOIN
2010-01-14 danieldgRemove launchd references (incomplete pieces of a syste...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-10 danieldgRemove spanningtree override of /LUSERS
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
2010-01-07 danieldgAdd m_passforward, based on m_conn_pass_nickserv by...
2010-01-05 danieldgShow channel listmodes (+beIg) in /CHECK output
2010-01-04 danieldgFix makefile remake target to work in BSD make and...
2010-01-04 danieldgGCC 4.5 warning fixups
2010-01-02 danieldgFix counting error in r12237
2010-01-02 danieldgFix sqllog compile error
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-12-31 w00tHook OnUserRegister instead of OnUserConnect so that...
2009-12-31 w00tCheck channel name in SVSJOIN to avoid propegating...
2009-11-30 danieldg2.0 alpha 2 release
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 danieldgFix failed oper snomask being sent to local oper sno...
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...
next