| Commit message (Expand) | Author | Age | Files | Lines |
| * | Shuffle the modules about a bit. | Sadie Powell | 2024-07-17 | 1 | -172/+0 |
| * | Update copyright headers. | InspIRCd Robot | 2024-06-07 | 1 | -1/+1 |
| * | Fix calling c_str() for parameters that can take a std::string. | Sadie Powell | 2023-05-31 | 1 | -1/+1 |
| * | Convert log calls to use fmtlib format strings | Sadie Powell | 2023-01-24 | 1 | -3/+3 |
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | Sadie Powell | 2023-01-23 | 1 | -4/+4 |
| * | Qualify auto correctly in all cases. | Sadie Powell | 2023-01-10 | 1 | -3/+3 |
| * | Avoid copying various shared_ptr usages when not necessary. | Sadie Powell | 2023-01-10 | 1 | -3/+3 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2023-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2022-12-30 | 1 | -1/+1 |
| * | | Rework the levels things are logged at to make more sense. | Sadie Powell | 2022-12-18 | 1 | -1/+1 |
| * | | Refactor the DNS resolvers in the spanningtree module. | Sadie Powell | 2022-10-16 | 1 | -25/+21 |
| * | | Fix various cases of the &* being next to the name instead of type. | Sadie Powell | 2022-09-29 | 1 | -4/+4 |
| * | | Use auto in places where it is really obvious what the type is. | Sadie Powell | 2022-09-04 | 1 | -3/+3 |
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip.•••The struct will also now always be zero-initialized by default which
removes the footgun which has happened previously where the union has
been accessed before being initialized leading to it containing weird
values.
| Sadie Powell | 2022-08-11 | 1 | -2/+2 |
| * | | Rewrite logging calls to use the new APIs. | Sadie Powell | 2022-05-01 | 1 | -2/+2 |
| * | | Always catch exceptions as a constant reference. | Sadie Powell | 2022-01-09 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2022-01-03 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-12-30 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-12-27 | 1 | -16/+31 |
| |\| |
|
| | * | Fix not looking up IPv4 addresses when a server has an IPv6 address.•••Closes #1811.
| Sadie Powell | 2021-12-25 | 1 | -16/+31 |
| * | | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually
used in one place in modules.
| Sadie Powell | 2021-11-05 | 1 | -1/+1 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -2/+1 |
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | Sadie Powell | 2020-07-20 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -2/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-04-13 | 1 | -4/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-19 | 1 | -5/+1 |
| |\| |
|
| | * | Add HasFd to EventHandler and switch code to use it. | Sadie Powell | 2020-02-15 | 1 | -5/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -1/+7 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -1/+7 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -1/+9 |
| |\| |
|
| | * | Fix linking servers with UNIX sockets.•••- Remove the address/port overloads of BeginConnect.
- Change DoConnect to take a sockaddrs instead of an address/port.
| Peter Powell | 2019-04-15 | 1 | -1/+9 |
| * | | SnomaskManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -2/+2 |
| * | | LogManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -1/+1 |
| |/ |
|
| * | m_spanningtree Allow multiple valid ips for link blocks as a result of Securi... | Adam | 2016-09-02 | 1 | -3/+6 |
| * | m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho... | Attila Molnar | 2016-08-26 | 1 | -1/+1 |
| * | m_spanningtree Handle unload in resolvers | Attila Molnar | 2016-08-25 | 1 | -1/+7 |
| * | core_dns Make question a member of request, move common FindAnswerOfType to b... | Adam | 2016-08-25 | 1 | -2/+7 |
| * | Remove current time parameter of the Timer constructor | Attila Molnar | 2014-07-10 | 1 | -1/+1 |
| * | m_spanningtree Remove SpanningTreeUtilities* fields and parameters | attilamolnar | 2013-08-17 | 1 | -9/+11 |
| * | Remove $ModDep comments | attilamolnar | 2013-08-15 | 1 | -2/+0 |
| * | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
| Peter Powell | 2013-08-04 | 1 | -1/+1 |
| * | Change CacheRefreshTimer tick time back to 5 minutes | Adam | 2013-05-23 | 1 | -1/+1 |
| * | Fix spacing in calls to LogManager::Log. | Peter Powell | 2013-05-19 | 1 | -1/+1 |
| * | Modularize DNS•••The DNS modules are temporarily in commands/ so they're loaded automatically
Thanks to Attila for helping with much of this.
| Adam | 2013-04-26 | 1 | -22/+39 |
| * | m_spanningtree Move CacheTimer into utils | attilamolnar | 2013-04-21 | 1 | -0/+12 |
| * | m_spanningtree Remove unneeded #includes | attilamolnar | 2013-04-12 | 1 | -2/+0 |
| * | Add LOG_ prefix to the log level enum values. | Peter Powell | 2013-04-12 | 1 | -1/+1 |
| * | Windows: In-depth cleanup (see details)•••-Fix x64 builds for Windows. Now all configurations compile.
-Remove the non-working rebase stuff.
-Remove the Windows fork hack and instead use FreeConsole() to emulate the behavior. This directly allows us to compile with ASLR, which is turned on now.
-Remove the old IPC mechanism for the removed GUI. This is not needed anymore as the GUI wasn't ever supported on anything newer than 1.2
-Remove the WIN32/WINDOWS macros. _WIN32 is supported on all x86-based VC++ targets, so that's what we need.
-Enable optimizations for release builds.
-De-duplicate printf_c(), it was previously copy-pasted into colors.h for configure
-Add the VC++ specific bad files in .gitignore
-Disable PID writing on Windows. This is only making sense for *nix builds.
-Replace the CPU usage retrieval with an algorithm analogous to the *nix behavior. Also supports separated now/total values. (Tested with a dummy busy loop - seems working)
-Removed certain unused functions and variables
-Remove stdint defines from the windows wrapper
-Remove CRT debug alloc. This is a bad idea as it would define a macro to replace free which breaks builds.
-Re-evaluated the warnings list, commented it.
-Moved inspircd_config/_version to include/ to match *nix
-Removed the creation of inspircd_se_config, as it isn't used at all.
-Made non-git builds show as "r0" instead of "r" (thanks to @SaberUK for pointing this out)
-Fixed up m_spanningtree's project paths. Now all configurations (debug/release x86/x64) have been tested and build properly.
-Moved FindDNS out of the wrapper and matched its log behavior with *nix. (It's pointless having it in the wrapper after the recent slimming down)
-Replaced random/srandom wrappers with a mechanism that tries to use Windows' Random API first is no SSL module is loaded.
-Removed more old junk from support for compilers older than VC++ 2010 (we don't have project files for these, so compiling them would be hard anyways)
-Removed the unused ClearConsole()
-Removed unused includes from the wrapper. Also, do not include psapi.h here if we don't link psapi.lib. This should be done where appropriate.
-Made inet_aton an inline function for increased performance
-C4800, performance warning about bool forcing, resolved at all occurrences.
-C4701, uninitialized variable 'cached', resolved at all occurrences.
-dlerror() was migrated out of the wrapper for more thread safety (no global buffer being shared) and increased performance.
-Removed the wrong CRT debug flags. This drains a lot of performance.
-Removed the clock_gettime/gettimeofday wrappers
-Replaced all TCHAR/ANSI mix-ups of functions with the correct respective function.
-Added a block of C4355 for < VS2012
-Update project files for c870714
| ChrisTX | 2012-10-12 | 1 | -2/+2 |