| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix NULL dereference on rehash when there is a fatal error in the ↵ | 2014-03-01 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | configuration of connect classes Fixes issue #780 reported by @JDowny | |||||
| * | | Make the maximum hostname length configurable in the config. | 2014-03-08 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Move admin settings into core_info | 2014-03-07 | 1 | -3/+0 | ||
| | | | ||||||
| * | | Move {prefix|suffix|fixed}{quit|part} into core_user | 2014-03-07 | 1 | -6/+0 | ||
| | | | ||||||
| * | | Read the die and restart password and their hash type on demand | 2014-03-07 | 1 | -3/+0 | ||
| | | | ||||||
| * | | Load core_*.so instead of cmd_*.so | 2014-03-05 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Change all socketengine methods to be static | 2014-02-08 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Change SocketEngine functions that do not require an instance to be static | 2014-02-08 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ↵ | 2014-01-21 | 1 | -0/+1 | ||
| | | | | | | | | | both openssl and gnutls | |||||
| * | | Read uline state in spanningtree; remove ConfigReader::ulines | 2014-01-08 | 1 | -13/+0 | ||
| | | | ||||||
| * | | Add m_showfile, remove cmd_rules | 2013-12-18 | 1 | -4/+0 | ||
| | | | ||||||
| * | | Move stuff around a bit: | 2013-12-15 | 1 | -33/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | - Create FileSystem class: * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite. * Move ServerConfig::ExpandPath to FileSystem. * Move ServerConfig::FileExists to FileSystem. * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem. - Move FileReader to fileutils.cpp and fix documentation. - Move UserManager::DoBackgroundUserStuff to usermanager.cpp. | |||||
| * | | Fix a few issues | 2013-11-21 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | - Rehash notices - Modes in CAPAB - GetTargetAndAction() not being static in m_callerid - Loading custom configuration files using --config. (@SaberUK) - ServerConfig::Read not using std::endl. (@SaberUK) - Out of date comments in opers.conf.example, issue #624 | |||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -4/+4 | ||
| | | | | | | | | | automatically | |||||
| * | | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | 2013-08-30 | 1 | -11/+10 | ||
| | | | ||||||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -1/+6 | ||
| | | | | | | | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | |||||
| * | | Store oper types and opers in separate containers | 2013-08-13 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Add <path> keys for all of the compile-time paths. | 2013-08-12 | 1 | -1/+13 | ||
| | | | | | | | | | | | | | Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. | |||||
| * | | Require privs given on initial join to be in <options:defaultmodes>. | 2013-08-10 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Rename <options:moronbanner> to <options:xlinemessage>. | 2013-08-10 | 1 | -1/+1 | ||
| | | | | | | | | | This name is more descriptive of what is actually is used for. | |||||
| * | | Replace range() with min and max arguments on getInt(). | 2013-08-10 | 1 | -17/+3 | ||
| | | | ||||||
| * | | Prevent servers from ulining themselves. | 2013-08-10 | 1 | -0/+4 | ||
| | | | | | | | | | | | Almost every single case I have seen where this has been done has been an accident. | |||||
| * | | Change the default for <security:customversion> to an empty string. | 2013-08-10 | 1 | -1/+1 | ||
| | | | | | | | | | | | RFC 1459 says this field is for comments about the version. If the operator has no comments then we should not show any. | |||||
| * | | Warn if the server has no <bind> blocks. | 2013-08-10 | 1 | -1/+6 | ||
| | | | ||||||
| * | | Use an example server name if <server:name> is not defined. | 2013-08-10 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Rename <connect:nouserdns> to <connect:resolvehostnames>. | 2013-08-10 | 1 | -2/+2 | ||
| | | | | | | | | | | | This name is more descriptive and avoids a double negative which could make the name of this setting unclear to non-native speakers. | |||||
| * | | Move host cycle logic into m_hostcycle | 2013-08-09 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Change the syntax of FOREACH macros to be less dumb. | 2013-08-04 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Seperate ModeReference into ChanModeReference and UserModeReference | 2013-07-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Remove restriction on changing <limits:maxline> while running. | 2013-07-06 | 1 | -4/+0 | ||
| | | | ||||||
| * | | Fix users being able to set <server:network> to an invalid value. | 2013-07-04 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Allow for skipping clone checking before DNS is complete. | 2013-07-02 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Remove limitsomaxconn and remains of m_halfop/allowhalfop | 2013-06-18 | 1 | -5/+0 | ||
| | | | ||||||
| * | | Use iostream instead of C-style file operations. | 2013-06-06 | 1 | -6/+23 | ||
| | | | ||||||
| * | | Start to replace MAXBUF with <limits:maxline>. | 2013-06-06 | 1 | -2/+8 | ||
| | | | ||||||
| * | | Move a few trivial functions into headers | 2013-06-02 | 1 | -5/+0 | ||
| | | | ||||||
| * | | Clean up the FileReader class and all of the modules that use it. | 2013-05-27 | 1 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | - Modules which use this class will now have to catch a CoreException when opening files if they wish to ignore the failed loading of a file. - m_randquote has been cleaned up massively and the RANDQUOTE command has been removed as it was pretty much useless. | |||||
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -5/+4 | ||
| | | | ||||||
| * | | Allow spaces (and more) in oper types | 2013-05-16 | 1 | -2/+0 | ||
| | | | | | | | | | | | The spaces are converted to '_' characters in OPERTYPE for 2.0 servers Issue #533 suggested by @ankitkv | |||||
| * | | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -7/+7 | ||
| | | | | | | | | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | |||||
| * | | Merge insp20 | 2013-04-28 | 1 | -1/+2 | ||
| |\| | ||||||
| | * | Add config option to disable somaxconn range() check | 2013-04-23 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Move <performance:nouserdns> to <connect:nouserdns>. | 2013-04-27 | 1 | -6/+8 | ||
| | | | ||||||
| * | | Modularize DNS | 2013-04-26 | 1 | -80/+1 | ||
| | | | | | | | | | | | | | The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | |||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -10/+10 | ||
| | | | ||||||
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -36/+1 | ||
| | | | ||||||
| * | | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -11/+3 | ||
| | | | ||||||
| * | | Add the ability to deprecate config values as well as keys. | 2013-04-06 | 1 | -19/+36 | ||
| | | | ||||||
| * | | Purge the 1.1 config deprecations. | 2013-04-06 | 1 | -22/+1 | ||
| | | | ||||||
| * | | Move whowas settings into cmd_whowas from ConfigReader | 2013-04-04 | 1 | -7/+0 | ||
| | | | ||||||
