| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
early as before
|
|\ |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Commit e3b9dc9dd940 changed the parameter order in 2013, but did not update the names of the parameters in the callback function. Due to this inconsistency, 12df41a5a4b1 accidentally reversed the order when fixing the variable names without fixing where they are used.
Additionally the documentation was incorrect (since 2013), and this has also now been fixed.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
storage (fixes #1091)
|
| | |
|
| | |
|
| |
| |
| |
| | |
the global util.events instance)
|
| |
| |
| |
| | |
functions
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
(fixes #1117)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
tests for some reason)
|
| |
| |
| |
| | |
global which does not yet exist when net.server is loaded now
|
| |
| |
| |
| | |
This is to solve a indirect dependency issue where net.server was initialized before the config was read
|
| | |
|
| | |
|
| |
| |
| |
| | |
avoid GC
|
| | |
|
| | |
|
| |
| |
| |
| | |
environment [luacheck]
|
| | |
|
| | |
|
| |
| |
| |
| | |
used anywhere else [luacheck]
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
global variable
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Signal handlers work by setting a debug hook. Hooks are per-thread, so we need this to be called in the main thread. However module loading is not in the main thread anymore.
|
| | |
|
| | |
|