xmpp{server,client}_listener: Fix global accesses
|
Matthew Wild |
2009-04-22 |
net.server: Fix global access/incorrect parameter
|
Matthew Wild |
2009-04-22 |
net.httpserver: Fix potential nil access
|
Matthew Wild |
2009-04-22 |
net.http: Fix potential nil access
|
Matthew Wild |
2009-04-22 |
net.server: Fix incorrect parameter passing
|
Matthew Wild |
2009-04-22 |
net.server: Fix global access
|
Matthew Wild |
2009-04-22 |
Merge with 0.4.1
|
Matthew Wild |
2009-04-22 |
mod_posix: Integrate with loggingmanager, register syslog sink, remove redundant logging code
|
Matthew Wild |
2009-04-22 |
mod_posix: Remove pidfile on exit
|
Matthew Wild |
2009-04-22 |
core.loggingmanager: Refactoring, converted to a module. Now possible to register additional sink types (think syslog) from other modules
|
Matthew Wild |
2009-04-22 |
util.set: Add set.xor() to get a set consisting of items not in both sets
|
Matthew Wild |
2009-04-22 |
util.set: Add set:empty() to discover if the set is the empty set
|
Matthew Wild |
2009-04-22 |
util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double as iterators
|
Matthew Wild |
2009-04-22 |
util.array: Add array.collect() to collect results from iterators into an array, and use module() to correctly set the module name
|
Matthew Wild |
2009-04-22 |
prosody: Fire events during server shutdown process
|
Matthew Wild |
2009-04-21 |
Merge with 0.4.1
|
Matthew Wild |
2009-04-21 |
core.loggingmanager: Add default logging settings (to console) and fill out code for adding sinks which catch all sources
|
Matthew Wild |
2009-04-21 |
mod_presence: Remove some rather drastic debugging code
|
Waqas Hussain |
2009-04-21 |
Merge with 0.4.1
|
Matthew Wild |
2009-04-21 |
core.loggingmanager: Filled out most code, and cleaned up
|
Matthew Wild |
2009-04-21 |
util.logger: Fix for attempting to call a table
|
Matthew Wild |
2009-04-21 |
mod_presence: Fix incorrect internal routing for probes and subscriptions
|
Waqas Hussain |
2009-04-21 |
Merge with 0.4.1
|
Matthew Wild |
2009-04-21 |
prosody: Remove logging code and instead load core.loggingmanager to set up logging
|
Matthew Wild |
2009-04-21 |
core.loggingmanager: A new manager (yay!) to manage log output
|
Matthew Wild |
2009-04-21 |
util.logger: Revamped logger library, but backwards-compatible for users of logger.init()
|
Matthew Wild |
2009-04-21 |
Merge
|
Matthew Wild |
2009-04-20 |
Merging stable into unstable
|
Matthew Wild |
2009-04-20 |