summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-22Add comments as to what its doingbrain
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-22This says ten minutes drift and should say five, fixedbrain
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
2007-05-21Reverted broken patch.. This may break, but it's unlikely :pfrostycoolslug
2007-05-20- Comment on the ifdef in here, to avoid people (like myself) going 'what the...w00t
2007-05-20Crash on restart in win32 fixed.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-20Prevent vc8 from thinking we're dereferencing an end iteratorbrain
2007-05-20Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.brain
2007-05-19Fix (tested) for failing dlsym on win32brain
2007-05-19Fix std::sort stuff for w00tbrain
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-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
2007-05-18m_censor can now block lines as well, by specifying an empty replace string (...special
2007-05-17Fix broken return statements preventing blockchat and blocked files to be use...brain