Age | Commit message (Expand) | Author |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-10-05 | Fix backwards HideWhoisServer check | danieldg |
2009-10-03 | Fix crash due to null address in DNS | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Fix some valgrind warnings | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-30 | Move destruction logic for User and Spanningtree into cull() | danieldg |
2009-09-27 | SendQ bugfixes | danieldg |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Allow objects to be added to cull list during apply - fixes user deletion on ... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-18 | Separate spy channels [jackmcbarn] | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-05 | Bump a number of version numbers. | w00t |
2009-09-03 | Remove HandleInternal and HandleServer, they are duplicated by Request* and F... | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove strnewdup(), it is a good source of possible memory leaks | danieldg |
2009-09-02 | Misc removal of pointless Extend strings | 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 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | 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-08-14 | Remove some very verbose debug that isn't really needed anymore | w00t |
2009-08-12 | Make rehash work more than once per run, and fix some uninitialized values in... | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-03 | Comment on what looks like incorrect behaviour in User::Oper(). | w00t |
2009-08-03 | Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs... | w00t |
2009-08-03 | Revert "Find the right variable so it actually works, too." | w00t |
2009-08-03 | Find the right variable so it actually works, too. | w00t |
2009-08-03 | Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ... | w00t |
2009-08-01 | Check that the <connect> block actually specifies a host before checking whet... | w00t |
2009-05-14 | Fix r11381 checking HideWhoisServer incorrectly | 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 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-04-17 | Fix memory leak on rehash: opertype used char* instead of std::string | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |