Age | Commit message (Expand) | Author |
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 |
2006-07-16 | Change to a DIFFERENT HOOK for added goodness. | w00t |
2006-07-16 | Document loopcall (its still complicated in concept, but now easier to read a... | brain |
2006-07-16 | Created new class irc::commasepstream. | brain |
2006-07-16 | Adjustment | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-16 | Fix case sensitive commands issue due to new std::string based parser, improv... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-16 | MAJOR tidy of line parser, some parts rewritten and major chunks removed | brain |
2006-07-16 | Fixes/codes of the query queue, various prototypes and stuff...mostly commite... | om |
2006-07-16 | const the std::string reference in tokenstream's constructor | om |
2006-07-16 | Disable test suite | brain |
2006-07-16 | Improved this a lot | brain |
2006-07-16 | This should be faster, we read it like a stream now with GetToken until GetTo... | brain |
2006-07-16 | irc::tokenstream is a token parser which using std::string and std::vector bu... | brain |
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 |