summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-08-15win: vs2010 requires this to link in process memory retrieval stuffw00t
2009-08-15win: don't define error constants on VS2009, they're defined for us (finally)w00t
2009-08-14Fix a compile error for IPv6 windows builds, discovered by Flospecial
2009-08-14Make ident handling consistant: use ChangeIdent for all ident manipulation. T...w00t
2009-08-14Print line on empty prefix errors to track down a bugw00t
2009-08-14Set log to null on close and check for null loghandle on FileWriter::WriteLog...w00t
2009-08-14Run modulemanager upgrade to check for updates to third party (and extras) mo...w00t
2009-08-14(Hopefully) fix a issue with m_ident's result not being used for display.psychon
2009-08-14Regenerate modules makefile if installing or uninstalling extras modules.w00t
2009-08-14Remove some very verbose debug that isn't really needed anymorew00t
2009-08-14Apply fake lag on garbage input to discourage crapw00t
2009-08-13Merge patch from dKingston for missing TOPIC numeric, also replace the litera...brain
2009-08-12Point out that the dns server must be an ip, not a hostbrain
2009-08-12Fix printf format warningdanieldg
2009-08-12Comment out <dns:server> by default, and explain why.w00t
2009-08-12Change to using read/write not send/recv on the ThreadSignalSocket pipedanieldg
2009-08-12Make rehash work more than once per run, and fix some uninitialized values in...danieldg
2009-08-12Fixes for config readerdanieldg
2009-08-11Extra bracket on regex go awayw00t
2009-08-11Fix module prioritization when a module asks to be after spanningtree, which ...danieldg
2009-08-11Fix double-free in ~SocketThreaddanieldg
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-08-06Report the correct sizes as set in the configbrain