summaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
2017-12-23Add ISUPPORT tokens for the host, line, and user length.Peter Powell
2017-11-17Improve LIST and implement more extended list features.Peter Powell
2017-11-09Implement support for draft-brocklesby-irc-isupport-03 escapes.Peter Powell
2017-10-15Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.Peter Powell
2017-09-08Implement support for configurable casemapping & default to ASCII.Peter Powell
2017-07-24Replace the deprecated MAXBANS token with MAXLIST.Peter Powell
2016-09-14Improve the default ISUPPORT tokens.Peter Powell
2016-09-02Update stuff for the new versioning system.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-05-17Move InspIRCd::SendError() to cmd_dieAttila Molnar
2014-10-27Merge insp20Attila Molnar
2014-10-13Fix various warnings when building with LLVM 3.5.Peter Powell
2014-09-15Fix incorrect cleanup order in InspIRCd::Exit()Attila Molnar
2014-07-14Minor ISupportManager changesAttila Molnar
2014-06-22Change all occurrences of plain sort() to std::sort()Attila Molnar
2014-06-13Change allocation of InspIRCd::Threads to be physically part of the object co...Attila Molnar
2014-05-23Prefix all definitions in config.h to avoid potential collisions.Peter Powell
2014-04-14Remove WALLCHOPS and WALLVOICES ISUPPORT tokensAttila Molnar
2014-02-18Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...Attila Molnar
2014-02-08Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME defineAttila Molnar
2013-12-15Remove some pointless code:Peter Powell
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-09-08Remove InspIRCd::HandleRehash functorattilamolnar
2013-08-19Remove cmd_map from the coreattilamolnar
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-06-18Remove unused exit codesattilamolnar
2013-06-02ISupportManager: Tidy-up, expand commentsattilamolnar
2013-06-01Remove #define MAXPARAMETERS and "MAXPARA" 005 tokenattilamolnar
2013-05-19Move LogHeader to LogStream.Peter Powell
2013-05-16Fix padding bug in GenerateSID(), spotted by @ShutterQuickattilamolnar
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-04-14Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a...attilamolnar
2013-04-14Simplify UID generation logicattilamolnar
2013-04-14Extract UID/SID generation logic into a new class: UIDGeneratorattilamolnar
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
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
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-07-27Don't hard code the branch version.Peter Powell
2012-07-02Add CHANNELLEN to isupportAlyx
2012-05-27While at it, use a constant parameter for calling IncrementUID in GetUIDattilamolnar
2012-05-27Fix generating invalid UIDs after current_uid is 000Z99999 (next UID became 0...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix unused variables reported by the clang static analyzer.Peter Powell
2011-03-18Values were -1, couldnt find an explanation for that. So appliedDjSlash
2010-04-28Add log header including ircd versionDaniel De Graaf
2010-02-16Remove SYSTEM and related sensitive information from the non-oper VERSION linedanieldg
2010-02-15Show opers the raw VERSION string, not the custom onedanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain