summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-26- Remove duplicate call to MatchText in filter.. it seems to work ok for me, ...w00t
2007-05-26- Fix some win32 warnings in a way that won't crash gcc compiles (I thought I...w00t
2007-05-25Choose the correct defines so that its not built too lean to compilebrain
2007-05-25Add defines that speed up the build process and reduce executable bloatbrain
2007-05-25Tidy up to coding stylebrain
2007-05-25Fix for bug #302. He may not have had any connect lines in his conf but it ne...brain
2007-05-25DIE. DIE YOU FUCKING ASSHAT OF A BUG.brain
2007-05-25Fix for bug #303 reported by HiroP, thanksbrain
2007-05-25Initial fix wasnt working, and was a mess. Lets try this again.brain
2007-05-25Fix for /list glob bug in core LIST reported by HiroP, bug #304brain
2007-05-25Don't allow SVSHOLD from a non-ulined client. Thanks click.w00t
2007-05-24Propagate the gunloadmodule command even if the module isn't loaded locally; ...special
2007-05-24Somehow, the code which does the "assumption" that no prefix means 'that' ser...brain
2007-05-24Make kill hiding work properly locallybrain
2007-05-24Two things, document how InspIRCd finds the dns server ip on windows if you d...brain
2007-05-24Whoops, helps if it compresses, not decompresses.brain
2007-05-24Compressor script that compresses all shared objects and exe with upx, should...brain
2007-05-23Commit patch by IronLegend, thanks :) -- Fixes bug #298brain
2007-05-23One more with redundant ref to instance. I think this is the last one.peavey
2007-05-22Module class has a member ServerInstance, so remove any extra refs still ling...peavey
2007-05-22take out whowas stats from stats z until I figure out how to fix it.peavey
2007-05-22- Fix two minor warnings here (catch (ModuleException& e) -> catch (ModuleExc...w00t
2007-05-22Bloody 'safe stl' warnings.brain
2007-05-22Crappy warningsbrain
2007-05-22Have configure try and create ..\bin\release\* and/or ..\bin\debug\*brain
2007-05-22Add comments as to what its doingbrain
2007-05-22Comment on how we came up with this code, and comment itbrain
2007-05-22This could do with some commentsbrain
2007-05-22Tidyupbrain
2007-05-22Code to find nameservers in the windows registry - largely untestedbrain
2007-05-22Someone forgot the blindingly obvious - APPLY the glines/zlines you add! they...brain
2007-05-22Add BUILD define which tells the install script what to buildbrain
2007-05-22Its CreateDirectory in win :/brain
2007-05-22Have this make the debug and release dirs, fannying around mkdiring them in a...brain
2007-05-22Change to NOT optimize, /O2 was set on all projects, probably a bad thing, we...brain
2007-05-22Update this to always run even if we have an inspircd_config.h, having to man...brain
2007-05-22This says ten minutes drift and should say five, fixedbrain
2007-05-21Add .net framework version checkbrain
2007-05-21Fix to properly uninstallbrain
2007-05-21Squash unused var errorbrain
2007-05-21Remove warning in gcc this timebrain
2007-05-21I think this was the source of burlex's confusion with the spanningtree propo...brain
2007-05-21In this module we declare the md5 context as a class, then reference it in fu...brain
2007-05-21Move inspircd.h to topbrain
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