Age | Commit message (Expand) | Author |
2009-09-02 | Remove misleading byte counts from stats z | danieldg |
2009-09-02 | Include untranslated user/channel metadata in CHECK output | danieldg |
2009-09-02 | Remove useless vector copy | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Remove a few unneeded string copies in the PRIVMSG path | danieldg |
2009-09-02 | Add User::DoHostCycle | danieldg |
2009-09-02 | Update NICKLOCK to route using unicast | 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 | Cast rework: use C++ style static_cast<> instead of C-style casts | 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-02 | Change allocation of commands/modes | danieldg |
2009-09-02 | Clean up challenge generation to not include character 0x7F, and fix some oth... | danieldg |
2009-09-02 | Verify modules providing routed commands are VF_COMMON | danieldg |
2009-09-02 | Read multiple GnuTLS records in one RawSocketRead operation | danieldg |
2009-09-01 | Use a bool return type for boolean return | danieldg |
2009-09-01 | Use sa_size() rather than sizeof() when passing input parameters to a syscall | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-09-01 | Move IP<->sockaddr conversions into irc::sockets:: namespace | 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 | Return server port in GetPort rather than the arbitrary client port | 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-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-09-01 | Re-implement dependency generation in perl to increase speed | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-09-01 | Add m_delaymsg - channel mode +d <time> prevents users from speaking for <tim... | danieldg |
2009-09-01 | Show metadata keys and values in /CHECK output | danieldg |
2009-09-01 | Bump version on the right branch this time. | w00t |
2009-08-29 | Bump out of RC | w00t |
2009-08-28 | Stop a potential null pointer dereference introduced by Namegduf's patch, fou... | w00t |
2009-08-28 | Patch from Namegduf to use OnUserMessage instead of OnUserPreMessage, and cor... | w00t |
2009-08-28 | Don't subtract one from MAXCHANNELS, it's a number, not a string length. | w00t |
2009-08-27 | override: pass handling back to the core to send numerics if join restriction... | w00t |
2009-08-20 | Fix access-after-free on rehash | danieldg |
2009-08-19 | Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid coll... | w00t |
2009-08-17 | Allow forward linking compatability by accepting higher protocol version numb... | danieldg |
2009-08-16 | cgiirc: Pass hosts to WEBIRC command on rehash. No fucking wonder this never ... | w00t |
2009-08-15 | Partial revert of 1fb8a3f1b120db764375911be9ad8019a807a8ad by dKingston, (add... | w00t |
2009-08-15 | win: Last part of support required for VS2010: | w00t |