mod_tls: Fix log statement (thanks Zash)
|
Matthew Wild |
2012-01-18 |
util.json: Added function encode_ordered(object).
|
Waqas Hussain |
2012-01-18 |
xmppserver_listener: Only re-attempt connection on disconnect if it was an unauthenticated s2sout (thanks Medics for the log)
|
Matthew Wild |
2012-01-17 |
Merge with 0.9
|
Matthew Wild |
2012-01-17 |
net.http: Pass response object to callbacks (feels hacky, should this be passed *instead of* the request?)
|
Matthew Wild |
2012-01-17 |
util.throttle: Fix 'outstanding' return value
|
Matthew Wild |
2012-01-13 |
util.throttle: Import setmetatable
|
Matthew Wild |
2012-01-13 |
net.server_event: Fix :pause() to actually stop reading from the socket, rather than ignoring socket-readable events (!), and :resume() to restart the event listener
|
Matthew Wild |
2012-01-16 |
util.throttle: Fix 'outstanding' return value
|
Matthew Wild |
2012-01-13 |
util.throttle: Import setmetatable
|
Matthew Wild |
2012-01-13 |
util.debug: Adjust level within get_locals_table() to account for the additional depth of this function itself
|
Matthew Wild |
2012-01-13 |
mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not.
|
Marco Cirillo |
2012-01-06 |
net.xmppcomponent_listener: removed unused variable reference.
|
Marco Cirillo |
2012-01-06 |
util.stanza: Remove unused __add metamethod
|
Matthew Wild |
2011-12-21 |
s2smanager: Fix missing import of 'type' (thanks darkrain)
|
Matthew Wild |
2011-12-20 |
hostmanager: Add send() method to hosts
|
Matthew Wild |
2011-12-16 |
usermanager: Prep admin JIDs (fixes issue#276).
|
Waqas Hussain |
2011-12-14 |
s2smanager: Don't throw an error when the "interface" config option is a string (which it is by default).
|
Waqas Hussain |
2011-12-14 |
mod_bosh: Remove unused reference to lxp
|
Waqas Hussain |
2011-12-14 |
sessionmanager: Remove unused reference to modulemanager
|
Matthew Wild |
2011-12-13 |
s2smanager: Remove unused reference to modulemanager
|
Matthew Wild |
2011-12-13 |
modulemanager: Remove 'config' from module environments (no modules use it that I'm aware of)
|
Matthew Wild |
2011-12-13 |
mod_watchregistrations: Fixed an undefined global access (thanks Medics).
|
Waqas Hussain |
2011-12-12 |
util/datamanager: Use package.config to figure out directory seperator
|
James Callahan |
2011-12-12 |
configure: Add 'openbsd' preset (thanks xavier)
|
Matthew Wild |
2011-12-11 |
mod_adhoc: Use module:handle_items()
|
Matthew Wild |
2011-12-10 |
util.array: Avoid globals.
|
Waqas Hussain |
2011-12-09 |
util.array: Make array:push() chainable.
|
Waqas Hussain |
2011-12-09 |
mod_bosh: Fixed use of a private HTTP request property.
|
Waqas Hussain |
2011-12-09 |
net.httpserver: Removed unused import.
|
Waqas Hussain |
2011-12-09 |