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 | 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 |
2006-07-20 | Extra sanity checks | brain |
2006-07-20 | Okay, this is getting towards working now. It just needs the API finishing...... | om |
2006-07-19 | Removed all that lastcreate and wantclose craq from dns.cpp (WHAT THE FUCK WE... | brain |
2006-07-19 | Stability fix | brain |
2006-07-19 | Change stats recv/send to double, so they can hold truly massive numbers of t... | brain |
2006-07-19 | Increase size to unsigned long | brain |
2006-07-19 | Completely remove need for memset. | brain |
2006-07-19 | Add #include <sys/select.h> to select engine, we probably need it | brain |
2006-07-19 | Fix MOTD | brain |
2006-07-19 | Whoops, forgot SocketEngine::SocketEngine() gets called recursively from *Eng... | brain |
2006-07-19 | * Seperate out socket engines into derived classes of SocketEngine. | brain |
2006-07-19 | Change size of already_sent from char to int to work with uniq_id value | brain |
2006-07-19 | Speed up writecommon, writecommon_noformat, writechannel, etc (by quite a bit... | brain |
2006-07-19 | Special checking for muppet providers that make their reverse resolution reso... | brain |
2006-07-19 | Fix motd with new buffering | brain |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | brain |
2006-07-16 | Tweaks for nonblocking dns | brain |
2006-07-16 | Improved connect time by not referencing the hash for each user value, store ... | brain |
2006-07-16 | Ignore empty lines, don't try and process them as commands | brain |
2006-07-16 | Only attempt forward lookup if the user still exists | brain |
2006-07-16 | Remove some casts | brain |
2006-07-16 | Craq removal service, at your service | brain |
2006-07-16 | i'm doing this in increments, because if i try and change too much at once, i... | brain |
2006-07-16 | Fixing sendq crask | brain |
2006-07-16 | Update to new API - I think this is right, compiles... | om |
2006-07-16 | Fixed it myself so i can carry on coding1 | brain |
2006-07-16 | More WHO | w00t |
2006-07-16 | WHO refactoring. In progress currently. | w00t |
2006-07-16 | *Changed user input/output buffering to incur less copies | brain |