Age | Commit message (Expand) | Author |
2006-07-20 | Make threaded dns stable by placing some mutexes around some stl stuff (this ... | brain |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | 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 | 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 | *Changed user input/output buffering to incur less copies | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-14 | Rollback dns change | brain |
2006-07-14 | Fix dns socket leak found in stable | brain |
2006-07-10 | - userrec::ProcessNoticeMasks - provide a way to set or unset masks. | w00t |
2006-07-10 | -Clone mode methods into notice mask methods for userrec. | w00t |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Convert new +isw modes to new mode format | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-05-24 | More debug tracking | brain |
2006-05-14 | Broken kline matching in connect code (reported by LeaChim) | brain |
2006-05-06 | Ignore EAGAIN when write()ing | brain |
2006-05-03 | Checks for negative fd's when adding them to the socketengine so we can gener... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-07 | Make WriteServ use WriteServ_NoFormat, code duplication = bad >:/ | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-26 | IS_LOCAL check on flushwritebuf | brain |
2006-03-25 | Possible fix for a desync condition | w00t |
2006-03-25 | kill_link safety checks | brain |
2006-03-13 | Changed to use IS_LOCAL not user->fd > -1 | brain |
2006-03-12 | Adding to the buffer was clearing it first, reverting the buffering to a pre-... | brain |
2006-03-10 | Tidyup and move ConvToStr to a publically accessible place | brain |
2006-03-10 | Another typo | brain |
2006-03-10 | Moved more stuff into right places | brain |
2006-03-09 | Changing by-value parameters to const references | om |
2006-03-09 | Speedups | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Fixed to correctly use iterator | brain |
2006-03-09 | Fixed to use iterators | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-07 | Flush user buffers more often (every 30 iterations) | brain |
2006-03-07 | Whois typo fixes | brain |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-07 | Improved userlist to avoid strlen | brain |
2006-03-05 | Sped up introduction of nicks using vector::resize() rather than the craq++ l... | brain |
2006-03-02 | Slight optimization here | brain |
2006-03-02 | Strdup's to stop corruption of oper classes | brain |
2006-03-02 | Fix for warning | brain |
2006-03-02 | sstrdup?! | brain |