Age | Commit message (Expand) | Author |
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 |
2009-10-12 | Fix empty SID validation and generation | danieldg |
2009-10-12 | Fix automatic SID generation when generated value is less than 100 | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-30 | Remove include/inspircd_se_config.h and socketengine-specific headers | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-16 | Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod... | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Move user quit logic out of cull list | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | More deallocation-at-exit cleanup | danieldg |
2009-09-02 | Misc removal of pointless Extend strings | danieldg |
2009-09-02 | Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist | danieldg |
2009-09-02 | Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co... | danieldg |