summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
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
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-29CGIResolver isnt being passed a serverinstance to its constructor, so its try...brain
2006-09-15Annotationsbrain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Change some resolver stuff.brain
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)brain
2006-08-04IPV6 compile fixesbrain