| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version to 3.0 in comments and messages | 2016-09-02 | 1 | -2/+2 | |
| * | Merge insp20 | 2016-08-17 | 1 | -0/+4 | |
| |\ | |||||
| | * | Don't show snotices for kills from ulined clients | 2016-02-25 | 1 | -0/+4 | |
| * | | Add a method which calculates the maximum mask length. (#1171) | 2016-07-22 | 1 | -0/+3 | |
| * | | Remove <options:ircumsgprefix> entirely | 2015-12-06 | 1 | -5/+0 | |
| * | | Move ServerConfig::InvBypassModes into core_channel | 2015-11-02 | 1 | -4/+0 | |
| * | | Merge branch 'master+flatmap' | 2014-12-19 | 1 | -3/+4 | |
| |\ \ | |||||
| | * | | Change type of some associative containers to their flat versions, including ... | 2014-12-15 | 1 | -2/+2 | |
| | * | | Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs | 2014-12-15 | 1 | -2/+3 | |
| * | | | Pass the empty tag to Limits when constructing a ServerConfig, remove default... | 2014-12-09 | 1 | -8/+0 | |
| * | | | Add ServerLimits constructor that reads limits from a ConfigTag and use it | 2014-12-09 | 1 | -0/+5 | |
| |/ / | |||||
| * | | Merge insp20 | 2014-10-27 | 1 | -0/+5 | |
| |\| | |||||
| | * | Avoid calling methods on NULL pointers wherever possible.•••The trick we use to allow this is undefined behaviour and is not liked by LLVM. We should stop using it but it has the potential to break to many things for a minor release. | 2014-10-13 | 1 | -0/+5 | |
| * | | Remove listmode hiding support from the core•••This is now handled by m_hidelist | 2014-09-10 | 1 | -6/+0 | |
| * | | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 1 | -0/+4 | |
| * | | Move typedef ClassVector to ServerConfig::ClassVector | 2014-07-16 | 1 | -0/+4 | |
| * | | Prefix all definitions in config.h to avoid potential collisions. | 2014-05-23 | 1 | -4/+4 | |
| * | | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.•••Remove channels/high-join-limit privilege | 2014-04-11 | 1 | -2/+2 | |
| * | | Make the maximum hostname length configurable in the config. | 2014-03-08 | 1 | -1/+3 | |
| * | | Move admin settings into core_info | 2014-03-07 | 1 | -15/+0 | |
| * | | Move {prefix|suffix|fixed}{quit|part} into core_user | 2014-03-07 | 1 | -24/+0 | |
| * | | Read the die and restart password and their hash type on demand | 2014-03-07 | 1 | -12/+0 | |
| * | | Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is defined | 2014-02-07 | 1 | -5/+0 | |
| * | | Merge insp20 | 2014-01-21 | 1 | -2/+1 | |
| |\| | |||||
| | * | Fix a shadow warning created by ConfigTag::create | 2013-09-13 | 1 | -2/+1 | |
| * | | Read uline state in spanningtree; remove ConfigReader::ulines | 2014-01-08 | 1 | -4/+0 | |
| * | | Remove unused motd and rules field from ServerConfig | 2013-12-18 | 1 | -10/+0 | |
| * | | Move stuff around a bit:•••- 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. | 2013-12-15 | 1 | -26/+4 | |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -0/+11 | |
| * | | Fix Windows build and a few more problems | 2013-08-27 | 1 | -1/+1 | |
| * | | Store oper types and opers in separate containers | 2013-08-13 | 1 | -2/+5 | |
| * | | Add ConfigTag::getDuration() with optional bounds checking | 2013-08-12 | 1 | -0/+20 | |
| * | | Add <path> keys for all of the compile-time paths.•••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. | 2013-08-12 | 1 | -9/+37 | |
| * | | Rename <options:moronbanner> to <options:xlinemessage>.•••This name is more descriptive of what is actually is used for. | 2013-08-10 | 1 | -2/+2 | |
| * | | Replace range() with min and max arguments on getInt(). | 2013-08-10 | 1 | -1/+1 | |
| * | | Move host cycle logic into m_hostcycle | 2013-08-09 | 1 | -5/+0 | |
| * | | Allow for skipping clone checking before DNS is complete. | 2013-07-02 | 1 | -0/+7 | |
| * | | Use iostream instead of C-style file operations. | 2013-06-06 | 1 | -0/+6 | |
| * | | Start to replace MAXBUF with <limits:maxline>. | 2013-06-06 | 1 | -3/+5 | |
| * | | Move a few trivial functions into headers | 2013-06-02 | 1 | -1/+1 | |
| * | | Purge a ton of code related to non <log> related logging.•••- InspIRCd::OpenLog - ./inspircd --logfile [file] This is no longer needed now we have (since 1.2) custom logging. | 2013-05-19 | 1 | -2/+0 | |
| * | | Allow spaces (and more) in oper types•••The spaces are converted to '_' characters in OPERTYPE for 2.0 servers Issue #533 suggested by @ankitkv | 2013-05-16 | 1 | -5/+0 | |
| * | | Modularize DNS•••The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | 2013-04-26 | 1 | -8/+0 | |
| * | | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -4/+1 | |
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -18/+0 | |
| * | | Migrate u_listmode.h into the core, change +b to use it | 2013-04-08 | 1 | -4/+0 | |
| * | | Move whowas settings into cmd_whowas from ConfigReader | 2013-04-04 | 1 | -13/+0 | |
| * | | Remove legacy code, mostly related to 1.2 compatibility | 2013-04-01 | 1 | -5/+0 | |
| |/ | |||||
| * | Remove ServerLimits::Finalise(), it's completely wrong•••Truncate <limits:identmax>+1 long idents in User::ChangeIdent() | 2012-12-09 | 1 | -15/+0 | |
| * | Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function•••Change signature to accept a file_cache reference so modules can use it easily | 2012-10-29 | 1 | -4/+0 | |
