summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
2009-09-02Change allocation of commands/modesdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Rename User::GetPort to GetServerPort to clarify its purposedanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
2009-08-16cgiirc: Pass hosts to WEBIRC command on rehash. No fucking wonder this never ...w00t
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-02Globally route "a" snotices for more modules. Patch from Milliways.danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-08Add a snotice when a user tries to use WEBIRC without matching any configured...w00t
2009-01-02Update copyrights for 2009.w00t
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-09-29Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and...special
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-29Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-)brain
2008-05-19Convert connection::hostbrain
2008-05-18Next to convertbrain
2008-05-04Convert a whole bunch morepeavey
2008-04-26I not ibricker
2008-04-12Trunk fix for bug #505 reported by nenolodbrain
2008-04-07Hosts vector not cleared on rehash, made rehashing for changes impossiblebrain
2008-03-24And more of thembrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-11Fix: Extra duplication of InspIRCd * is not necessary.w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-08Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc...w00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04Anotherbrain
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
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