summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2016-06-17Don't exit on rehash if the pid file cannot be writtenAttila Molnar
2015-05-17Fixed a build warningThe Aviator
2014-02-11Fix various problems detected by Clang 3.4.Peter Powell
2013-09-26Improve error reporting for <security:runas{user,group}>.Peter Powell
2013-09-08Fix a crash when running as systemd serviceChrisTX
2013-07-07Fix low risk crash when we can't determine maximum open socket count.Peter Powell
2013-05-23Update authorsattilamolnar
2013-05-18Initialize local_countattilamolnar
2013-03-28Fix premature overwriting of OLDTIME that resulted in time drifts never being...attilamolnar
2013-03-25Accept -c as a command line argument (equivalent to --config)attilamolnar
2013-03-24Initialize the FakeClient pointer in InspIRCd::InspIRCd()attilamolnar
2012-12-03Properly shut down stdinattilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-07-21Don't hardcode conf/inspircd.conf as the config file, allow the configure scr...attilamolnar
2012-07-13Use less memory when rehashing built-in hashmapsattilamolnar
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-15Explicitly shut down stdio's stdin/stdout/stderr.William Pitcock
2011-09-28Move my name from regular contributors to developersJackmcbarn
2011-04-10Fixed Windows build on VS 2010Adam
2010-09-08Add gettimeofday() fallback for systems without clock_gettimeDaniel De Graaf
2010-05-08Change -debug to force RAWIO level logging and disable all other logsDaniel De Graaf
2010-02-20Restore <options:exemptchanops> with long namesdanieldg
2010-02-18Reset the already_sent IDs during slow garbage collectiondanieldg
2010-02-12Improve support for NetBSDdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-01-19Clean up some slow iterationsdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-25Force heap allocation of refcountbase, create usecountbase for non-allocation...danieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-19Fix null deref on Cleanup() called before FakeUser creationdanieldg
2009-10-19Clean up some log messagesdanieldg
2009-10-19Valgrind now runs completely clean.danieldg
2009-10-18Add more debug logging of object lifetimesdanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-13removes unnecessary checks in modules, removes a superfluous else statement, ...peavey
2009-10-13Change to new execution directory structuredanieldg
2009-10-13Remove needless chdir() from inspircd executabledanieldg
2009-10-12Fix empty SID validation and generationdanieldg
2009-10-12Fix automatic SID generation when generated value is less than 100danieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg