summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-01Fix broken inet_pton callbrain
2006-08-01Fixes for inspsocket in ipv6 environmentbrain
2006-08-01Still working under ipv4 nowbrain
2006-08-01Dns stuffbrain
2006-08-01This might well be the last commit to this dns resolver in its current form. ...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-08-01Missing include breaks "make clean" on the cmd_* filesbrain
2006-07-31Remove match/wildcmp wrapper which just casts from const char* to char*, do t...brain
2006-07-30I think ive found the answer to the hanging connections problem. The majority...brain
2006-07-30When m_ident isnt loaded, dont prepend ~ to identsbrain
2006-07-30Back to 1.1.0+SVNbrain
2006-07-301.1.0+PartyHats(ATP)brain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-30Fix to send out modes remotely when a ban expires so that other ircds have th...brain
2006-07-30Fix more timedban stuff - possible infinite loop if ban expires after the cha...brain
2006-07-29Fix for bug which can lock up ircd if someone adds a timed ban when the banli...brain
2006-07-29Started UserManager classbrain
2006-07-29Fix typobrain
2006-07-28Allow invalid nicks from remote users in NICK (we'll need this soon for UID n...brain
2006-07-28Remove documentation of m_operwho from herebrain
2006-07-28Remove m_operwho, no longer required in 1.1 as standard /who can do its jobbrain
2006-07-28Finish off /WHO (i think it covers everything). Now has a few extra optionsbrain
2006-07-28Tidyupbrain
2006-07-28Typical, forgot a ;brain
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-28Take invisible requirement out of chlist()brain
2006-07-28Remove castsbrain
2006-07-28Remove unnecessary cast ;pom
2006-07-28Beat om to the commitbrain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-28Remove TODO, we just did it.brain
2006-07-28Fix the obligotary typosbrain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Change some if fd > -1 to IS_LOCAL macrobrain
2006-07-28Optimize common_channelsbrain
2006-07-28Change chlist() to use a chained appendbrain
2006-07-28Make the error more obvious, still has 'not enough params' on the start nowbrain
2006-07-28Re-order stuff so that users cant get syntax for commands they dont have acce...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-27Add VF_SERVICEPROVIDERbrain
2006-07-27Fix to allow +q/-q etcbrain
2006-07-27Allow SAMODE and remote users to set +qa without local-user checks (bug?)brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27Fix the remote +k-k stuffbrain
2006-07-27Allow freaky stuff with +k when coming from a server or remote user (allow +k...brain
2006-07-27Fix crashbug when exiting a remote client with threaded dns on (oops)brain
2006-07-27* Fix Server::SendMode to actually work again.brain