summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-09-11There is absolutely no need to cache connect timeout.w00t
2008-09-11Remove an unused member.w00t
2008-09-11Remove WaitingForWriteEvent, it seems to do *nothing* except confuse things. ...w00t
2008-09-10Clear out the string used for the temporarily stored hostname during DNS reso...special
2008-09-10Fixed comments for cached host fields in User; 3/4 of these were completely i...special
2008-09-09Remove a totally redundant method (this is already available via inheritance ...w00t
2008-09-08Remove crappy, unsafe (and now unneeded!) casts.w00t
2008-09-08Remove listening from BufferedSocket, it's bloaty and horrid. We have a Liste...w00t
2008-09-08Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre...w00t
2008-09-08Add incoming IP to OnAcceptReadyw00t
2008-09-07Tidy up some of the internals a bit, making things a bit more extensible and ...w00t
2008-09-07Merge class connection in with class user (nothing else inherits it anyway, a...w00t
2008-09-07Merge the second interface for socket hooking into one, so it's all done by A...w00t
2008-09-07Initialising the member we added might be an idea.w00t
2008-09-07Fix forward-declaration caused as a result of recent changes.w00t
2008-09-07Start moving IO hooking from being bufferedsocket based to residing in EventH...w00t
2008-09-06Grr at windows exportsbrain
2008-09-06fixes so m_sqloper builds on winbrain
2008-09-06Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()brain
2008-09-06Speedupsbrain
2008-09-06Nope w00t it wasnt the last :pbrain
2008-09-06Properly handle CIDR etc for user pointer extbansbrain
2008-09-06Make sure user is null when a literal is passedbrain
2008-09-06Optional use of user objectbrain
2008-09-06Whoops left something outbrain
2008-09-06Newer extban-supporting listmode apibrain
2008-09-06Stick Enable() in private, enhance commentsbrain
2008-09-06New methods in mutex purely for readability:brain
2008-09-04MutexEngine -> MutexFactory, more sensible namebrain
2008-09-04Fix silly compile errorsbrain
2008-09-04ability to create mutexes (rather than just having one system wide mutex) in ...brain
2008-08-31Whoops, left off a virtual. Please ensure youre using this version if you act...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded po...w00t
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-27Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::...w00t
2008-08-25Numerous changes to make this build..w00t
2008-08-25This include doesn't exist in 1.2w00t
2008-08-25Forward-port poll socket engine as it seems reasonably stable, and half-hack ...w00t
2008-08-24Properly name the windows service error constants and put proper descriptions...brain
2008-08-24Forgot to remove a ,brain
2008-08-24No names for the service specific errors, probably wont ever name them as the...brain
2008-08-24Movebrain
2008-08-24work in progressbrain
2008-08-22Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special