]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cgiirc.cpp
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-08-16 w00tcgiirc: Pass hosts to WEBIRC command on rehash. No...
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-08 w00tAdd a snotice when a user tries to use WEBIRC without...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-29 brainApply patch to fix ipv6 builds, contributed by danieldg...
2008-05-19 brainConvert connection::host
2008-05-18 brainNext to convert
2008-05-04 peaveyConvert a whole bunch more
2008-04-26 brickerI not i
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
2008-04-07 brainHosts vector not cleared on rehash, made rehashing...
2008-03-24 brainAnd more of them
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00tFix: Extra duplication of InspIRCd * is not necessary.
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-08 w00tFix low-risk potential memory leak: if a webirc client...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainAnother
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-27 w00tRemove unnecessary header traffic
2007-08-19 brainAllow support for multiple dns results per request...
2007-07-26 brainSet defaults for an enum
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...
next