summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-07-21One mess and a half that compiles. To be tidied some day after it works (i dr...brain
2006-07-21Deal with ? substitution, we're at the point now where we can call the mysql_...brain
2006-07-21Seems to work to a point (dont use it, it wont actually execute a query yet)brain
2006-07-21This now compiles, i gaurantee it doesnt work :Pbrain
2006-07-21Change includes, use --libs_r rather than mysql_config --libs, we want re-ent...brain
2006-07-21Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr...brain
2006-07-21Set the query string in the SQLquery to the copy with parameters substituted in.om
2006-07-21Implemenet parameter substitution (damn sexy if you ask me..)om
2006-07-21ParamL needs to be a deque rather than a vector *thwap*om
2006-07-21Add tiny perl script to detect version and pass an appropriate -D to gcc. Mak...om
2006-07-21API header and client module updates for new multi-parameter query request. N...om
2006-07-21Slight tidyup: type name = type(args); --> type name(args);om
2006-07-20Make SQLexception inherit ModuleExceptionom
2006-07-20Updates, should be able to safely unload client modules with queries in progr...om
2006-07-20Okay, working PostgreSQL module, API header and example client module in /ext...om
2006-07-20Okay, this is getting towards working now. It just needs the API finishing......om
2006-07-16Update to new API - I think this is right, compiles...om
2006-07-16Change to a DIFFERENT HOOK for added goodness.w00t
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-16Fixes/codes of the query queue, various prototypes and stuff...mostly commite...om
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
2006-07-14Don't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined clients :)brain
2006-07-14Tidyupbrain
2006-07-14Changed to different way of clearing users on netsplit (uses less ram and sho...brain
2006-07-12All this works now (hopefully)brain
2006-07-12Fix typobrain
2006-07-12Seems to work okbrain
2006-07-12I don't know if this works yet -- needs testingbrain
2006-07-12A few updates to the API headerom
2006-07-12Add part-finished m_cgiirc module for Brain to play withom
2006-07-12Add exception handling herebrain
2006-07-12Added helperfuncs.hbrain
2006-07-12Oops, make methods publicbrain
2006-07-12Test framework in m_testcommand, add interfacebrain
2006-07-11Topic support in channel list - NOTE THIS ISNT SAFE AGAINST XSS YETbrain
2006-07-11Added stylesheet supportbrain
2006-07-11Now has a shiney 'valid xhtml 1.1' icon, just because it can.brain
2006-07-11XHTML 1.1 spec validation and charsetbrain
2006-07-11Removed some debug in the sorting algorithmbrain
2006-07-11typo Count -> Namebrain
2006-07-11Add voice, halfop and op countsbrain
2006-07-11Channel size sorting with a tricksy sort that converts it on the fly from std...brain
2006-07-11FIX channel user count stuff. next to do, order the user count listbrain
2006-07-11Channel user count stuffbrain
2006-07-11Check for uri and only claim /stats and /stats/brain
2006-07-11Add content-typebrain
2006-07-11Basic html output other than chickensbrain
2006-07-11Allow modules to change the content-type of the document (defaults to text/html)brain
2006-07-11Make it not b0rk on empty headersbrain
2006-07-11Stop the chickens reproducing :Xbrain