| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed commandline stuff for CreateProcess, but it looks like win2k doesnt lik...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7274 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-11 | 1 | -3/+8 |
| * | * Changes to userprocess functions to allow flood limit removal by m_operflood.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7273 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-11 | 1 | -2/+2 |
| * | - Added more debug output to windows fork in order to help debug problems enc...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7270 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-11 | 1 | -0/+16 |
| * | The spelling nazis are amongst us!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7268 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-11 | 2 | -3/+3 |
| * | - Removed un-needed event create at windows fork.•••* Fixed command line arguments when using fork under windows.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7266 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-09 | 1 | -6/+5 |
| * | Fixed issue preventing startup without --nofork under win32•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7265 e03df62e-2008-0410-955e-edbf42e46eb7
| frostycoolslug | 2007-06-09 | 1 | -1/+1 |
| * | A ton more clear() and empty() stuff thats been lingering on the long term to...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7264 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-09 | 31 | -107/+101 |
| * | Change some = "" to clear() and some == "" to .empty()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7263 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-09 | 12 | -30/+30 |
| * | Note to devs: We should be using std::string::clear() to empty a std::string,...•••assignment then de-allocation, whereas clear() just sets the length to 0.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7262 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-09 | 1 | -1/+1 |
| * | - Enabled minimal rebuild on all VS project files, this will reduce build tim...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7261 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-08 | 1 | -0/+1 |
| * | Enable SNOMASK 'K' (remote kill), and use it in cmd_kill. This has the side e...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7260 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2007-06-08 | 2 | -10/+11 |
| * | - Eek, gotta make it look the same as *nix! Windows will now print the proces...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7259 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-08 | 1 | -0/+1 |
| * | - Whoops.. forgot a return here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7258 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-08 | 1 | -0/+1 |
| * | * Changed forking code, now the parent will attempt to retrieve the exit code...•••. Exit code 14 means the creation of the forked process under windows failed.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7257 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-08 | 1 | -11/+11 |
| * | + Added an *almost* unix-like fork system for windows. Insp will create a sec...•••* Fixed m_spanningtree project (cmd_rsquit was missing)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7255 e03df62e-2008-0410-955e-edbf42e46eb7
| burlex | 2007-06-08 | 1 | -19/+95 |
| * | Add Burlex to developers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7254 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2007-06-08 | 2 | -2/+3 |
| * | Make this message slightly more meaningful, as discussed in .coders a while back•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7252 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2007-06-08 | 1 | -1/+1 |
| * | Add command /RSQUIT to spanningtree.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7251 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-07 | 4 | -3/+88 |
| * | Add back remote kill handler for server origin kills•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7249 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-06 | 1 | -0/+27 |
| * | Patch fixing (almost) remote kill server notices, by just passing KILL onto c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7248 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2007-06-06 | 2 | -53/+43 |
| * | Sexeger!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7241 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-05 | 11 | -32/+35 |
| * | InspIRCd: Now with even MORE leet.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7240 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-05 | 1 | -17/+21 |
| * | Comments here, too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7239 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-05 | 1 | -1/+10 |
| * | Refactored InspIRCd::Duration(). The leetcode now lives!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7237 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-05 | 2 | -46/+17 |
| * | Stdint being included when we dont even use it, without checking HAS_STDINT, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7235 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-05 | 1 | -1/+0 |
| * | Fix typos found by Zaba. Thanks.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7234 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-05 | 2 | -3/+3 |
| * | If the whowas maps really do fail, log it as default and not debug.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7233 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-05 | 1 | -3/+3 |
| * | Add options:moronbanner. Yes really, thats what its called. See the example c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7232 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-04 | 3 | -1/+23 |
| * | Fix windows issue locating some files relative to the conf dir (namely motd, ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7231 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-04 | 1 | -10/+11 |
| * | Excess flood tidyups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7230 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-04 | 1 | -27/+18 |
| * | The recvq > netbuffersize check isnt needed *at all* as we check recvq > recv...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7229 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-04 | 1 | -17/+0 |
| * | Make nt the default channelmode if <options:defaultmodes> is not present.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7228 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-03 | 1 | -1/+1 |
| * | Many changes: Implement Muisje's idea for prefix + separator on action addnic...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7226 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-03 | 1 | -15/+22 |
| * | Probably fix 2nd compile issue on RH7 and add some checks which *should* ensu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7223 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2007-06-03 | 2 | -1/+16 |
| * | And a minor cleanup of the /stats z code. Nothing spectacular..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7222 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2007-06-03 | 1 | -8/+5 |
| * | Possible fix for compile issue on some distributions. Then again there was pr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7221 e03df62e-2008-0410-955e-edbf42e46eb7
| om | 2007-06-03 | 1 | -1/+2 |
| * | Back out the tweaks i made here, keep only the clear screen stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7218 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -9/+16 |
| * | Change the behaviour of insp in windows to keep its window open, with some st...•••Also, add somewhat of a hack to cut down on allocation time taken to map windows fd to a posix style fd in iocp engine.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7217 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 2 | -22/+16 |
| * | Add console mode patches from burlex, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7216 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -28/+25 |
| * | And make it compile.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7214 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -1/+1 |
| * | Chdir to bin dir on starting, allows relative paths to the bin dir to always ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7213 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -0/+2 |
| * | The code to work out the path seems to work fine now on freebsd and linux, st...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7211 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -3/+0 |
| * | Debug to troubleshoot why this writes the log to the current dir in bsd, not ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7210 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -0/+3 |
| * | Specific windows code for getting the full path to the exe•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7209 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-06-02 | 1 | -2/+13 |
| * | and a little tweak to remote MOTD too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7208 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-02 | 2 | -2/+4 |
| * | same for admin, and fix some returns.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7207 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-02 | 2 | -10/+10 |
| * | Fix for bug #297. /MODULES now correctly finds remote server on wildcard. Mar...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7206 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-02 | 1 | -10/+17 |
| * | re-apply ipv6 ifdef tidyup that got pulled in last revert.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7205 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-01 | 1 | -11/+5 |
| * | revert multiaccept for now until we can fix it for win.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7204 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-01 | 1 | -54/+42 |
| * | WIN: As promised when I took it out, whowas stats in /STATS z is now working ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7203 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2007-06-01 | 1 | -2/+0 |