summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2016-06-17Don't exit on rehash if the pid file cannot be writtenAttila Molnar
2013-09-14Fix ConvToStr(char)attilamolnar
2013-09-08Fix a crash when running as systemd serviceChrisTX
2012-10-29Fix typo in doc and remove some whitespaceattilamolnar
2012-10-29Move ServerConfig::ProcessColors() into class InspIRCd, as a helper functionattilamolnar
2012-10-19Fix for #268.Peter Powell
2012-10-14Replace printf(_c) with iostreamChrisTX
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-07-13Move STATS handler back to cmd_stats so it's hotpatchable againattilamolnar
2012-07-06Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...Justin Crawford
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-05-27Add testsuite tests for UID generationattilamolnar
2012-05-23Fix compile error caused by unistd.h not existing on Windows.Peter Powell
2012-05-03Merge pull request #96 from Justasic/insp20Robin Burchell
2012-04-22Fixed using a function on every call for /motd, causing lag on large networks...Justin Crawford
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-16Fix compilation with GCC 4.7.Guillaume Delacour
2012-04-14Fixes for bug #12Justin Crawford
2010-04-28Add log header including ircd versionDaniel De Graaf
2010-02-20Restore <options:exemptchanops> with long namesdanieldg
2010-02-15Show opers the raw VERSION string, not the custom onedanieldg
2010-02-12Fix conversion warnings on g++ 3.4danieldg
2010-02-12Floating-point math should have no place in an ircddanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-01-28Fix empty FMODE being sent if SendMode mode changesdanieldg
2010-01-19Fix some command registration warningsdanieldg
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-03Match USERINPUT/USEROUTPUT identifiersdanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-22Clean up unused functions, add nonicks operoverride [dKingston]danieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
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-21Update documentation and remove unused classes/functionsdanieldg
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-18Remove more classbasedanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-11Use CoreExport for the ServerInstance extern. Fixes unresolved symbol error f...peavey
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg