Age | Commit message (Expand) | Author |
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 | Enable 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 |
2007-06-08 | * Fixed VC8 m_spanningtree project file. second commit?! :) | 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-08 | Make this message slightly more meaningful, as discussed in .coders a while back | w00t |
2007-06-07 | Add command /RSQUIT to spanningtree. | peavey |
2007-06-06 | Comments | brain |
2007-06-06 | Add back remote kill handler for server origin kills | brain |
2007-06-06 | Patch fixing (almost) remote kill server notices, by just passing KILL onto c... | w00t |
2007-06-06 | Be a little nicer.. this die error is funny, but confusing (got me once too) | w00t |
2007-06-05 | Same here | brain |
2007-06-05 | Same here | brain |
2007-06-05 | Minor url tweak | brain |
2007-06-05 | Update ancient copyright header | brain |
2007-06-05 | List developer arguments (debug, screendebug etc) so they don't need to be lo... | w00t |
2007-06-05 | Sexeger! | brain |
2007-06-05 | InspIRCd: Now with even MORE leet. | brain |
2007-06-05 | Comments here, too | brain |
2007-06-05 | Add comment to what the table here is for | brain |
2007-06-05 | Refactored InspIRCd::Duration(). The leetcode now lives! | brain |
2007-06-05 | Configure ldlibs patch by djGrrr | brain |
2007-06-05 | Stdint being included when we dont even use it, without checking HAS_STDINT, ... | brain |
2007-06-05 | Fix typos found by Zaba. Thanks. | peavey |
2007-06-05 | If the whowas maps really do fail, log it as default and not debug. | peavey |
2007-06-04 | Add options:moronbanner. Yes really, thats what its called. See the example c... | brain |
2007-06-04 | Fix windows issue locating some files relative to the conf dir (namely motd, ... | brain |
2007-06-04 | Excess flood tidyups | brain |
2007-06-04 | The recvq > netbuffersize check isnt needed *at all* as we check recvq > recv... | brain |
2007-06-03 | Make nt the default channelmode if <options:defaultmodes> is not present. | peavey |
2007-06-03 | Update example conf for recent changes to module m_hostchange. | peavey |
2007-06-03 | Many changes: Implement Muisje's idea for prefix + separator on action addnic... | peavey |
2007-06-03 | Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu... | om |
2007-06-03 | And a minor cleanup of the /stats z code. Nothing spectacular.. | om |
2007-06-03 | Possible fix for compile issue on some distributions. Then again there was pr... | 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 | Change configure to generate .mak files with warning level 2. | 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-02 | Add comments | brain |
2007-06-02 | The code to work out the path seems to work fine now on freebsd and linux, st... | brain |
2007-06-02 | Debug to troubleshoot why this writes the log to the current dir in bsd, not ... | brain |
2007-06-02 | Specific windows code for getting the full path to the exe | brain |