summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2013-05-18Get rid of the NICKForced extensionattilamolnar
2013-05-18Remove the size argument from IsChannel and IsNick.Peter Powell
2013-05-16Added a function to replace all the ugly sprintf-ing everywhereDaniel Vassdal
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-05-07Clean up cross-platform compatibility.Peter Powell
2013-04-26Modularize DNSAdam
2013-04-19Fix building with libc++.Peter Powell
2013-04-14Extract UID/SID generation logic into a new class: UIDGeneratorattilamolnar
2013-04-13Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()...attilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-09Move most whois related code from the core into cmd_whoisattilamolnar
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar
2013-04-05Merge inspircd_{config,version}.h into a single header file.Peter Powell
2013-04-04Stop recreating hashmaps every hour, move garbage collection code related to ...attilamolnar
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-01Merge pull request #452 from SaberUK/master+nuke-hashmapAttila Molnar
2013-04-01Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...attilamolnar
2013-04-01Convert IsSID() to a static member function, modules shouldn't override itattilamolnar
2013-04-01Remove more deprecated codeattilamolnar
2013-04-01Merge pull request #454 from SaberUK/master+misc-improvementsAttila Molnar
2013-04-01Remove some dead code:Peter Powell
2013-04-01Add macro for marking methods as deprecated.Peter Powell
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
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