summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-14This should fix bug #317, we shouldnt be using send_mode for user modes, we s...brain
2007-06-14Fix for bug #315 reported by Nekos, change the exception tags to <securehost>...brain
2007-06-14Some general syntax cleanups.pippijn
2007-06-14Fix for bug #324 reported by HiroPbrain
2007-06-14Fix problem where two unrelated options are named identically, thanks for rem...brain
2007-06-13This is not, not routing of SQUIT, nothing to see here, move along :>peavey
2007-06-13Have the installer install cert.pem and key.pem to the conf/ dir only if they...brain
2007-06-13Add default windows certs. People shouldnt use these for more than evaluation...brain
2007-06-13Me so dummee.brain
2007-06-13And get it right.brain
2007-06-13Update descriptionsbrain
2007-06-13Being as people while about the odd kludge here and there im going to spend m...brain
2007-06-13Nasty kludge to allow for optional install of ssl:brain
2007-06-13* Fixed IOCPEngine under x64 (because of incorrect pointer sizes)burlex
2007-06-13Remove remote SQUIT hacks.peavey
2007-06-13Make this require 2 params, just like god intended it. (no remote squit hacks)peavey
2007-06-13- Fixed configure script to allow gnutls compilation under win32.burlex
2007-06-13Add DllExportbrain
2007-06-13Make these safe for use in vcbrain
2007-06-13+ Added x64 solutions for VC2005, for future work. This does not under any ci...burlex
2007-06-13new rsquit command handler, this is still work in progress.peavey
2007-06-13strip RSQUIT from protocol, part of new RSQUIT, not ready for use yet.peavey
2007-06-13I think this fixes visual studio odditiesbrain
2007-06-13Fixes for tokenization oddness with metadata, and weird behaviour of std::ist...brain
2007-06-12Fix advertising of +h/% in 005 and 004 numerics when halfops are not enabled ...brain
2007-06-12Upstream patch from <mm@freebsd.org>brain
2007-06-11This breaks stuff. We can't use it.brain
2007-06-11Whoops, that was silly, the double print thing wont compile for any other OS ...brain
2007-06-11Fix double printing of 'setting log file' and 'setting config file' paths.brain
2007-06-11We need to pass a copy of GetCommandLine() not the actual return pointer.brain
2007-06-11Tweak some tabular declarations to look correct on 8-width tabsbrain
2007-06-11Woo, fixed the bug, win2k doesnt like the AUTHZ_LEVEL stuff :)brain
2007-06-11Fixed commandline stuff for CreateProcess, but it looks like win2k doesnt lik...brain
2007-06-11* Changes to userprocess functions to allow flood limit removal by m_operflood.burlex
2007-06-11Prompting for wether or not to wipe the .h and build from clean (default to no)brain
2007-06-11Change from /GS to /Gm in makefilesbrain
2007-06-11- Added more debug output to windows fork in order to help debug problems enc...burlex
2007-06-11Put the check back so we dont keep doing builds from scratch every timebrain
2007-06-11The spelling nazis are amongst us!brain
2007-06-11Remove unused varbrain
2007-06-09- Removed un-needed event create at windows fork.burlex
2007-06-09Fixed issue preventing startup without --nofork under win32frostycoolslug
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-09Note to devs: We should be using std::string::clear() to empty a std::string,...brain
2007-06-08- Enabled minimal rebuild on all VS project files, this will reduce build tim...burlex
2007-06-08Enable SNOMASK 'K' (remote kill), and use it in cmd_kill. This has the side e...w00t
2007-06-08- Eek, gotta make it look the same as *nix! Windows will now print the proces...burlex
2007-06-08- Whoops.. forgot a return here.burlex
2007-06-08* Changed forking code, now the parent will attempt to retrieve the exit code...burlex