Age | Commit message (Expand) | Author |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Change some if fd > -1 to IS_LOCAL macro | brain |
2006-07-19 | Increase size to unsigned long | brain |
2006-07-19 | Completely remove need for memset. | brain |
2006-07-19 | Fix MOTD | brain |
2006-07-19 | Change size of already_sent from char to int to work with uniq_id value | brain |
2006-07-19 | Speed up writecommon, writecommon_noformat, writechannel, etc (by quite a bit... | brain |
2006-07-19 | Fix motd with new buffering | brain |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-01 | Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna... | om |
2006-07-01 | Replace rather craq'y loop with a couple of std::string calls | om |
2006-07-01 | forward port of r4092 | w00t |
2006-06-29 | Change log() to a #define, the real symbol is now do_log(), the new macro aut... | om |
2006-06-24 | Forwardport of safety fixes for Write* functions | brain |
2006-06-12 | If the <ALLOW> or <DENY> tag specifies an ip, and this user resolves, | brain |
2006-06-08 | Fix for mode string getting cut, breaks on some +L | brain |
2006-04-28 | Error checking of raise(), so that if theres no coredump and raise fails, we ... | brain |
2006-04-28 | signal/raise in the sigsegv handler to re-raise the sig for a coredump | brain |
2006-04-24 | Fix various typos and warnings | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-20 | execinfo - backtrace() and backtrace_symbols() where available | brain |
2006-04-09 | Shuffle some more includes around, const reference a few functions in inspircd.* | om |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-07 | Make WriteServ use WriteServ_NoFormat, code duplication = bad >:/ | om |
2006-04-07 | Slight optimisation to config reader, looks nicer even if it's not faster. | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-04-04 | Add WriteOpers_NoFormat, now to remember what I wanted it for | om |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-04-04 | This doesn't belong in userprocess.cpp. :P | w00t |
2006-03-21 | Tidyup: (unsigned) cast to more explicit (unsigned char) | brain |
2006-03-20 | Trivial: ServerPrivmsgAll() sending Notices | brain |
2006-03-19 | LUSERS oper count was broken and reporting the oper count to always be equal ... | brain |
2006-03-12 | Fixed a missing reference to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-11 | Start of conversion to const refs for std::strings in module api - A LOT OF S... | brain |
2006-03-11 | Tidyup by making some thing sprintf only once rather than n times (where n is... | brain |
2006-03-10 | Another const reference conversion, and remove redundant declaration of userr... | om |
2006-03-10 | patch <inspircd-userlist-ptr-safety.diff (Thanks nenolod) | brain |
2006-03-09 | Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin... | brain |
2006-03-09 | Modes the wrong way around | brain |
2006-03-09 | (Needs test) Improved userlist() | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Fixed to correctly use iterator | brain |
2006-03-09 | Probably wont compile yet - purge_empty_channels refactor | brain |
2006-03-09 | mptr++ not *mptr++! | brain |
2006-03-09 | Fix buffer overflow (visible in /mode #channel) | om |
2006-03-08 | Fixed externs | brain |