Age | Commit message (Expand) | Author |
2013-04-26 | Modularize DNS | Adam |
2013-04-14 | Extract UID/SID generation logic into a new class: UIDGenerator | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-08 | Add builtin modes using AddService() | attilamolnar |
2013-04-08 | Rework dynamic_reference management, introduce dynamic_reference_nocheck | attilamolnar |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2013-04-04 | Line ending conversion | attilamolnar |
2013-04-01 | Convert IsSID() to a static member function, modules shouldn't override it | attilamolnar |
2013-04-01 | Remove more deprecated code | attilamolnar |
2013-03-28 | Fix premature overwriting of OLDTIME that resulted in time drifts never being... | attilamolnar |
2013-03-25 | Accept -c as a command line argument (equivalent to --config) | attilamolnar |
2013-03-24 | Initialize the FakeClient pointer in InspIRCd::InspIRCd() | attilamolnar |
2012-12-03 | Properly shut down stdin | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-10-14 | Replace printf(_c) with iostream | ChrisTX |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-07-21 | Don't hardcode conf/inspircd.conf as the config file, allow the configure scr... | attilamolnar |
2012-07-13 | Use less memory when rehashing built-in hashmaps | attilamolnar |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-15 | Explicitly shut down stdio's stdin/stdout/stderr. | William Pitcock |
2011-09-28 | Move my name from regular contributors to developers | Jackmcbarn |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2010-09-08 | Add gettimeofday() fallback for systems without clock_gettime | Daniel De Graaf |
2010-05-08 | Change -debug to force RAWIO level logging and disable all other logs | Daniel De Graaf |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-18 | Reset the already_sent IDs during slow garbage collection | danieldg |
2010-02-12 | Improve support for NetBSD | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-01-19 | Clean up some slow iterations | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-19 | Fix null deref on Cleanup() called before FakeUser creation | danieldg |
2009-10-19 | Clean up some log messages | danieldg |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-18 | Add more debug logging of object lifetimes | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | removes unnecessary checks in modules, removes a superfluous else statement, ... | peavey |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-13 | Remove needless chdir() from inspircd executable | danieldg |