Age | Commit message (Expand) | Author |
2006-07-22 | I hate the fucking mysql devs. Craq smoking bastards. | brain |
2006-07-22 | Allocate id properly | brain |
2006-07-22 | Actually hook up the OnUnloadModule event >_< | om |
2006-07-22 | This compiles, dont expect it to work yet | brain |
2006-07-22 | Logic error, success is when the error ID *is* NO_ERROR :P | om |
2006-07-22 | Stop publishing MySQL feature - check for successful publishing of SQL feature | brain |
2006-07-22 | Stop publishing the PgSQL feature ( :-'( ) | om |
2006-07-22 | Fix -modupdate to not break inspircd_se_config.h (a configure-written header ... | brain |
2006-07-22 | Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W... | brain |
2006-07-22 | Explicitly return false after killing user in OnCheckReady() (theoretically n... | om |
2006-07-22 | * Change to use QREPLY_FAIL | brain |
2006-07-22 | Handle queries failing properly, actually work | om |
2006-07-22 | Set the SQLresult's error field properly when the query fails | om |
2006-07-22 | Add new QREPLY_FAIL error code (bad query syntax etc) | om |
2006-07-22 | Add extra parameter to MySQLresult and SQLresult | brain |
2006-07-22 | Fix test client error cheecking on result types | brain |
2006-07-22 | Update to SQLv2 API | om |
2006-07-22 | Set the ID in the request *before* we copy it by value why not.. | om |
2006-07-22 | *hide*, I forgot to include the ID in the SQLresult *rehide* | om |
2006-07-22 | Add back the auto reconnect | brain |
2006-07-22 | Test commit to sync after network outage | brain |
2006-07-22 | Huge ass comment about how this works | brain |
2006-07-22 | Works with the m_testclient test program/suite! | brain |
2006-07-22 | Error checking and debug | brain |
2006-07-22 | Works now (again, to a point) | brain |
2006-07-22 | Try and find out why stuff isnt working | brain |
2006-07-22 | Getting a bit further | brain |
2006-07-21 | Added notification socket | brain |
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 | Change formatting | brain |
2006-07-20 | Add comments, remove debug, alter message in ./configure | brain |
2006-07-20 | Fixed, no longer a memory leak (Thread leak) | brain |
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 | Someone please take a look at this and tell me why a thread doesnt free itsel... | brain |
2006-07-20 | Move a confusing debug message within its conditional | brain |
2006-07-20 | Make threaded dns stable by placing some mutexes around some stl stuff (this ... | brain |
2006-07-20 | Threaded dns stuff - im going to try and make this stable in 1.1 | brain |