]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2009-09-02 danieldgRewrite BindPorts to index ports by their human-readabl...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgRemove duplicated address conversion from InspIRCd...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRecord module source file in the Module object
2009-09-02 danieldgUse a set to mark client SSL ports rather than going...
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgAdd irc::sockets::satouser for user-readable IP/port...
2009-09-02 danieldgAllow voice or higher users to speak even when a matchi...
2009-09-02 danieldgRoute whois notices using ENCAP WHOISNOTICE to properly...
2009-09-02 danieldgRemove empty permanent channels when m_permchannels...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgRemove strnewdup(), it is a good source of possible...
2009-09-02 danieldgMore deallocation-at-exit cleanup
2009-09-02 danieldgMake VF_OPTCOMMON module mismatches a fatal link error...
2009-09-02 danieldgAdd VF_OPTCOMMON for optionally common modules
2009-09-02 danieldgMisc removal of pointless Extend strings
2009-09-02 danieldgThreadWindows: Remove ThreadSignalListener and connect...
2009-09-02 danieldgValgrind cleanup: fix segfault on exit
2009-09-02 danieldgValgrind cleanup: finish destructor creation
2009-09-02 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-02 danieldgValgrind cleanup: Add RemoveRFCCommands() to dlclose...
2009-09-02 danieldgFix valgrind uninitialised memory error
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgRemove misleading byte counts from stats z
2009-09-02 danieldgInclude untranslated user/channel metadata in CHECK...
2009-09-02 danieldgRemove useless vector copy
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgStrong typing for stacked module results
2009-09-02 danieldgAdd User::DoHostCycle
2009-09-02 danieldgUpdate NICKLOCK to route using unicast
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgRemove unused I_ProtoSendMetaData, I_ProtoSendMode...
2009-09-02 danieldgReplace FOREACH_RESULT_MAP with a more readable and...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgRework mode parser into slightly smaller chunks
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgClean up challenge generation to not include character...
2009-09-02 danieldgVerify modules providing routed commands are VF_COMMON
2009-09-02 danieldgRead multiple GnuTLS records in one RawSocketRead operation
2009-09-02 brainPut back missing semicolon
2009-09-01 danieldgMove file inclusion logic into calcdep, and complain...
2009-09-01 danieldgClarify FreeBSD 4 message a bit more
2009-09-01 danieldgUse a bool return type for boolean return
2009-09-01 danieldgMake the FreeBSD 4 message useful
2009-09-01 danieldgUse sa_size() rather than sizeof() when passing input...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgReturn server port in GetPort rather than the arbitrary...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
2009-09-01 danieldgEnable IPv6 support by default
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgUse CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc
2009-09-01 danieldgConsolidate root-level Makefile targets to clarify...
2009-09-01 danieldgMove bsd-dep.mk/gnu-dep.mk to top-level Makefile
2009-09-01 danieldgAdd "make single" target and fix slow depfile generatio...
2009-09-01 danieldgReplace special treatment of spanningtree module direct...
2009-09-01 danieldgRun a dependency check on modules so missing dependenci...
2009-09-01 danieldgFix MAKEPROG configure warning
2009-09-01 danieldgMove compiler flag selection from configure to Makefile...
2009-09-01 danieldgClean up unneeded messages, fix BSD make
2009-09-01 danieldgFix "make module" to include dependency generation
2009-09-01 danieldgMove VERSION/REVISION to their own header to avoid...
2009-09-01 danieldg./configure fixes: -modupdate is no longer needed,...
2009-09-01 danieldgRe-implement dependency generation in perl to increase...
2009-09-01 danieldgFix install of module .so files
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-09-01 danieldgMove dependency tracking from ./configure to Makefile
2009-09-01 danieldgAdd m_delaymsg - channel mode +d <time> prevents users...
2009-09-01 danieldgShow metadata keys and values in /CHECK output
2009-09-01 w00tBump version on the right branch this time.
2009-08-31 peaveyExclude modules from build on release mode too.
2009-08-29 w00tBump out of RC
2009-08-28 w00tStop a potential null pointer dereference introduced...
2009-08-28 psychonFix a really minor spelling error in make/configure.pm
2009-08-28 w00tUpdated helpop files from Namegduf. Also thanks to...
2009-08-28 w00tPatch from Namegduf to use OnUserMessage instead of...
2009-08-28 w00tDon't subtract one from MAXCHANNELS, it's a number...
2009-08-27 w00toverride: pass handling back to the core to send numeri...
2009-08-26 w00tOf course, in adding yet more header madness to this...
2009-08-24 specialSmall example config changes; patch by jdhore
2009-08-21 danieldgConfig patch from jdhore: identify modules in example...
2009-08-21 danieldgAdd contents of LDFLAGS in addition to CXXFLAGS
2009-08-20 w00tAllow relative and absolute paths to work (without...
2009-08-20 danieldgFix access-after-free on rehash
2009-08-19 w00tFix a regression from fcb51634669e6ed588e42f2072c6f910e...
2009-08-17 danieldgUpdate .gitignore to ignore .modulemanager (and cleanup)
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
next