]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cgiirc.cpp
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-15 brainFix for bug #349: NOTE there is important caveat about...
2007-07-12 peaveyApply patch from lain to fix multiple cgihosts not...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore factory conversion
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-26 w00t- Fix some win32 warnings in a way that won't crash...
2007-05-22 w00t- Fix two minor warnings here (catch (ModuleException...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-08 specialPatch by satmd to support using IP addresses with cgiirc
2007-03-03 brainAllow for the cgiirc module to change the users host...
2007-03-03 brainFix double-dereference in CheckIdent and CheckPass...
2007-02-14 brainForce ipv4 lookups here - cgiirc doesnt support ipv6...
2007-02-10 brainMerge patch for WEBIRC command from satmd
2007-02-07 brainRemember: C++ only works if you type the right method...
2007-02-07 brainIdent fixes,
2007-02-07 brainFix ipv6 ass-u-me's
2007-02-07 brainAdd InvalidateCache() calls and fix a ton of ass-u...
2007-02-07 brainMake this work when we have both ipv6 and ipv4 connecti...
2007-01-17 brainMass comment removal.
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-29 brainCGIResolver isnt being passed a serverinstance to its...
2006-09-15 brainAnnotations
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainChange some resolver stuff.
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-04 brainIPV6 compile fixes
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-01 brainRemove unused temp buffers
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-12 brainAll this works now (hopefully)
2006-07-12 brainFix typo
2006-07-12 brainSeems to work ok
2006-07-12 brainI don't know if this works yet -- needs testing
2006-07-12 omAdd part-finished m_cgiirc module for Brain to play...