Age | Commit message (Expand) | Author |
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-02 | Put back missing semicolon | brain |
2009-09-01 | Move file inclusion logic into calcdep, and complain about ambiguous #include... | danieldg |
2009-09-01 | Clarify FreeBSD 4 message a bit more | danieldg |
2009-09-01 | Use a bool return type for boolean return | danieldg |
2009-09-01 | Make the FreeBSD 4 message useful | 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 | Enable IPv6 support by default | danieldg |
2009-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-09-01 | Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc | danieldg |
2009-09-01 | Consolidate root-level Makefile targets to clarify common specifications | danieldg |
2009-09-01 | Move bsd-dep.mk/gnu-dep.mk to top-level Makefile | danieldg |
2009-09-01 | Add "make single" target and fix slow depfile generation on "make module" | danieldg |
2009-09-01 | Replace special treatment of spanningtree module directory with a generic dir... | danieldg |
2009-09-01 | Run a dependency check on modules so missing dependencies are detected during... | danieldg |
2009-09-01 | Fix MAKEPROG configure warning | danieldg |
2009-09-01 | Move compiler flag selection from configure to Makefile; add support for Inte... | danieldg |
2009-09-01 | Clean up unneeded messages, fix BSD make | danieldg |
2009-09-01 | Fix "make module" to include dependency generation | danieldg |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-09-01 | ./configure fixes: -modupdate is no longer needed, -update no longer forces a... | danieldg |
2009-09-01 | Re-implement dependency generation in perl to increase speed | danieldg |
2009-09-01 | Fix install of module .so files | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-09-01 | Move dependency tracking from ./configure to Makefile | 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-31 | Exclude modules from build on release mode too. | peavey |
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 | Fix a really minor spelling error in make/configure.pm | psychon |
2009-08-28 | Updated helpop files from Namegduf. Also thanks to Taros and Kazuma for their... | 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-26 | Of course, in adding yet more header madness to this for VS2010, I forgot to ... | w00t |
2009-08-24 | Small example config changes; patch by jdhore | special |
2009-08-21 | Config patch from jdhore: identify modules in example config that are not sui... | danieldg |
2009-08-21 | Add contents of LDFLAGS in addition to CXXFLAGS | danieldg |