| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
mod_net_multiplex)
|
|
|
|
| |
default_port from the listener instead of service table
|
| |
|
|
|
|
| |
current host's origin
|
|
|
|
| |
module's name
|
| |
|
|
|
|
| |
the same port
|
| |
|
|
|
|
| |
same name (they get queued)
|
|
|
|
| |
call module:set_global() (which has been around since forever)
|
| |
|
|
|
|
| |
item-removed on unload
|
|\ |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
interfaces
|
|
|
|
| |
remove useless space from mod_s2s code
|
| |
|
| |
|
|
|
|
| |
s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
stream logic into a new module, mod_c2s
|
| |
|
|\ |
|
| |
| |
| |
| | |
loaded modules
|
| |
| |
| |
| | |
at runtime
|
| | |
|
| |
| |
| |
| | |
comment.
|
| |
| |
| |
| | |
map stored in individual modules. Also adds module:hook_object_event() to hook events on any util.events compatible object.
|
| | |
|
| |
| |
| |
| | |
module-unloaded and module-loaded are no longer fired when reloading a module, the new event module-reloaded is fired instead.
|
| |
| |
| |
| | |
size, yay)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
string (which it is by default).
|
| | |
|
| | |
|
| |
| |
| |
| | |
that I'm aware of)
|
| | |
|
|/ |
|
| |
|
|\ |
|
| | |
|