Age | Commit message (Expand) | Author |
2007-07-25 | Turn IsIdent into a functor | brain |
2007-07-25 | Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b... | brain |
2007-07-25 | Begin move of rehash to server.cpp - broken rehash from cmdline for now. | peavey |
2007-07-25 | Put FileLogger in it's own class. Useful when logging doing more focused logging | peavey |
2007-07-24 | Move a bundle of stuff to server.cpp from inspircd.cpp | w00t |
2007-07-24 | Merge a tiny sub in for readability, use this-> consistantly while calling me... | w00t |
2007-07-24 | Move more modules related stuff to modules.cpp | w00t |
2007-07-24 | Some refactoring; move LoadModule and UnloadModule over to modules.cpp -- see... | w00t |
2007-07-23 | Fix crash on unload of modules with listening sockets -- some situations requ... | brain |
2007-07-23 | Clean up the indenting here | w00t |
2007-07-16 | OOPS! 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-03 | Revert a changed file I didn't want to commit .. | w00t |
2007-07-03 | Fix off-by-one reported by Darom in bug #339 | w00t |
2007-06-23 | No no no, the fix to free module factories in loadmodule on error causes a bu... | brain |
2007-06-20 | Make a comment make a bit more general sense, and indent a nested define. | w00t |
2007-06-18 | Helps if it compiles | brain |
2007-06-18 | This should be safe. Someone test module loading and unloading during use and... | brain |
2007-06-18 | fix possible minor memleak in LoadModule. Thx IronLegend. | peavey |
2007-06-14 | Tidyup ifdefs | brain |
2007-06-11 | Whoops, that was silly, the double print thing wont compile for any other OS ... | brain |
2007-06-11 | Fix double printing of 'setting log file' and 'setting config file' paths. | brain |
2007-06-11 | We need to pass a copy of GetCommandLine() not the actual return pointer. | brain |
2007-06-11 | Tweak some tabular declarations to look correct on 8-width tabs | brain |
2007-06-11 | Woo, fixed the bug, win2k doesnt like the AUTHZ_LEVEL stuff :) | brain |
2007-06-11 | Fixed 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-09 | Fixed issue preventing startup without --nofork under win32 | frostycoolslug |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-06-09 | Note 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-08 | Add Burlex to developers | w00t |
2007-06-05 | Refactored InspIRCd::Duration(). The leetcode now lives! | brain |
2007-06-03 | Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu... | om |
2007-06-02 | Back out the tweaks i made here, keep only the clear screen stuff | brain |
2007-06-02 | Change the behaviour of insp in windows to keep its window open, with some st... | brain |
2007-06-02 | Add console mode patches from burlex, thanks | brain |
2007-06-02 | And make it compile. | brain |
2007-06-02 | Chdir to bin dir on starting, allows relative paths to the bin dir to always ... | brain |
2007-06-01 | Fix re-generation of 005 on rehash | brain |
2007-05-25 | Choose the correct defines so that its not built too lean to compile | brain |
2007-05-20 | Crash on restart in win32 fixed. | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-16 | Add a progress meter for loading of core commands, fix broken implementation ... | brain |