Age | Commit message (Expand) | Author |
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 |
2005-12-19 | SSL is a fucking mess. | brain |
2005-12-18 | Added IOHookModule stuff to allow for different modules to hook different ports | brain |
2005-12-16 | Missing extern | brain |
2005-12-16 | Moved serverstats stuff out | brain |
2005-12-16 | Moved more command parsing stuff to CommandParser | brain |
2005-12-16 | Fixed warning | brain |
2005-12-16 | Some things just cant be static... | brain |
2005-12-16 | Moving to faster way of hooking i/o | brain |
2005-12-16 | Removed syscalls in log, moved va* buffers to static char | brain |
2005-12-16 | Optimized away a memset made it potentially 10x faster | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Optimized helperfuncs | brain |
2005-12-15 | Improved pointer voodoo in chanmodes(), many less strlcats | brain |
2005-12-14 | Moved some other stuff into ServerConfig | brain |
2005-12-14 | Moved include stack stuff to be private to ServerConfig | brain |
2005-12-14 | Removed reference to RULES | brain |
2005-12-14 | More references to RULES and MOTD | brain |
2005-12-14 | Removed deprecated direct reference to file_cache MOTD, RULES | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |
2005-12-14 | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h | brain |
2005-12-14 | Moved tons of stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |