Age | Commit message (Expand) | Author |
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 |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-11 | Fix module prioritization when a module asks to be after spanningtree, which ... | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-08-06 | First space stream seperator test. | w00t |
2009-08-06 | Add commasepstream test case. | w00t |
2009-08-03 | Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY... | w00t |
2009-08-01 | Various rehash fixes that it seems were introduced by untested code. | w00t |
2009-07-01 | Fix error reporting on rehash | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-06-30 | Roll back mysterious DNS change from 2007 which broke multiple-answer | w00t |
2009-06-16 | Fix incorrect attempted inline of irc::sockets::sa_size | danieldg |
2009-06-16 | Fix sockaddr length argument, BSD will complain if it doesn't exactly match t... | danieldg |
2009-05-25 | Remove the ServerConfig::DirValid check that breaks symlinks | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Make User::ServerInstance public so that FakeUser can access it. There is no ... | danieldg |
2009-05-13 | Hide server sources if HideWhoisServer is set, noticed by Brain | danieldg |
2009-05-13 | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree | danieldg |
2009-05-13 | Make the previous patches actually work | danieldg |
2009-05-13 | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ... | danieldg |
2009-05-13 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-05-04 | Canonicalize bind addresses when creating listen sockets | danieldg |