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
/
m_httpd.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-21
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+2
|
*
Update usages of stdalgo::string::equalsci to use insp::equalsci.
Sadie Powell
2023-08-11
1
-1
/
+1
|
*
Move stdalgo::string::join to utility/string and templatise separator.
Sadie Powell
2023-08-11
1
-1
/
+2
|
*
Update vendored fmtlib.
Sadie Powell
2023-06-25
1
-1
/
+1
|
*
Rename duration to timeutils and relocate InspIRCd::TimeString.
Sadie Powell
2023-05-10
1
-1
/
+1
|
*
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-6
/
+6
|
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-3
/
+3
|
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
|
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-2
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+1
|
|
*
|
Pass the client/server sockaddr around as a ref instead of a ptr.
Sadie Powell
2022-12-25
1
-3
/
+3
|
|
*
|
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-1
/
+1
|
|
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
|
|
*
|
Require specifying the repeat argument of the Timer class.
Sadie Powell
2022-05-17
1
-1
/
+1
|
|
*
|
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-4
/
+4
|
|
*
|
Kill vendor_directory in favour of normal include paths.
Sadie Powell
2022-01-26
1
-3
/
+1
|
|
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-5
/
+5
|
|
*
|
Remove unused time_t field from the timer system.
Sadie Powell
2021-11-05
1
-1
/
+1
|
|
|
|
|
|
|
|
|
|
This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules.
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-2
/
+6
|
|
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-17
1
-0
/
+2
|
\
|
|
*
Fix not parsing headers properly in the HTTP module.
Sadie Powell
2021-08-17
1
-0
/
+2
|
|
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-1
/
+1
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
|
|
*
|
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-2
/
+2
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-4
/
+1
|
|
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-2
/
+2
|
|
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-3
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-04
1
-4
/
+35
|
\
|
|
*
Fix a copy/paste error in the http path normalising code.
Sadie Powell
2020-12-04
1
-1
/
+1
|
|
|
*
Normalise paths in the httpd module.
Sadie Powell
2020-12-04
1
-1
/
+26
|
|
|
*
Improve HTTP logging.
Sadie Powell
2020-12-04
1
-1
/
+5
|
|
|
*
Be more specific when a HTTP parser error happens.
Sadie Powell
2020-12-04
1
-3
/
+5
|
|
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-5
/
+4
|
|
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
|
|
*
|
Fix the case of getError/getSendQSize and rewrite the doc comments.
Sadie Powell
2020-07-20
1
-3
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-3
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-2
/
+2
|
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-1
/
+1
|
|
*
|
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
-6
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+6
|
\
|
|
*
Improve the logging of the httpd module.
Sadie Powell
2020-04-09
1
-1
/
+6
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-15
/
+15
|
\
|
|
*
Fix a memory leak in the httpd module when sockets are closed late.
Sadie Powell
2020-02-20
1
-15
/
+15
|
|
[next]