summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20Add comments, remove debug, alter message in ./configurebrain
2006-07-20Fixed, no longer a memory leak (Thread leak)brain
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-20Someone please take a look at this and tell me why a thread doesnt free itsel...brain
2006-07-20Move a confusing debug message within its conditionalbrain
2006-07-20Make threaded dns stable by placing some mutexes around some stl stuff (this ...brain
2006-07-20Threaded dns stuff - im going to try and make this stable in 1.1brain
2006-07-20Extra sanity checksbrain
2006-07-20Okay, this is getting towards working now. It just needs the API finishing......om
2006-07-19Removed all that lastcreate and wantclose craq from dns.cpp (WHAT THE FUCK WE...brain
2006-07-19Stability fixbrain
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
2006-07-19Increase size to unsigned longbrain
2006-07-19Completely remove need for memset.brain
2006-07-19Add #include <sys/select.h> to select engine, we probably need itbrain
2006-07-19Fix MOTDbrain
2006-07-19Whoops, forgot SocketEngine::SocketEngine() gets called recursively from *Eng...brain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain
2006-07-19Change size of already_sent from char to int to work with uniq_id valuebrain
2006-07-19Speed up writecommon, writecommon_noformat, writechannel, etc (by quite a bit...brain
2006-07-19Special checking for muppet providers that make their reverse resolution reso...brain
2006-07-19Fix motd with new bufferingbrain
2006-07-18Tried to implement sprintf that returns std::string of any size, realized it ...brain
2006-07-16Tweaks for nonblocking dnsbrain
2006-07-16Improved connect time by not referencing the hash for each user value, store ...brain
2006-07-16Ignore empty lines, don't try and process them as commandsbrain
2006-07-16Only attempt forward lookup if the user still existsbrain
2006-07-16Remove some castsbrain
2006-07-16Craq removal service, at your servicebrain
2006-07-16i'm doing this in increments, because if i try and change too much at once, i...brain
2006-07-16Fixing sendq craskbrain
2006-07-16Update to new API - I think this is right, compiles...om
2006-07-16Fixed it myself so i can carry on coding1brain
2006-07-16More WHOw00t
2006-07-16WHO refactoring. In progress currently.w00t
2006-07-16*Changed user input/output buffering to incur less copiesbrain
2006-07-16Change to a DIFFERENT HOOK for added goodness.w00t
2006-07-16Document loopcall (its still complicated in concept, but now easier to read a...brain
2006-07-16Created new class irc::commasepstream.brain
2006-07-16Adjustmentbrain
2006-07-16Fix socket leak properly this timebrain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain