Age | Commit message (Expand) | Author |
2008-07-20 | Removed excess spaces before some lines in /info - thanks psychon | special |
2008-07-20 | Alter prompt to indicate that multiple tests can be queued by entering multip... | brain |
2008-07-20 | Fix output corruption on startup if ports fail to bind, spotted by psychon | brain |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-20 | 304 -> RPL_SYNTAX | brain |
2008-07-20 | Fixes to make win32 build again | 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 total mess of makefile dependency macros (all depending on stuff they don... | brain |
2008-07-19 | Fix the 4-byte read madness discovered by psychon | brain |
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-19 | Hook OnUserPreKick and disallow kick on +k users also | w00t |
2008-07-19 | Spaces to tabs, EXORCISE THE DEMON. Thanks psychon. | w00t |
2008-07-19 | jackmcbarn's patch left something out | brain |
2008-07-19 | Crash fix from jackmcbarn, thanks, fixes bug #578 | brain |
2008-07-18 | Set parent to empty if there is no parent, pippijn, does this fix your duplic... | w00t |
2008-07-18 | Okay. This will probably break *everything*, but hey. Use static linking (JUS... | w00t |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-17 | Send strerror() on all socket error messages, this should help diagnose probl... | w00t |
2008-07-16 | Fix parts being screwed up, thanks psychon | w00t |
2008-07-16 | Fixed example MOTD which was a bit screwed up, thanks psychon | w00t |
2008-07-16 | Add psychon to regular contributors | w00t |
2008-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-15 | Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te... | w00t |
2008-07-14 | Add reference to wiki CIDR tutorial in <cidr> docs. | om |
2008-07-14 | Remove unneccessary temp value which caused a win32 problem by using uint32_t... | om |
2008-07-14 | Add extban types +bb R: and M: - stops matching account masks from joining an... | w00t |
2008-07-14 | Rename quietban to muteban, change character to +b m:, this way it fits with ... | w00t |
2008-07-14 | Merge m_nickban into m_nonicks | w00t |
2008-07-14 | Add InspIRCd::AddExtBanChar() to avoid copypasta. | w00t |
2008-07-14 | More broken compile stuff | w00t |
2008-07-14 | Fix compile | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-13 | Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST... | w00t |
2008-07-13 | Fix indentation to look right | brain |
2008-07-13 | More conversion, and a note to client coders. | w00t |
2008-07-13 | Convertage. | w00t |
2008-07-13 | Convert, convert, convert | w00t |
2008-07-13 | Convert a bunch of crap | w00t |
2008-07-13 | Finish channels.cpp conversion to numerics list | w00t |
2008-07-13 | Add include/numerics.h, contains/will contain an enum for numerics. Work in p... | w00t |
2008-07-13 | Fix order of arguments, this means that ban exceptions for extbans actually w... | w00t |
2008-07-13 | Default to adding uppercase characters to allowed hostmap list, this has caug... | w00t |