]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cgiirc.cpp
Fix some of the include guard names (requested by SaberUK)
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
2010-09-04 Daniel De GraafFix resolved hostname not being changed when WEBIRC...
2010-08-11 Daniel De GraafFix NotifyOpers setting not being applied correctly
2010-03-06 danieldgWe refer to modules using .so not .cpp
2010-03-05 danieldgSet m_cgiirc to run its OnUserConnect before m_conn_umodes
2010-03-05 danieldgMake CGI:IRC host resolution block registration, fixes...
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-03 danieldgDon't use hosts more than 64 characters long from CGI:IRC
2010-01-30 danieldgForward-port of r12333, clone-counting fix for m_cgiirc
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-05 danieldgShow channel listmodes (+beIg) in /CHECK output
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-01 danieldgFix CGI:IRC user class not being changed based on their...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
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)
next