Age | Commit message (Expand) | Author |
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 |
2006-01-12 | Changed channel user lists from vector to map | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2006-01-01 | Fixes to typos and change to return by reference on GetClass | brain |
2006-01-01 | Changes to how classes are looked up (connects slightly faster) and fix for c... | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |
2005-12-29 | Attempt to cut out unneccessary printf() va_args voodoo (ugleh) | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-22 | Changed two fields in ConnectClass to strings, moved constructor stuff to ini... | brain |
2005-12-19 | Removed debug | brain |