Age | Commit message (Expand) | Author |
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 | 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 | Allow voice or higher users to speak even when a matching muteban exists | danieldg |
2009-09-02 | Route whois notices using ENCAP WHOISNOTICE to properly fix remote user PrivP... | danieldg |
2009-09-02 | Remove empty permanent channels when m_permchannels is unloaded | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | More deallocation-at-exit cleanup | danieldg |
2009-09-02 | Make VF_OPTCOMMON module mismatches a fatal link error by default | danieldg |
2009-09-02 | Add VF_OPTCOMMON for optionally common modules | danieldg |
2009-09-02 | Misc removal of pointless Extend strings | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | 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 | 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 | 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 | 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 | 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 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 | Strip SUPPORT_IP6LINKS #define | 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-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-27 | override: pass handling back to the core to send numerics if join restriction... | w00t |
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 | win: Last part of support required for VS2010: | w00t |
2009-08-14 | Make ident handling consistant: use ChangeIdent for all ident manipulation. T... | w00t |
2009-08-14 | Print line on empty prefix errors to track down a bug | w00t |