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