index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_sqlite3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-4
/
+3
*
Rename the error log level to critical.
•••
"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions.
Sadie Powell
2023-08-11
1
-1
/
+1
*
Update usages of stdalgo::string::equalsci to use insp::equalsci.
Sadie Powell
2023-08-11
1
-1
/
+2
*
Merge branch 'insp3' into master.
Sadie Powell
2023-04-28
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2023-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-01-25
1
-1
/
+2
|
\
|
|
*
Fix PackageInfo directives in extra modules.
Sadie Powell
2023-01-19
1
-1
/
+2
*
|
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-1
/
+1
*
|
Log the versions of third-party libraries used by modules.
Sadie Powell
2023-01-19
1
-0
/
+6
*
|
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
|
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
|
Rework the levels things are logged at to make more sense.
Sadie Powell
2022-12-18
1
-1
/
+1
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-4
/
+4
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-3
/
+3
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-2
/
+2
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-1
/
+2
*
|
Fix a bunch of cases where module types were not marked as final.
Sadie Powell
2021-11-28
1
-1
/
+2
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+2
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-2
/
+1
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-2
/
+2
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Convert SQL::Field to be a typedef of optional<string>.
Sadie Powell
2021-03-30
1
-1
/
+1
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-2
/
+2
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-5
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-5
/
+6
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-6
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-4
/
+10
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-4
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-11-13
1
-1
/
+3
|
\
|
|
*
Add GetId() to the SQL::Provider class.
Peter Powell
2019-11-13
1
-1
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-0
/
+2
|
\
|
|
*
Add package names for ArchLinux.
Peter Powell
2019-07-16
1
-0
/
+1
|
*
Reset diagnostic pragmas after including external headers (#1661).
linuxdaemon
2019-06-24
1
-0
/
+8
|
*
Log SQL queries at the debug log level.
•••
This makes debugging issues easier.
Peter Powell
2019-06-14
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
*
|
Remove support for defaults in find_{compiler,linker}_flags().
Sadie Powell
2019-03-06
1
-1
/
+1
*
|
ModuleManager: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
*
|
LogManager: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
*
|
Stop silencing warnings about `long long` not existing.
•••
We use C++14 now which has `long long`.
Sadie Powell
2019-01-25
1
-7
/
+0
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-9
/
+9
|
/
*
Fix SQL modules using "provider" in <database> instead of "module".
•••
This fixes a regression introduced in 97a1d642.
Peter Powell
2018-09-27
1
-1
/
+1
*
Fix a few things that should be marked as override but aren't.
Peter Powell
2018-08-21
1
-1
/
+1
[next]