Age | Commit message (Expand) | Author |
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 |
2008-08-04 | Oops, actually, return 1 to block change, 0 to check it, -1 to allow it regar... | w00t |
2008-08-04 | Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i... | w00t |
2008-07-29 | Move umode_n to umode_s, second half of last commit | w00t |
2008-07-29 | After discussions and thought, move umode +n to +s. This increases cross-ircd... | w00t |
2008-07-21 | Remove duplicated member, kept in classes.. Possible now we have a pointer. t... | w00t |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-20 | 304 -> RPL_SYNTAX | brain |
2008-07-20 | is rfc of sorts | w00t |
2008-07-20 | More numerics.h conversion | w00t |
2008-07-20 | Fix potential off-by-one on large reads (thanks psychon) | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-19 | Fix broken build | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-19 | Fix compile. Also remove write error stuff, as that was used prior to the goo... | w00t |
2008-07-19 | Use a switch (cleaner, probably more efficient) for user status here, also, w... | w00t |
2008-07-19 | Remove totally unused member, saving sizeof(unsigned int) per user record | w00t |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |