summaryrefslogtreecommitdiff
path: root/src/users.cpp
AgeCommit message (Expand)Author
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-08-04Fix global session checksbrain
2006-08-04Better detection for hosts starting with :brain
2006-08-04Fixes for ::0 ip's, disable autobind when using ::ffff: etcbrain
2006-08-04More changesbrain
2006-08-04Changesbrain
2006-08-04Debugbrain
2006-08-04Extra debugbrain
2006-08-04Safety wrapper defines for ipv6 code on ipv4 ircdsbrain
2006-08-04IPV6 changes for userrec::ipbrain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-03Fixed resolver, forward lookup of ipv6 doesnt work right yetbrain
2006-08-03Dynamically generate 004 numeric from the modehandler listbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02Fixesbrain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Fixesbrain
2006-08-01Fixesbrain
2006-08-01Stuff to make user host resolving use class Resolver - not tested yetbrain
2006-08-01Add support for comparing ipv6 for clone countingbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-27Fix crashbug when exiting a remote client with threaded dns on (oops)brain
2006-07-20Move a confusing debug message within its conditionalbrain
2006-07-20Make threaded dns stable by placing some mutexes around some stl stuff (this ...brain
2006-07-18Tried to implement sprintf that returns std::string of any size, realized it ...brain
2006-07-16Improved connect time by not referencing the hash for each user value, store ...brain
2006-07-16Ignore empty lines, don't try and process them as commandsbrain
2006-07-16Remove some castsbrain
2006-07-16Craq removal service, at your servicebrain
2006-07-16i'm doing this in increments, because if i try and change too much at once, i...brain
2006-07-16Fixing sendq craskbrain
2006-07-16*Changed user input/output buffering to incur less copiesbrain
2006-07-16Fix socket leak properly this timebrain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-14Rollback dns changebrain
2006-07-14Fix dns socket leak found in stablebrain
2006-07-10- userrec::ProcessNoticeMasks - provide a way to set or unset masks.w00t
2006-07-10-Clone mode methods into notice mask methods for userrec.w00t
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Add userrec::HasMode, fix some typos.brain
2006-07-08Convert new +isw modes to new mode formatbrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-05-24More debug trackingbrain
2006-05-14Broken kline matching in connect code (reported by LeaChim)brain
2006-05-06Ignore EAGAIN when write()ingbrain
2006-05-03Checks for negative fd's when adding them to the socketengine so we can gener...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om