Eloy Lafuente (stronk7)
29873206b9
MDL-76055 mnet: Switch the mnet server to use the library
2022-11-02 15:56:38 +01:00
Víctor Déniz
a5a3f87a76
Merge branch 'MDL-73514' of https://github.com/stronk7/moodle
2022-02-03 22:20:20 +00:00
Eloy Lafuente (stronk7)
b524f21b44
MDL-73517 mnet: add some openssl missing parameters
...
Since php80 the 5th parameter (cypher) in the following functions:
- openssl_seal
- openssl_open
is mandatory, hence:
- adding it.
- with value 'RC4' to keep BC.
2022-01-28 20:10:52 +01:00
Eloy Lafuente (stronk7)
fcbe439c4d
MDL-73514 mnet: fix promiscuous mode and php80 support
2022-01-28 20:10:39 +01:00
Sara Arjona
a8d07a8737
MDL-69050 lang: Fix few remaining places spotted during integration
2020-10-01 13:02:48 +02:00
Simey Lameze
4d16a2749f
MDL-51162 core: replace all HTTP_RAW_POST_DATA usages
...
This patch replace all usages of HTTP_RAW_POST_DATA that was deprecated on PHP 5.6 by
file_get_contents('php://input'). Only the TinyMCE library has not been updated.
2015-10-20 10:27:26 +08:00
Petr Škoda
1c74b26090
MDL-40220 use new core_component::get_plugin_directory()
2013-07-16 22:38:38 +02:00
David Mudrak
82c3f5d848
Do not record encrypted XML-RPC responses in error_log
...
Such an information is not readable anyway and it make debugging
actually harder. If somebody needs it, they can uncomment the line.
2010-11-26 09:20:28 +00:00
Penny Leach
d234faf3a4
mnet MDL-22267 updated mnet_server_faultand mnet_server_exception string handling
...
This is so that mnet_server_fault doesn't have to call get_string (in
case of coding exception)
2010-05-01 15:53:45 +00:00
Petr Skoda
ae58632885
MDL-22053 removing relative paths from get_plugin|component_directory() because we can be only sure that the absolute paths exists such as in case of $CFG->themedir outside of dirroot; commeting out some simpletes_ stuff which does not seem to be used any more
2010-04-10 23:21:18 +00:00
Penny Leach
71f61c41f3
mnet MDL-15505 added new mnet_debug function and started migrating to it
2010-02-05 03:56:45 +00:00
Penny Leach
48fb39411f
mnet MDL-21098 small fixes - ss out issue and edge case simultaneous keyswap loop
2010-02-05 03:56:22 +00:00
Penny Leach
287efec6f6
mnet MDL-21276 get rid of all the $MNET* globals
2010-02-02 03:13:40 +00:00
Penny Leach
8586dbe2a5
mnet MDL-21473 make new tables for remote functions that don't exist locally
...
I also fixed up two columns in the existing table that had underscores in them
2010-01-28 22:46:34 +00:00
Penny Leach
d2ac37c1ab
mnet MDL-21261 mnet overhaul - adding and removing files I missed in the last big commit
2010-01-28 20:17:12 +00:00