Age | Commit message (Expand) | Author |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-21 | Fixed | brain |
2006-02-21 | Fix for ambiguity in function name here | brain |
2006-02-06 | Force initialize host to "" just in case it isnt (it should be however, as it... | brain |
2006-02-06 | Disabled ip->hostname cache, seems a bit fubar | brain |
2006-02-03 | Added extra 'looking up your hostname lollerskates' output :p | brain |
2006-02-03 | Typoes | brain |
2006-02-03 | Added back ip->host caching now we can make it not be a performance hit (we w... | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |
2005-12-29 | Changed some little bits and bobs here | brain |
2005-12-29 | Fixed an extremely n00bish mistake involving referencing a global copy of Ser... | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-22 | Optimized out strcpys that copy empty strings (craq++) | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-14 | Moved tons of stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-13 | Optimized accept() stuff to eliminate loop, idea while talking to w00t | brain |
2005-12-13 | Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo... | brain |
2005-12-13 | Made dnsqueue clean up its sockets from the socketengine properly | brain |
2005-12-12 | Attempts to make DNS nicer with new socket engine | brain |
2005-12-12 | *EXPERIMENTAL* Tied DNS into new socket engine | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-12-07 | Fixed to do forwards properly with uninitialized data | brain |
2005-12-07 | Tons of DNS debugging and stability fixes | brain |
2005-12-07 | DNS fixes | brain |
2005-12-02 | Added forward lookup sanity checks to single threaded dns | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-12 | Optimized some static structs | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-09 | Hit dns with spork. Repeat until crispy. | brain |
2005-05-09 | Fixes to way allocations are handled | brain |
2005-04-18 | Fixed strhashcomp | brain |
2005-04-11 | Dns free() errors fixed | brain |
2005-04-07 | Fixed a double free in dnsqueue.cpp | brain |
2005-04-05 | Major optimizations! | brain |
2005-04-03 | Fixed a few small dns timeout bugs (allowing users on without nick or user) | brain |
2005-04-03 | Major optimizations! now uses under 1% cpu all the time whilst idle | brain |
2005-04-02 | Fixes for dns queueing, timeout functions etc moved to more sensible place | brain |
2005-04-02 | Fixes for dns queueing | brain |
2005-04-02 | Fixed dns queue stuff? | brain |
2005-04-02 | One final attempt at fixing some of craigs whinges -- poll routine auto clear... | brain |
2005-04-01 | Turned an unstable vector into an array | brain |