Age | Commit message (Expand) | Author |
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 |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-08 | Removed unneccessary temporary casts to char* when casting a userrec | brain |
2006-03-08 | It's neat. It's tidy. It has no spaces, and almost matches our guidelines... | w00t |
2006-03-07 | Whois typo fixes | brain |
2006-03-07 | Optimizations | brain |
2006-03-07 | Improved userlist to avoid strlen | brain |
2006-03-07 | Fixed typo | brain |
2006-03-07 | *TEST CODE* Faster custom mode set/unset | brain |
2006-03-06 | maxbans fixes | brain |
2006-03-06 | MaxBans -> maxbans | brain |
2006-03-06 | Tidied GetMaxBans to leave the ConfigReader subsystem alone | brain |
2006-03-06 | Removed unneccessary backticks from a copy/paste | brain |
2006-03-06 | More documentation. | w00t |
2006-03-06 | Yarr, fixed a typo in a comment, yarr | w00t |
2006-03-06 | Added the beginnings of some function documentation | w00t |
2006-03-06 | Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu... | brain |
2006-03-02 | Added stuff to log() to make it recalculate the time using asctime() less often | brain |
2006-03-02 | Added charlcat which appends a single char to a char* string (range checked) | brain |
2006-02-28 | BanHiding | brain |
2006-02-26 | Valgrind fixes | brain |
2006-02-21 | Fixed | brain |
2006-02-21 | Added second form of find() taking const char*, which is faster in the core w... | brain |
2006-02-21 | Improved speed of Find() by passing reference to std::string instead of std::... | brain |
2006-02-19 | Apparently to catch descendent classes we need to catch a reference to the pa... | brain |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-13 | Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ... | w00t |
2006-02-07 | Properly count remote opers in /LUSERS | brain |
2006-02-03 | Extra safety checks | brain |
2006-02-03 | Extra debugging to locate segfault | brain |
2006-02-03 | numbskull moment | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-02-03 | *EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits | brain |
2006-01-31 | Key hiding when youre not on the channel | brain |
2006-01-31 | Optimized WriteServ - why use %s!%s@%s when we have the more optimal userrec:... | brain |
2006-01-25 | Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the... | om |
2006-01-22 | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |