summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-12Fix wildcard matching in win32, seems that incrementing an iterator dereferen...brain
2008-05-11Show keys to opers correctlybrain
2008-05-11Dont obscure channel keys in the statsbrain
2008-05-11cleanup an old unused varpeavey
2008-05-11Show +sp channels to opers correctlybrain
2008-05-10Improve this not to use pointer maths directly, use an iteratorbrain
2008-05-10Fix for bug #532 reported by dantheman, thanksbrain
2008-05-10Check for " to " toobrain
2008-05-10Add a 'sanitize' function to sanitize special characters in the output, <, > ...brain
2008-05-10Add ident, port, ip to user info in <user> tagbrain
2008-05-10Give tons more information in the xml feed, should be enough to construct jus...brain
2008-05-10Fix for last nights blockcaps tweak to make it a little more accuratebrain
2008-05-10Fix LoadConf always reading 1 extra byte of random garbage.peavey
2008-05-09If nobody else is going to submit a diff, may as well do it myself. Using you...brain
2008-05-09Same fixes to make this module scale much better. Dont connect on each query,...peavey
2008-05-09Fixes to make this module scale much better. Dont connect on each query, keep...peavey
2008-05-09nuke some debug (snatch)peavey
2008-05-09Don't stringjoin here, we don't for any other commands (cban, *line) so I'd l...w00t
2008-05-09Don't route after nuking the user from orbit, there's no point (minor)w00t
2008-05-09Add test suites for edge cases and in the process, spot a crash in the new co...brain
2008-05-09Convert CIDR matching and wildcard matching to operate on std::stringsbrain
2008-05-09Fixw00t
2008-05-09Fix crash if OnCheckBan is called and there is no list, the if was reversed.peavey
2008-05-09Port from hottpd: Split src/socket.cpp out into src/cidr.cppw00t
2008-05-09Fix segfault on rehash and tweak the connect code.peavey
2008-05-09Fix some indenting.peavey
2008-05-09Add defaults for SQLHost since comparing depends on them being initialised. A...peavey
2008-05-09Fix restart code, by getting run path and argv before calling Cleanup()peavey
2008-05-08Add call to protocol interface to get useful info on the server map. Return a...brain
2008-05-08Make this nicer, rely on the last write event after the Write() that sends al...brain
2008-05-08Remove the timeout stuff, it is not stable and not really required, we are no...brain
2008-05-08When searching by servername without wildcards, conceal +i users no matter wh...brain
2008-05-08Possible todow00t
2008-05-08Clarify a comment that confused mew00t
2008-05-08Rename to m_connectbanw00t
2008-05-08Prepare to rename this, change it's purpose from quitban to connect ban (was ...w00t
2008-05-08Remove a level of nesting from thisw00t
2008-05-07Masterful rewrite of User::AddBuffer to remove a string copy (and make more e...w00t
2008-05-07Add support for /nick 0: changes nick to UID, which can come in useful for ci...w00t
2008-05-07Make u_listmode more sensible and make it properly use WriteNumeric, and a fe...brain
2008-05-06Fix broken m_alias, cant preallocate and then push_back, because then its ma...brain
2008-05-06Fix bad throws and some other stuff in this modulebrain
2008-05-06Fix typo +c => +C reported by alamarpeavey
2008-05-05Remove JOIN sending, all should be FJOINbrain
2008-05-05Snotice on failed oper.w00t
2008-05-05Okay, this was good in theory, but totally and utterly fucked in implementati...w00t
2008-05-05Don't propegate SETHOST, ChangeDisplayedHost sends out hostchange anywayw00t
2008-05-05Un-break this so remote users still get RemoteMessage okay if targetted at a ...w00t
2008-05-05Alter remotemessage here to not do what w00ts patch did, twicebrain
2008-05-05Don't re-propegate CHGHOST unnecessarilyw00t