summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-21Reorder inspircd.h header to topbrain
2007-05-21All non-commands part of the core are now warning clean on vs8brain
2007-05-21Same tweak, againbrain
2007-05-21It seems that making inspircd.h the first include in .cpp files eliminates th...brain
2007-05-21Reorder includes, dont worry there is method to my madness (i hope)brain
2007-05-21Fix warningsbrain
2007-05-21Shortcut working dir is set to SetOutPath value, fix this so that the working...brain
2007-05-21Reverted broken patch.. This may break, but it's unlikely :pfrostycoolslug
2007-05-21Most likely doesnt workbrain
2007-05-21Install InspGUI to $INSTDIR, not $INSTDIR\Binbrain
2007-05-21Obsolete mods are in here :/brain
2007-05-21Fixbrain
2007-05-21Growl.brain
2007-05-21Invalid COPYING pathbrain
2007-05-21NSIS installer scriptbrain
2007-05-20- Comment on the ifdef in here, to avoid people (like myself) going 'what the...w00t
2007-05-20- *slap Om with some unpronouncable fish* - you forgot the />w00t
2007-05-20Coding style tidyup. PLEASE don't let vs assrape this again.brain
2007-05-20Crash on restart in win32 fixed.brain
2007-05-20Same change for VC71. This is a manual edit of the file as I don't have an ol...om
2007-05-20Quote the commanline to run configure.exe so it works with pathnames with spa...om
2007-05-20We will get this right eventuallybrain
2007-05-20Also wrongbrain
2007-05-20Wrong wrong wrong.brain
2007-05-20Throw bad alloc on out of memory, not return null, this is the correct behavi...brain
2007-05-20try...catch around the map::insert in AddFd, for some reason it throws someti...brain
2007-05-20Remove asserts and convert to unix line endingsbrain
2007-05-20- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a...w00t
2007-05-20Windows path seperator is \, this was assuming /. Fixed.brain
2007-05-20- Fix a small warning thrown by cl about unused local.w00t
2007-05-20Merge in burlex's easy-build patch, apparently its now single-click and wait.brain
2007-05-20Prevent vc8 from thinking we're dereferencing an end iteratorbrain
2007-05-20Change the define that defines strcasecmp->stricmp to use _stricmp to suppres...brain
2007-05-20Update from burlex, thanksbrain
2007-05-20Begone shitty safe stl warnings!brain
2007-05-20Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.brain
2007-05-20Guh. 1am Brain is weak brain.brain
2007-05-20- These two need to be generated by configure.exe (someone smack me if I'm wr...w00t
2007-05-20Patch for vc8 project files by burlex, thanksbrain
2007-05-19Fix (tested) for failing dlsym on win32brain
2007-05-19Fix std::sort stuff for w00tbrain
2007-05-19Space indents must die.brain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19I forgot to install cmd_reloadmodule.so, therefore the command wont workbrain
2007-05-19And remove a whole heap of .orig shit I just managed to commit.w00t
2007-05-19Helps if I add the w32 specific code, too. :pw00t
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-18Fixed a fairly low-risk crash in m_spanningtreespecial