summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-01Remove now-unused insp_sockaddr and insp_inaddr typesdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-09-01Return server port in GetPort rather than the arbitrary client portdanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
2009-09-01Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs...danieldg
2009-09-01Enable IPv6 support by defaultdanieldg
2009-09-01Strip SUPPORT_IP6LINKS #definedanieldg
2009-09-01Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etcdanieldg
2009-09-01Consolidate root-level Makefile targets to clarify common specificationsdanieldg
2009-09-01Move bsd-dep.mk/gnu-dep.mk to top-level Makefiledanieldg
2009-09-01Add "make single" target and fix slow depfile generation on "make module"danieldg
2009-09-01Replace special treatment of spanningtree module directory with a generic dir...danieldg
2009-09-01Run a dependency check on modules so missing dependencies are detected during...danieldg
2009-09-01Fix MAKEPROG configure warningdanieldg
2009-09-01Move compiler flag selection from configure to Makefile; add support for Inte...danieldg
2009-09-01Clean up unneeded messages, fix BSD makedanieldg
2009-09-01Fix "make module" to include dependency generationdanieldg
2009-09-01Move VERSION/REVISION to their own header to avoid needless rebuilds on updatedanieldg
2009-09-01./configure fixes: -modupdate is no longer needed, -update no longer forces a...danieldg
2009-09-01Re-implement dependency generation in perl to increase speeddanieldg
2009-09-01Fix install of module .so filesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-09-01Move dependency tracking from ./configure to Makefiledanieldg
2009-09-01Add m_delaymsg - channel mode +d <time> prevents users from speaking for <tim...danieldg
2009-09-01Show metadata keys and values in /CHECK outputdanieldg
2009-09-01Bump version on the right branch this time.w00t
2009-08-31Exclude modules from build on release mode too.peavey
2009-08-29Bump out of RCw00t
2009-08-28Stop a potential null pointer dereference introduced by Namegduf's patch, fou...w00t
2009-08-28Fix a really minor spelling error in make/configure.pmpsychon
2009-08-28Updated helpop files from Namegduf. Also thanks to Taros and Kazuma for their...w00t
2009-08-28Patch from Namegduf to use OnUserMessage instead of OnUserPreMessage, and cor...w00t
2009-08-28Don't subtract one from MAXCHANNELS, it's a number, not a string length.w00t
2009-08-27override: pass handling back to the core to send numerics if join restriction...w00t
2009-08-26Of course, in adding yet more header madness to this for VS2010, I forgot to ...w00t
2009-08-24Small example config changes; patch by jdhorespecial
2009-08-21Config patch from jdhore: identify modules in example config that are not sui...danieldg
2009-08-21Add contents of LDFLAGS in addition to CXXFLAGSdanieldg
2009-08-20Allow relative and absolute paths to work (without magic) with pidfile.w00t
2009-08-20Fix access-after-free on rehashdanieldg
2009-08-19Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid coll...w00t
2009-08-17Update .gitignore to ignore .modulemanager (and cleanup)danieldg
2009-08-17Allow forward linking compatability by accepting higher protocol version numb...danieldg
2009-08-16cgiirc: Pass hosts to WEBIRC command on rehash. No fucking wonder this never ...w00t
2009-08-15Partial revert of 1fb8a3f1b120db764375911be9ad8019a807a8ad by dKingston, (add...w00t
2009-08-15vs2010 projects too.w00t
2009-08-15win: Add vs2010 SLN.w00t
2009-08-15win: Last part of support required for VS2010:w00t
2009-08-15Bump version to rc5.w00t