summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2008-03-16and no ssl in here.peavey
2008-03-16There isnt any ssl support here, remove the readvaluebrain
2008-03-16OK that should fix it for fail too. And make it compile again.peavey
2008-03-16new/delete - malloc/free, remember peaveypeavey
2008-03-16Less mem leaking, thx Brain for noticing.peavey
2008-03-16A little less debug saying WEEEE :]peavey
2008-03-16Experimental support for Microsoft SQL Server. Might crash and burn alot. App...peavey
2008-03-16Make this work, its all good! :)brain
2008-03-16Start of GeoIP module. This is deceptively simple.brain
2008-03-16YAY for LDAP oper blocks! :Dbrain
2008-03-15Allow for binding to non-anonymous DN for searches.brain
2008-03-14clean this up now Brain says it works :)peavey
2008-03-14Fix deprecation in trunk toopeavey
2008-03-14Roll back to 1.2, not 4.0 module verbrain
2008-03-14Fuckin finally!brain
2008-03-14Grrr!!!brain
2008-03-14Grrr, added this at the wrong location in trunkbrain
2008-03-08Add blurb about --enable-extras.aquanight
2008-03-08Advise symlinking instead of copyingbrain
2008-03-08Update this to read -modupdatebrain
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-18Merge in patch by Darom that fixes race condition when unloading m_mysql.so t...brain
2008-02-13Patch provided by danieldg for fixing 3-figure versions in configurebrain
2008-02-13Fix my compile error.w00t
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-12-Wshadow fixesbrain
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-02-05dz, you cant delete a nonpointer!brain
2008-02-02Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params...w00t
2008-01-31applink.c should be included in the link command, not #included in the sourcefez
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-21Win32 compilation fixesbrain
2008-01-20Update m_filter* to 1.2 API (it was still using Implements()), also implement...aquanight
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-10Header update: 2007 -> 2008w00t
2008-01-02Update this to use the new oper callw00t
2007-11-29The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-25Disable pedantic for this. Third party headers do silly stuff. long long?!brain
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-10-24Last of the -pedantic fixes. Seems we were all good with -pedantic from the s...brain
2007-10-24Pedantic cleanbrain
2007-10-24/usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long...brain
2007-10-23Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain