Age | Commit message (Expand) | Author |
2009-09-15 | Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j... | danieldg |
2009-09-15 | Where there are hidden servers, report the /map server count as the hidden co... | brain |
2009-09-14 | Improve link error message on SSL fingerprint mismatch | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-14 | Fix compile warning | danieldg |
2009-09-13 | Fix automated metadata decoding with ExtItem | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-05 | Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot... | w00t |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add away timestamp to the AWAY message sent server-server | danieldg |
2009-09-02 | Add 1201 protocol compatability for SAVE | danieldg |
2009-09-02 | Send out save SAVE on forced-UUID nick change of a remote user | danieldg |
2009-09-02 | Add SAVE s2s protocol command | danieldg |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | Add modules to the VF_COMMON list in backwards compatability link mode, trans... | danieldg |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Don't merge FMODEs with a non-server source | danieldg |
2009-09-02 | Don't pass NULL source for hooks invoked from server-sourced PRIVMSG/NOTICE | 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 | Remove calls to strdup() in core, it is not better than std::string | 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 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-09-02 | Remove useless vector copy | danieldg |
2009-09-02 | MetaData rework | 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 | 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-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |