summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-02Remove now-unused quitmsg/operquitmsg fields from Userdanieldg
2009-09-02Move user quit logic out of cull listdanieldg
2009-09-02Rewrite BindPorts to index ports by their human-readable descriptiondanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Remove duplicated address conversion from InspIRCd::BindSocket, fix FD leak i...danieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Record module source file in the Module objectdanieldg
2009-09-02Use a set to mark client SSL ports rather than going by textual IP/port pairsdanieldg
2009-09-02Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...danieldg
2009-09-02Add irc::sockets::satouser for user-readable IP/port pairsdanieldg
2009-09-02Allow voice or higher users to speak even when a matching muteban existsdanieldg
2009-09-02Route whois notices using ENCAP WHOISNOTICE to properly fix remote user PrivP...danieldg
2009-09-02Remove empty permanent channels when m_permchannels is unloadeddanieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-09-02Remove strnewdup(), it is a good source of possible memory leaksdanieldg
2009-09-02More deallocation-at-exit cleanupdanieldg
2009-09-02Make VF_OPTCOMMON module mismatches a fatal link error by defaultdanieldg
2009-09-02Add VF_OPTCOMMON for optionally common modulesdanieldg
2009-09-02Misc removal of pointless Extend stringsdanieldg
2009-09-02ThreadWindows: Remove ThreadSignalListener and connect the socket right awaydanieldg
2009-09-02Valgrind cleanup: fix segfault on exitdanieldg
2009-09-02Valgrind cleanup: finish destructor creationdanieldg
2009-09-02Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlistdanieldg
2009-09-02Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...danieldg
2009-09-02Fix valgrind uninitialised memory errordanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-02Remove misleading byte counts from stats zdanieldg
2009-09-02Include untranslated user/channel metadata in CHECK outputdanieldg
2009-09-02Remove useless vector copydanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Remove a few unneeded string copies in the PRIVMSG pathdanieldg
2009-09-02Add User::DoHostCycledanieldg
2009-09-02Update NICKLOCK to route using unicastdanieldg
2009-09-02Allow commands to optionally route themselves using ENCAPdanieldg
2009-09-02Include explicit routing information in Command, will replace CMD_LOCALONLY r...danieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementationdanieldg
2009-09-02Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi...danieldg
2009-09-02Add "created" parameter to OnUserJoin, to avoid explicit checks for +Pdanieldg
2009-09-02Use CheckTimeStamp to merge modes on netburstdanieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-09-02Rework mode parser into slightly smaller chunksdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-09-02Clean up challenge generation to not include character 0x7F, and fix some oth...danieldg
2009-09-02Verify modules providing routed commands are VF_COMMONdanieldg
2009-09-02Read multiple GnuTLS records in one RawSocketRead operationdanieldg
2009-09-01Use a bool return type for boolean returndanieldg
2009-09-01Use sa_size() rather than sizeof() when passing input parameters to a syscalldanieldg