summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
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
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-03Fixed resolver, forward lookup of ipv6 doesnt work right yetbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-01Remove unused temp buffersbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-07-12All this works now (hopefully)brain
2006-07-12Fix typobrain
2006-07-12Seems to work okbrain
2006-07-12I don't know if this works yet -- needs testingbrain
2006-07-12Add part-finished m_cgiirc module for Brain to play withom