| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge insp20 | Attila Molnar | 2016-08-17 | 1 | -1/+2 |
| |\ |
|
| | * | Don't exit on rehash if the pid file cannot be written | Attila Molnar | 2016-06-17 | 1 | -1/+2 |
| * | | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar | 2016-02-25 | 1 | -0/+1 |
| * | | Add Numeric::Numeric | Attila Molnar | 2016-02-25 | 1 | -0/+1 |
| * | | Move implementation of ConvTo*() and related functions into convto.h | Attila Molnar | 2016-02-25 | 1 | -82/+1 |
| * | | Include stdint.h from inspircd.h | Attila Molnar | 2016-02-25 | 1 | -0/+1 |
| * | | Add Numeric::Builder | Attila Molnar | 2015-12-30 | 1 | -0/+1 |
| * | | Strip all control codes except \001 in InspIRCd::StripColor()•••Fixes issue #1100 reported by @uecasm
| Attila Molnar | 2015-12-08 | 1 | -1/+1 |
| * | | Move InspIRCd::SendError() to cmd_die•••Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
| Attila Molnar | 2015-05-17 | 1 | -5/+0 |
| * | | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine()
| Attila Molnar | 2015-04-28 | 1 | -17/+2 |
| * | | Add flat_[multi]{map,set} containers | Attila Molnar | 2014-12-15 | 1 | -0/+1 |
| * | | Add the insp::aligned_storage template | Attila Molnar | 2014-09-27 | 1 | -0/+1 |
| * | | Remove InspIRCd::BindSocket() | Attila Molnar | 2014-08-04 | 1 | -9/+0 |
| * | | Move ISupportManager class declaration to isupportmanager.h from inspircd.h | Attila Molnar | 2014-07-14 | 1 | -21/+1 |
| * | | Add InspIRCd::TimingSafeCompare() function that compares strings in a timing-... | Attila Molnar | 2014-06-28 | 1 | -0/+9 |
| * | | Add parameter to InspIRCd::TimeString for UTC time formats.•••Missing doc added by @attilamolnar
| Peter Powell | 2014-06-25 | 1 | -1/+2 |
| * | | Add formatting to InspIRCd::TimeString; switch all code to use it.•••m_httpd also now uses the correct timestamp format.
Windows-specific fixes by @attilamolnar, original PR #849
| Peter Powell | 2014-06-25 | 1 | -1/+4 |
| * | | Change allocation of InspIRCd::Users to be physically part of the object cont... | Attila Molnar | 2014-06-24 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::SNO to be physically part of the object contai... | Attila Molnar | 2014-06-24 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::Modules to be physically part of the object co... | Attila Molnar | 2014-06-24 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::Logs to be physically part of the object conta... | Attila Molnar | 2014-06-24 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::Modes to be physically part of the object cont... | Attila Molnar | 2014-06-24 | 1 | -1/+1 |
| * | | Add the fakederef class | Attila Molnar | 2014-06-24 | 1 | -0/+11 |
| * | | Remove unused #define ERROR -1 | Attila Molnar | 2014-06-14 | 1 | -4/+0 |
| * | | Make the default ProtocolInterface instance part of class InspIRCd•••The protocol module no longer has to delete it on load and construct it on
unload, only assign a new value to ServerInstance->PI
| Attila Molnar | 2014-06-13 | 1 | -0/+4 |
| * | | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar | 2014-06-13 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::BanCache to be physically part of the object c... | Attila Molnar | 2014-06-13 | 1 | -1/+1 |
| * | | Pull in bancache.h from inspircd.h | Attila Molnar | 2014-06-13 | 1 | -0/+1 |
| * | | Change allocation of InspIRCd::Threads to be physically part of the object co... | Attila Molnar | 2014-06-13 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::stats to be physically part of the object cont...•••While at it, remove "stats" from all field names
| Attila Molnar | 2014-06-13 | 1 | -13/+13 |
| * | | Add ConvToUInt64() | Attila Molnar | 2014-06-11 | 1 | -0/+9 |
| * | | Cull ident sockets instead of immediate delete, add stdalgo::culldeleter | Attila Molnar | 2014-03-24 | 1 | -0/+6 |
| * | | Create the stdalgo namespace for container-related algorithms, add stdalgo::v... | Attila Molnar | 2014-03-24 | 1 | -0/+1 |
| * | | Change allocation of InspIRCd::Timers to be physically part of the object con... | Attila Molnar | 2014-03-15 | 1 | -1/+1 |
| * | | Change allocation of InspIRCd::chanlist to be physically part of the object c... | Attila Molnar | 2014-03-14 | 1 | -2/+2 |
| * | | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar | 2014-03-14 | 1 | -5/+5 |
| * | | Deduplicate and move the *MatchesEveryone() functions to core_xline | Attila Molnar | 2014-03-12 | 1 | -21/+0 |
| * | | Change all socketengine methods to be static | Attila Molnar | 2014-02-08 | 1 | -4/+0 |
| * | | Convert InspIRCd::PassCompare to return bool instead of int.•••The insane behaviour of this method was due to an implementation
detail which has since become irrelevent.
| Peter Powell | 2014-01-25 | 1 | -2/+2 |
| * | | Convert UserChanList to an intrusively linked list | Attila Molnar | 2014-01-24 | 1 | -0/+1 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -1/+1 |
| |\| |
|
| | * | Fix ConvToStr(char) | attilamolnar | 2013-09-14 | 1 | -1/+1 |
| | * | Fix a crash when running as systemd service•••- Fix a NULL dereference if a signal is raised in the constructor of the
class InspIRCd
- Resolve the parent's process exit code being SIGTERM=15 and typically not
EXIT_SUCCESS thus
A combination of the two caused crashes when running as systemd unit.
| ChrisTX | 2013-09-08 | 1 | -1/+2 |
| * | | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar | 2014-01-05 | 1 | -9/+0 |
| * | | Introduce Server class•••- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
| Attila Molnar | 2014-01-05 | 1 | -12/+1 |
| * | | Make various self contained methods static.•••- InspIRCd::IsValidMask
- InspIRCd::TimeString
| Peter Powell | 2013-12-15 | 1 | -2/+2 |
| * | | 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.
| Peter Powell | 2013-12-15 | 1 | -0/+1 |
| * | | Remove InspIRCd::HandleRehash functor•••Call InspIRCd::Rehash() from cmd_rehash and from the SIGHUP handler
| attilamolnar | 2013-09-08 | 1 | -7/+2 |
| * | | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -5/+0 |
| * | | m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT | attilamolnar | 2013-08-18 | 1 | -1/+1 |