summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-09-10Stop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE YOUR GUTS DEBIAN) from ...brain
2006-09-10Nicer fixbrain
2006-09-10Change a fux into a fix for pippjin (thanks for the bt)brain
2006-09-10Much neater more compact override notices for modes:brain
2006-09-09ModuleFactories are not being deleted, this means that updates arent loadedbrain
2006-09-09Remove debug outputbrain
2006-09-09I'll give you ##TOAST, :pbrain
2006-09-09Reset LastParse string when we try to parse new modesbrain
2006-09-09Dont generate host change, ident change or fullname change events if the host...brain
2006-09-09Ensure that these output the sane value thats actually set, not the possibly ...brain
2006-09-09Tidier string buildingbrain
2006-09-09Make SAMODE oper output tidierbrain
2006-09-09And fix it so it doesnt go into an infinite loop when meeting the end conditi...brain
2006-09-09Add sane limiting to mode output, so we cant have more than 100 mode chars in...brain
2006-09-09Tidy up override snoticesbrain
2006-09-09m_override is now fixed, replaced AC_GENERAL_MODE OnAccessCheck eventbrain
2006-09-09More debug logging in this modulebrain
2006-09-09Grrbrain
2006-09-09Changes to m_overridebrain
2006-09-08This useless module doesnt work right in multi-server and isnt much good anyw...brain
2006-09-08Fix output when user SANICKs themselvesbrain
2006-09-08Stop valgrind whining about uninitialized array, all we do is pass it as a bu...brain
2006-09-08Fix small memory leak if non-cidr string passed to MatchCIDRbrain
2006-09-08Fix for uninitialized var in valgrind outputbrain
2006-09-08Sensible failure messages for cmd_qlinebrain
2006-09-08Move spynames attempt notice into success areabrain
2006-09-08And fix it to compile :pbrain
2006-09-08Tidy up setidle message sent to opers, to show the actual idle time set if th...brain
2006-09-08Made SANICK not collide the user (theres no need to in the new 1.1 now we hav...brain
2006-09-08Report invalid nicknames back to operbrain
2006-09-08Add failed SANICK noticesbrain
2006-09-08Only put out SANICK success line if the nickchange succeedsbrain
2006-09-08Correctly put qline notices into xline snomaskbrain
2006-09-08Typo in mode handler doesnt let -M be removed!brain
2006-09-08Add similar printf format fix to namesxbrain
2006-09-08Explicitly call the std::string version of WriteServ in chanrec::UserList to ...brain
2006-09-08*YOINK* Add jamie's patch for parameterized usermodes in m_opermodes (thanks)brain
2006-09-07userrec::ForceNickChange was broken (not the entire nickchange system as i'd ...brain
2006-09-071) Make earlier fix to inspsocket actually compile without errorbrain
2006-09-07Delete the file descriptor upon write error to an inspsocket, preventing it e...brain
2006-09-06Fix crashbug when /who'ing people who arent on a channel (chan->GetPrefixChar...brain
2006-09-06Forgot to returnbrain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-06JOIN now has a TS parameter on it. The client protocol will ignore this when ...brain
2006-09-06Drop and log unknown nicks in FJOIN, rather than aborting the linkbrain
2006-09-05New CAPAB variable (manditory): PROTOCOLbrain
2006-09-05This is a complex one: when autoconnecting, we check each links failover, and...brain
2006-09-04'Connection to %s closed' now says 'Connection to %s failed'brain