Age | Commit message (Expand) | Author |
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 |
2008-08-22 | Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-08-17 | Add OnParameterMissing to modehandler, called when the mode handler should ha... | brain |
2008-08-09 | Unbreak compile.. | w00t |
2008-08-09 | Add translation type TR_CUSTOM, and fix up callerid some. | aquanight |
2008-08-07 | Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ... | w00t |
2008-08-07 | Always deny invite to users below halfop status, move OnUserPreInvite up to a... | w00t |
2008-08-07 | Fix incorrect numerics, closes bug #588 | w00t |
2008-08-04 | Add optional 3rd parameter to Channel::SetTopic() which overrides all access ... | om |