summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
2008-05-19Convert connection::hostbrain
2008-05-18Next to convertbrain
2008-05-04Convert a whole bunch morepeavey
2008-04-26I not ibricker
2008-04-12Trunk fix for bug #505 reported by nenolodbrain
2008-04-07Hosts vector not cleared on rehash, made rehashing for changes impossiblebrain
2008-03-24And more of thembrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-11Fix: Extra duplication of InspIRCd * is not necessary.w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-08Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc...w00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04Anotherbrain
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-07-26Set defaults for an enumbrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-15Fix for bug #349: NOTE there is important caveat about this in the example co...brain
2007-07-12Apply patch from lain to fix multiple cgihosts not being read correctly.peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17More factory conversionw00t
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-26- Fix some win32 warnings in a way that won't crash gcc compiles (I thought I...w00t
2007-05-22- Fix two minor warnings here (catch (ModuleException& e) -> catch (ModuleExc...w00t
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Add m_taxonomy and api minor tweak to make it work, enable some modules for it.brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-08Patch by satmd to support using IP addresses with cgiircspecial
2007-03-03Allow for the cgiirc module to change the users host if it doesnt resolvebrain
2007-03-03Fix double-dereference in CheckIdent and CheckPass which causes the values of...brain
2007-02-14Force ipv4 lookups here - cgiirc doesnt support ipv6 anyway.brain
2007-02-10Merge patch for WEBIRC command from satmdbrain
2007-02-07Remember: C++ only works if you type the right method names and not ones that...brain
2007-02-07Ident fixes,brain
2007-02-07Fix ipv6 ass-u-me'sbrain
2007-02-07Add InvalidateCache() calls and fix a ton of ass-u-me :/brain
2007-02-07Make this work when we have both ipv6 and ipv4 connections at oncebrain
2007-01-17Mass comment removal.brain