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