Age | Commit message (Expand) | Author |
2006-07-20 | Fixed, no longer a memory leak (Thread leak) | brain |
2006-07-20 | Make threaded dns stable by placing some mutexes around some stl stuff (this ... | brain |
2006-07-19 | Special checking for muppet providers that make their reverse resolution reso... | brain |
2006-07-16 | Only attempt forward lookup if the user still exists | brain |
2006-07-16 | Fixing sendq crask | brain |
2006-07-16 | Adjustment | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-14 | Rollback dns change | brain |
2006-07-14 | Fix dns socket leak found in stable | brain |
2006-07-12 | Make it work: | brain |
2006-05-10 | Fix output corruption when host is exactly 64 chars long | 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-03 | Copy of 1_0_stable fix for malformed (>64 chars) hostnames. | brain |
2006-03-12 | Const refs (this is about the last of them in the core api) | brain |
2006-03-07 | Whois typo fixes | brain |
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 |