Age | Commit message (Expand) | Author |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-18 | Added MAXPARA=32 to 005 (no other ircd has this, or allows a larger MAXPARA b... | brain |
2006-02-15 | - Manually bump revision ID, apparantly it's stopped doing it itself... | w00t |
2006-02-08 | Increased how often socket timeout checks occur which will mean flushing writ... | brain |
2006-02-07 | 005 update, removed duplicate WALLCHOPS reported by ThaPrince, added VBANLIST | brain |
2006-02-03 | Check for time going BACKWARDS (yes. really.) | brain |
2006-02-03 | Added "FNC WALLVOICES WALLCHOPS" to 005 numeric, | brain |
2006-02-03 | Added '%' to STATUSMSG | brain |
2006-02-03 | *EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits | brain |
2006-02-02 | *UNTESTED DO NOT USE YET* - async dns for InspSocket as test - removing requi... | brain |
2006-01-30 | Dont check paths on cygwin | brain |
2006-01-27 | Removed unused variable char* target | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-26 | Removed excessive debug for something thats now fixed | brain |
2006-01-25 | Fixed to not have ohv in CHANMODES type A, | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | brain |
2006-01-23 | Reordered some stuff to allow a clever trick | brain |
2006-01-22 | Updated 005 to show changeable MAXTARGETS | brain |
2006-01-22 | Wrong nicklen is shown in the 005 numeric, fixed (noticed by ThaPrince) | brain |
2006-01-15 | Added support for <options customversion> to customize the second part of VER... | 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-09 | Missing classname | brain |
2006-01-09 | Fixed compile issue | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-04 | Renumber the implement lists after a module is unloaded | brain |
2006-01-04 | Added a TODO | brain |
2006-01-03 | Added CASEMAPPING and CHARSET to ISUPPORT (005) | brain |
2005-12-30 | Changed background stuff to occur more often | brain |
2005-12-30 | Optimized out some more redundant va_args voodoo | brain |
2005-12-29 | Cached ISUPPORT | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |
2005-12-29 | Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu... | brain |
2005-12-29 | Fixed an extremely n00bish mistake involving referencing a global copy of Ser... | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-28 | Signal handlers were not being set when -nofork was enabled | brain |
2005-12-26 | Fixed and implemented /modules debug <glob> | brain |
2005-12-26 | Fixed typo | brain |
2005-12-26 | Added global_implementation array, bypasses calls which *NO* modules are curr... | brain |
2005-12-26 | Fixed support for implementation hooks | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | 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 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-16 | Added 'this' to LoadAllModules | brain |
2005-12-16 | Moved serverstats* stats to InspIRCd class | brain |
2005-12-16 | Moved LoadAllModules out of constructor, because value of 'this' isnt assigne... | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | Moved mode stuff into modeparser | brain |