summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-03Return false was missingbrain
2006-05-02New header at the top of this file clarifying gplv2 only (we hadnt made it cl...brain
2006-05-02Forwardport (yes those do happen).brain
2006-05-01Need checks in two places for escaping to work.brain
2006-05-01Ability to use the \ symbol to escape ascii values in a tag, e.g.:brain
2006-04-30change to ability for QueryCount to return -1 for both of the 1.1 sql api'sbrain
2006-04-30In 1.1, we return a negative value when QueryCount has a downed connection - ...brain
2006-04-30Merge of peaveydk's diff (at last)brain
2006-04-28Synching of channel TS after a whole channel has been sent.brain
2006-04-28Error checking of raise(), so that if theres no coredump and raise fails, we ...brain
2006-04-28signal/raise in the sigsegv handler to re-raise the sig for a coredumpbrain
2006-04-28In static build save munged files as .m_name_static.cpp rather than m_name_st...brain
2006-04-27When i find out what IDIOT changed all the module_init's to e.g. devoice_init...brain
2006-04-26maxbuf -> maxquit (this isnt finished yet)brain
2006-04-25Check for NULL, set pointers to NULL after deletionbrain
2006-04-24Fix various typos and warningsbrain
2006-04-24Missing includesbrain
2006-04-24Typo in the macro :pbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-21Forward-port of 1.0.4 tweakbrain
2006-04-20Typobrain
2006-04-20Change the makefile toobrain
2006-04-20Include paths changebrain
2006-04-20Move to new include pathbrain
2006-04-20Changed first of files to match new location of headersbrain
2006-04-20Movement of cmd_* headers into include/commands (this is incomplete)brain
2006-04-20This dir will hold headers for mode handlersbrain
2006-04-20Fixed execinfobrain
2006-04-20Extra stuff to explicitly link execinfo.sobrain
2006-04-20Tweaks (FIXES)brain
2006-04-20init_modulebrain
2006-04-20Alright, who fucked with this?brain
2006-04-20Fixes for lib dirsbrain
2006-04-20Add /usr/local/include (why isnt this included as default?!)brain
2006-04-20execinfo - backtrace() and backtrace_symbols() where availablebrain
2006-04-20Execinfo stuffbrain
2006-04-20Added detection of execinfo.h (part of the libexecinfo port on freebsd, defau...brain
2006-04-18Fix for crashes in m_ident (should work)brain
2006-04-14Bail if no g++brain
2006-04-14Fix reversed parameters in x:y - joinflood was not brokenbrain
2006-04-13make make install install ssl stuffom
2006-04-13Better handling of dependencies, doesnt always rebuild mode handler files nowbrain
2006-04-13Makefile tweaksbrain
2006-04-13Not requiredbrain
2006-04-13Testbrain
2006-04-12Someone didnt test their fixes in cygwin *gets tortoise torture kit*brain
2006-04-12Delete spanningtree_ng for now, it breaks cygwin compile - and has no changes...w00t
2006-04-12Made FindMatching(Global|Local) available via users.hbrain
2006-04-11Die windows die.om
2006-04-11Remove an extern, partly because it's unused, partly because it then gets sha...om