| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move my name from regular contributors to developers | 2011-09-28 | 1 | -2/+2 | |
| | | |||||
| * | Change InspIRCd::Run() to return void | 2011-05-05 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright notices to 2011 | 2011-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Remove return statement that is never hit | 2011-05-03 | 1 | -2/+0 | |
| | | |||||
| * | Remove command_parse.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove timer.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove threadengine.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove dns.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove cull_list.h from inspircd.h | 2011-01-29 | 1 | -3/+10 | |
| | | |||||
| * | Remove protocol.h from inspircd.h | 2011-01-29 | 1 | -0/+1 | |
| | | |||||
| * | Add an improved version of the old test suite | 2011-01-28 | 1 | -2/+16 | |
| | | |||||
| * | Remove unused variables and functions | 2010-12-01 | 1 | -2/+0 | |
| | | |||||
| * | Force Extensible objects to be registered prior to use | 2010-10-08 | 1 | -0/+3 | |
| | | |||||
| * | Add a lot more timestamps for debugging things that take too long | 2010-10-06 | 1 | -2/+7 | |
| | | |||||
| * | Add some timing debug logging to OnGarbageCollect | 2010-10-06 | 1 | -3/+22 | |
| | | |||||
| * | Add ExtensibleType argument to ExtensionItem to identify item types | 2010-09-22 | 1 | -4/+4 | |
| | | |||||
| * | Add gettimeofday() fallback for systems without clock_gettime | 2010-09-08 | 1 | -2/+8 | |
| | | |||||
| * | Add CrashState for tracing basic call state when the stack is corrupt | 2010-08-25 | 1 | -0/+1 | |
| | | |||||
| * | Replace thread engine with job engine | 2010-08-24 | 1 | -14/+1 | |
| | | |||||
| * | Clarify the configuration tag function names | 2010-08-22 | 1 | -2/+2 | |
| | | |||||
| * | Remove testsuite, unused code | 2010-08-21 | 1 | -17/+3 | |
| | | |||||
| * | Change config reading hook for better error reporting | 2010-08-21 | 1 | -3/+3 | |
| | | | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. | ||||
| * | Clean up some comments | 2010-08-12 | 1 | -18/+2 | |
| | | |||||
| * | Finish header file #include untangle | 2010-08-08 | 1 | -7/+1 | |
| | | |||||
| * | Mark channel redirects using a common extension to prevent double-redirects | 2010-08-04 | 1 | -0/+1 | |
| | | |||||
| * | Change -debug to force RAWIO level logging and disable all other logs | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Allow m_sqlauth to set connect class | 2010-08-03 | 1 | -0/+1 | |
| | | |||||
| * | Funnel access checks through the OnPermissionCheck hook | 2010-08-03 | 1 | -5/+1 | |
| | | |||||
| * | Remove dead code | 2010-08-03 | 1 | -1/+0 | |
| | | |||||
| * | Restore <options:exemptchanops> with long names | 2010-08-03 | 1 | -1/+2 | |
| | | |||||
| * | m_modeaccess, channel mode +W, allows the prefix required to set a mode to ↵ | 2010-08-03 | 1 | -1/+2 | |
| | | | | | be changed | ||||
| * | Allow named modes to be disabled with <disabled:modes> | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Reset the already_sent IDs during slow garbage collection | 2010-02-18 | 1 | -18/+22 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12493 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Improve support for NetBSD | 2010-02-12 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add random number generation functions to InspIRCd class. | 2010-02-09 | 1 | -1/+2 | |
| | | | | | | | | Default implementation uses libc random(), which can be better than rand(). If gnutls is loaded, gcrypt will be used to provide random numbers. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12404 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up some slow iterations | 2010-01-19 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12300 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove excessive gettimeofday system calls | 2010-01-18 | 1 | -31/+30 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Force heap allocation of refcountbase, create usecountbase for ↵ | 2009-10-25 | 1 | -1/+3 | |
| | | | | | | | non-allocation reference counting git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11978 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Make User::uuid and User::server const | 2009-10-23 | 1 | -2/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11962 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move command-line items to CommandLineConf | 2009-10-21 | 1 | -25/+31 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11949 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change module API to use LocalUser* where correct | 2009-10-21 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11943 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Split LocalUser and RemoteUser | 2009-10-21 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11940 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix null deref on Cleanup() called before FakeUser creation | 2009-10-19 | 1 | -1/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11926 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up some log messages | 2009-10-19 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11917 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Valgrind now runs completely clean. | 2009-10-19 | 1 | -8/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11916 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add more debug logging of object lifetimes | 2009-10-18 | 1 | -5/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11900 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix module unmapping with culled Module objects | 2009-10-14 | 1 | -17/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11875 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move static map of extensions into ServerInstance, add const-correctness | 2009-10-14 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11873 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | removes unnecessary checks in modules, removes a superfluous else statement, ↵ | 2009-10-13 | 1 | -5/+3 | |
| | | | | | | | fixes some formatting. Patch by dKingston. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11867 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
