Age | Commit message (Expand) | Author |
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 | 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 | 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-12 | A few updates to the API header | om |
2006-07-11 | Fixed | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-10 | Making lots of stuff inherit from classbase so we can use it as a holdall cla... | brain |
2006-07-10 | GetExt conversion | brain |
2006-07-10 | Templated GetExt() | brain |
2006-07-10 | Support for systems without stdint.h (we make a guess at sizeof(unsigned int)... | brain |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-07 | More stuff for m_pgsql in, provider-side API stuff semi-done | om |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |
2006-06-28 | Added SQLQuery::GetError() and removed a lot of space indenting | special |
2006-06-16 | Fix for m_ssl_openssl dying if the DH params file doesn't exist, compiles but... | om |
2006-06-15 | Now uses mysql_config and mysql_rpath.pl | brain |
2006-06-15 | Nicer SQLQuery::Sanitise | brain |
2006-06-01 | Fixed logic for OnWhois "is using SSL" numeric. Was broken: required the user... | brain |
2006-05-30 | Apply mirq's optimization patches | brain |
2006-04-30 | change to ability for QueryCount to return -1 for both of the 1.1 sql api's | brain |
2006-04-30 | In 1.1, we return a negative value when QueryCount has a downed connection - ... | brain |
2006-04-30 | Merge of peaveydk's diff (at last) | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-20 | Include paths change | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-17 | Tidy up around the ex AMD64 'fix' | om |
2006-03-17 | Did the same thing here :/ | om |