Age | Commit message (Expand) | Author |
2009-09-02 | Add more comments here | brain |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Make CHECK work remotely with optional second parameter | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |
2009-09-02 | Change SAMODE to source from the acting user, not the server | danieldg |
2009-09-02 | inline Channel::IsModeSet | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
2009-09-02 | Fix some ICC-found warnings and remove unused #define | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |
2009-09-02 | Move user quit logic out of cull list | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Record module source file in the Module object | danieldg |
2009-09-02 | Use a set to mark client SSL ports rather than going by textual IP/port pairs | danieldg |
2009-09-02 | Change OnHookUserIO to OnHookIO, making it usable for more than User* and les... | danieldg |
2009-09-02 | Add irc::sockets::satouser for user-readable IP/port pairs | danieldg |
2009-09-02 | Route whois notices using ENCAP WHOISNOTICE to properly fix remote user PrivP... | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | Remove strnewdup(), it is a good source of possible memory leaks | danieldg |
2009-09-02 | Add VF_OPTCOMMON for optionally common modules | danieldg |
2009-09-02 | Valgrind cleanup: finish destructor creation | danieldg |
2009-09-02 | Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist | danieldg |
2009-09-02 | Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co... | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Remove a few unneeded string copies in the PRIVMSG path | danieldg |
2009-09-02 | Strong typing for stacked module results | danieldg |
2009-09-02 | Add User::DoHostCycle | danieldg |
2009-09-02 | Allow commands to optionally route themselves using ENCAP | danieldg |
2009-09-02 | Include explicit routing information in Command, will replace CMD_LOCALONLY r... | danieldg |
2009-09-02 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementation | danieldg |
2009-09-02 | Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi... | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Use CheckTimeStamp to merge modes on netburst | danieldg |
2009-09-02 | Rework mode parser into slightly smaller chunks | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Use a bool return type for boolean return | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-09-01 | Remove now-unused insp_sockaddr and insp_inaddr types | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-09-01 | Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs... | danieldg |
2009-08-26 | Of course, in adding yet more header madness to this for VS2010, I forgot to ... | w00t |
2009-08-15 | win: Last part of support required for VS2010: | w00t |
2009-08-13 | Merge patch from dKingston for missing TOPIC numeric, also replace the litera... | brain |