summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-23Output buffering on server connectionsbrain
2005-05-23Fixed the server names reported in /stats lbrain
2005-05-22Changed revision id's to std::stringbrain
2005-05-21Added m_opermodes.cpp, allows addition and removal of modes on oper upbrain
2005-05-21*** empty log message ***brain
2005-05-20Fixed crappy const stuffbrain
2005-05-20Removed stupid constsbrain
2005-05-20*** empty log message ***brain
2005-05-20*** empty log message ***brain
2005-05-20*** empty log message ***brain
2005-05-20Fixed case-sensitivity typo in module name for Addcommandbrain
2005-05-20Fixed /COMMANDSbrain
2005-05-20Added detail to /COMMANDSbrain
2005-05-20Added COMMANDS command (yes, really)brain
2005-05-19random crash fixesbrain
2005-05-19Kill fixesbrain
2005-05-19Changed a CXX to a CCbrain
2005-05-18*** empty log message ***brain
2005-05-18*** empty log message ***brain
2005-05-18Replacement of bzero with memset for solaris 10 compat.brain
2005-05-18bzero removed for compatibility with solaris 10brain
2005-05-18Removed unncessary sched_yield callsbrain
2005-05-17Added configurable SOMAXCONN sizebrain
2005-05-17Moved a load of servers-only stuff into serverrec out of the way of userrecbrain
2005-05-17Mass-connect speedups, also now uses less processor timebrain
2005-05-17Fine-tuning epoll parametersbrain
2005-05-17Changed epoll_wait timeoutbrain
2005-05-17Changed from SOMAXCONN to 32brain
2005-05-17Epoll tweaksbrain
2005-05-17Experimental: Epoll supportbrain
2005-05-16Increased listen backlog from 5 to use SOMAXCONN, system defined constant max...brain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Updated to keep lowermap const within hashcomp.cppbrain
2005-05-15Updated strhashcomp to use irc::string internally rather than a combination o...brain
2005-05-15New docsbrain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15Made modules use irc::string where they were using strcasecmp()brain
2005-05-15Added irc::stringbrain
2005-05-15Added comments to hashcomp.cppbrain
2005-05-15GCC 3.4/4.0 fixesbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Making sure this is compatible with GCC3.4/4.xbrain
2005-05-15(Untested) added hashcomp.cpp, seperates out the stl hash_map stuffbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-15Added idea from ircu: /invite with too few params shows the channels youve be...brain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-13Added Server::GetServerDescription() at request of Craigbrain