summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2007-07-27make sure that the pointers are set up correctly for win32brain
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-26Abort if we cant chdir to our own dir (i'd say we have bigger things to worry...brain
2007-07-26Add extra detail to m_cloaking on failure to loadbrain
2007-07-26Forgot to add to init-listbrain
2007-07-26Move a ton of stuff into caller* functorsbrain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-25Rehash from console works again due to new signalhandler. TODO: Use this to c...peavey
2007-07-25Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu...brain
2007-07-25Turn IsIdent into a functorbrain
2007-07-25Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b...brain
2007-07-25Begin move of rehash to server.cpp - broken rehash from cmdline for now.peavey
2007-07-25Put FileLogger in it's own class. Useful when logging doing more focused loggingpeavey
2007-07-24Move a bundle of stuff to server.cpp from inspircd.cppw00t
2007-07-24Merge a tiny sub in for readability, use this-> consistantly while calling me...w00t
2007-07-24Move more modules related stuff to modules.cppw00t
2007-07-24Some refactoring; move LoadModule and UnloadModule over to modules.cpp -- see...w00t
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-23Clean up the indenting herew00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Revert a changed file I didn't want to commit ..w00t
2007-07-03Fix off-by-one reported by Darom in bug #339w00t
2007-06-23No no no, the fix to free module factories in loadmodule on error causes a bu...brain
2007-06-20Make a comment make a bit more general sense, and indent a nested define.w00t
2007-06-18Helps if it compilesbrain
2007-06-18This should be safe. Someone test module loading and unloading during use and...brain
2007-06-18fix possible minor memleak in LoadModule. Thx IronLegend.peavey
2007-06-14Tidyup ifdefsbrain
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- Added more debug output to windows fork in order to help debug problems enc...burlex
2007-06-09- Removed un-needed event create at windows fork.burlex
2007-06-09Fixed issue preventing startup without --nofork under win32frostycoolslug
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-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
2007-06-08+ Added an *almost* unix-like fork system for windows. Insp will create a sec...burlex
2007-06-08Add Burlex to developersw00t
2007-06-05Refactored InspIRCd::Duration(). The leetcode now lives!brain
2007-06-03Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu...om
2007-06-02Back out the tweaks i made here, keep only the clear screen stuffbrain
2007-06-02Change the behaviour of insp in windows to keep its window open, with some st...brain