]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cgiirc.cpp
Change to use std::string::iterator rather than making a copy of the pointer and...
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
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...