]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Clean up Command constructor
[user/henk/code/inspircd.git] / src / modules /
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgForgotten Extensible::Register invocations
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-09 danieldgreally fix segfault when using ojoin in already-joined...
2009-09-09 danieldgFix segfault when using ojoin in already-joined channel
2009-09-09 danieldgAllow OJOIN to be used when already in the target channel
2009-09-06 w00tCorrect ModDesc.
2009-09-05 w00tUtilise OnRawMode and OnPostTopicChange hooks to write...
2009-09-05 w00tLikewise, convert OnLocalTopicChange to OnPreTopicChang...
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-05 w00tFix auditorium trimming kick messages to the first...
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-03 danieldgDon't reassign NPrefix on rehash, its change requires...
2009-09-03 danieldgAdd Network Buisness Join module by Taros; adapted...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgRemove TAXONOMY as its functionality is duplicated...
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgAdd 1201 protocol compatability for SAVE
2009-09-02 danieldgSend out save SAVE on forced-UUID nick change of a...
2009-09-02 danieldgAdd SAVE s2s protocol command
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgAdd modules to the VF_COMMON list in backwards compatab...
2009-09-02 danieldgAdd s2s backward compatability for protocol changes
2009-09-02 danieldgFix segfault in m_chanprotect when OnAccessCheck is...
2009-09-02 danieldgChange more modules to use VF_OPTCOMMON routing
2009-09-02 danieldgRoute CHGHOST/CHGNAME/CHGIDENT using optional unicast...
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgFix memory leak and invalid vtable location on unload...
2009-09-02 danieldgDon't merge FMODEs with a non-server source
2009-09-02 danieldgChange SAMODE to source from the acting user, not the...
2009-09-02 danieldgDon't pass NULL source for hooks invoked from server...
2009-09-02 danieldgm_dnsbl: Change ident marking to a generic "MARK" that...
2009-09-02 danieldgAdd ident change action to m_dnsbl [patch by cytrix]
2009-09-02 danieldgAdd initial query support to m_mysql [patch by Athenon]
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgAdd server IP to /CHECK output for local users
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgMove user quit logic out of cull list
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
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 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 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 danieldgRemove unneeded Extensible inheritance and remove ...
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 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 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 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-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 more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-09-01 danieldgAdd m_delaymsg - channel mode +d <time> prevents users...
2009-09-01 danieldgShow metadata keys and values in /CHECK output
2009-08-28 w00tStop a potential null pointer dereference introduced...
2009-08-28 w00tPatch from Namegduf to use OnUserMessage instead of...
2009-08-27 w00toverride: pass handling back to the core to send numeri...
2009-08-19 w00tFix a regression from fcb51634669e6ed588e42f2072c6f910e...
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
2009-08-16 w00tcgiirc: Pass hosts to WEBIRC command on rehash. No...
2009-08-15 w00twin: Last part of support required for VS2010:
2009-08-14 w00tMake ident handling consistant: use ChangeIdent for...
2009-08-14 w00tPrint line on empty prefix errors to track down a bug
2009-08-14 psychon(Hopefully) fix a issue with m_ident's result not being...
2009-08-12 danieldgFixes for config reader
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-04 w00tRemove m_testcommand too
next