util.serialization: Log a warning when trying to serialize something we can't
|
Matthew Wild |
2009-05-04 |
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
|
Matthew Wild |
2009-05-04 |
modulemanager: No need for print()
|
Matthew Wild |
2009-05-04 |
util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback
|
Matthew Wild |
2009-05-04 |
Merge with 0.4
|
Matthew Wild |
2009-05-03 |
prosodyctl: Hide ejabberd compatibility commands from command listing
|
Matthew Wild |
2009-05-03 |
loggingmanager: Support for specifying a single sink with *sinkname (*syslog should now work)
|
Matthew Wild |
2009-05-03 |
Merge with 0.4
|
Matthew Wild |
2009-05-03 |
net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users)
|
Matthew Wild |
2009-05-03 |
net.server: Add getserver() method to find the server listening on the specified port
|
Matthew Wild |
2009-05-03 |
util.datamanager: Lower log level of 'Setting data path' to 'debug'
|
Matthew Wild |
2009-05-02 |
componentmanager: Reduce log output at startup to 'debug'
|
Matthew Wild |
2009-05-02 |
hostmanager: Reduce log output at startup to 'debug'
|
Matthew Wild |
2009-05-02 |
modulemanager: Don't load modules when modules_enable is false
|
Matthew Wild |
2009-05-02 |
prosody: Less verbose logging during shutdown sequence
|
Matthew Wild |
2009-05-02 |
mod_posix: Don't let the server run as root without the magic run_as_root in config
|
Matthew Wild |
2009-05-02 |
prosody: Define prosody_shutdown() before emitting the server-starting event
|
Matthew Wild |
2009-05-02 |
Makefile: Process and install prosodyctl
|
Matthew Wild |
2009-05-02 |
prosodyctl: Multiple fixes for start/status/stop
|
Matthew Wild |
2009-05-02 |
Merge with 0.4
|
Matthew Wild |
2009-05-02 |
prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers
|
Matthew Wild |
2009-05-02 |
prosody: Add log messages during shutdown sequence to indicate progress
|
Matthew Wild |
2009-05-02 |
mod_console: Add s2s:show() command to list s2s connections
|
Matthew Wild |
2009-05-02 |
prosody: Don't require console_enabled option anymore
|
Matthew Wild |
2009-05-02 |
Merge with 0.4
|
Matthew Wild |
2009-05-01 |
Word-wrap HACKERS file
|
Matthew Wild |
2009-05-01 |
configure: Change --data-dir to --datadir to make consistent with help and other dir flags
|
Matthew Wild |
2009-05-01 |
loggingmanager: Add a comment about 'nowhere' sink type
|
Matthew Wild |
2009-04-30 |
Merge with 0.4
|
Matthew Wild |
2009-04-30 |
loggingmanager: Support prepending timestamps in file/console/stdout log sinks
|
Matthew Wild |
2009-04-30 |
mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
2009-04-30 |
sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
2009-04-30 |
s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
2009-04-30 |
presencemanager: Lower log level of a message
|
Matthew Wild |
2009-04-30 |
mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling
|
Matthew Wild |
2009-04-30 |
mod_saslauth: Various logging fixes
|
Matthew Wild |
2009-04-30 |
mod_saslauth: Use module logger instead of creating a new one
|
Matthew Wild |
2009-04-30 |
mod_dialback: Use module logger instead of creating a new one
|
Matthew Wild |
2009-04-30 |
modulemanager: Update logger when a module becomes global
|
Matthew Wild |
2009-04-30 |
Merge with 0.4
|
Matthew Wild |
2009-04-29 |
loggingmanager: Add ability to set 'log' config option to a filename, which causes all levels >= info to be logged to that file
|
Matthew Wild |
2009-04-29 |
Merge with 0.4
|
Matthew Wild |
2009-04-29 |
mod_*: Fix many unnecessary global accesses in modules (already committed to main repo)
|
Matthew Wild |
2009-04-29 |
core.componentmanager: Really fix marking components as disconnected when unregistered
|
Matthew Wild |
2009-04-29 |
configure: Honour --sysconfdir parameter; thanks to Michael Scherer
|
Matthew Wild |
2009-04-28 |
mod_posix: Fix calls to log() (replace with module:log) and make some global accesses explicit
|
Matthew Wild |
2009-04-23 |
mod_posix: Fix for removing the pidfile on exit
|
Matthew Wild |
2009-04-23 |
mod_muc: The default component name is now 'Chatrooms'
|
Waqas Hussain |
2009-04-23 |
mod_muc: The default room name is the room node
|
Waqas Hussain |
2009-04-23 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-04-23 |
mod_presence: Broadcast a user's presence to only the user's 'available' resources
|
Waqas Hussain |
2009-04-23 |
mod_muc: The default component name is now 'Chatrooms'
|
Waqas Hussain |
2009-04-23 |
mod_muc: The default room name is the room node
|
Waqas Hussain |
2009-04-23 |
Merge with 0.4 branch
|
Matthew Wild |
2009-04-23 |
net.httpserver: Fix traceback when sending response to a destroyed request
|
Matthew Wild |
2009-04-23 |
net.httpserver: Don't log the response body (can be binary data...)
|
Matthew Wild |
2009-04-23 |
xmlhandlers: Fix tag pattern again for the default namespace
|
Matthew Wild |
2009-04-23 |
Merge with 0.4 branch
|
Matthew Wild |
2009-04-23 |
mod_bosh: Put dummy authid in session creation response to keep JSJaC happy
|
Matthew Wild |
2009-04-23 |
mod_bosh: Add log message for clients connecting to unknown host
|
Matthew Wild |
2009-04-23 |
mod_bosh: Fix nil indexing when client connects to unknown host
|
Matthew Wild |
2009-04-23 |
core.loggingmanager: Reinstating global log() function
|
Matthew Wild |
2009-04-23 |
mod_posix: Remove some debug coooooooooode
|
Matthew Wild |
2009-04-22 |
mod_presence: Fix for local presence subscriptions and probes
|
Waqas Hussain |
2009-04-22 |
stanzarouter: Make _G.hosts local
|
Matthew Wild |
2009-04-22 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
core.componentmanager: Fix global access
|
Matthew Wild |
2009-04-22 |
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 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-04-14 |