Software /
code /
prosody
Graph
-
server.lua: Use Prosody logger for errors, silence non-errors2009-01-17, by Matthew Wild
-
Port to new server.lua, quite some changes, but I believe everything to be working2009-01-17, by Matthew Wild
-
net.http: custom_headers -> headers2009-01-16, by Matthew Wild
-
net.http: Remove request from conn->request table when conn closed2009-01-16, by Matthew Wild
-
mod_console: Make global2009-01-16, by Matthew Wild
-
mod_posix: logging fix2009-01-16, by Matthew Wild
-
Fix for pposix version detection2009-01-16, by Matthew Wild
-
modulemanager: Comment out logging of modules hooking stanzas, too noisy2009-01-16, by Matthew Wild
-
util.datamanager: Small fix for clearer logging of data path2009-01-16, by Matthew Wild
-
Fixed server.lua to use prosody logger for errors2009-01-16, by Matthew Wild
-
pposix: Remove debug line2009-01-16, by Matthew Wild
-
pposix: Add syslog_setmask (use config: minimum_log_level = 'warn' etc.)2009-01-16, by Matthew Wild
-
mod_posix: Check version of pposix2009-01-16, by Matthew Wild
-
pposix: Add _NAME and _VERSION2009-01-16, by Matthew Wild
-
stanza_router: That'll teach me to not commit at this time of night. Or not.2009-01-16, by Matthew Wild
-
Replacing pretty_print() with top_tag() for logging2009-01-16, by Matthew Wild
-
Fix invalid loglevels in mod_saslauth2009-01-16, by Matthew Wild
-
mod_posix: Support for logging to syslog (log = 'syslog' in config)2009-01-15, by Matthew Wild
-
net.connlisteners: Fix to report errors loading connlisteners2009-01-15, by Matthew Wild
-
net.http: Don't log content from server2009-01-15, by Matthew Wild
-
net.http: Fix to send query part of URL to server2009-01-15, by Matthew Wild
-
Stringprep!2009-01-14, by Waqas Hussain
-
util/jid: string prepping functions added: prepped_split and prep2009-01-14, by Waqas Hussain
-
util/logger: setwriter now returns the old writer on success2009-01-14, by Waqas Hussain
-
stanza_router: Fixed error replies for unhandled stanzas2009-01-14, by Waqas Hussain
-
net.http: Fix for callbacks being triggered multiple times for the same request2009-01-14, by Matthew Wild
-
modulemanager: Check for syntax errors before reloading a module2009-01-13, by Waqas Hussain
-
mod_console: Added module:reload2009-01-13, by Waqas Hussain
-
mod_muc: Added unload, save and restore callbacks to allow reloading code while preserving state2009-01-13, by Waqas Hussain
-
modulemanager: Added reload support, with callbacks for saving and restoring state2009-01-13, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-01-13, by Matthew Wild
-
modulemanager: Fixed error on unloading modules with no handlers2009-01-13, by Waqas Hussain
-
mod_muc: deregister component on unload2009-01-13, by Waqas Hussain
-
datamanager: Change log message from type "warn" to "debug" when loading a file fails2009-01-13, by Waqas Hussain
-
mod_saslauth, mod_tls: minor code cleanup2009-01-13, by Waqas Hussain
-
mod_version: Removed and rearranged some code2009-01-13, by Waqas Hussain
-
componentmanager: Removed unneeded parameter from componentmanager.deregister_component2009-01-13, by Waqas Hussain
-
sasl: Set realm to be the current realm when the client didn't send a realm, or sent an empty one2009-01-10, by Waqas Hussain
-
BOSH: Allow BOSH servers to be configured through config file2009-01-13, by Matthew Wild
-
mod_actions_http: Show tables as 'list's2009-01-12, by Matthew Wild
-
Add mod_actions_http for executing actions through HTTP2009-01-12, by Matthew Wild
-
Add core.actions for managing server 'actions'; and make modulemanager register actions 'load' and 'unload'2009-01-12, by Matthew Wild
-
core.httpserver: Rename request.responseheaders to the more logical request.headers2009-01-12, by Matthew Wild
-
mod_httpserver: Add require 'net.httpserver'2009-01-12, by Matthew Wild
-
modulemanager: Change pairs() to ipairs() to allow ordered module loading2009-01-12, by Matthew Wild
-
Set session.ip to the IP address of connecting clients2009-01-12, by Matthew Wild
-
BOSH: Make previous fix a bit more efficient2009-01-12, by Matthew Wild
-
BOSH: Fix for error when closed session was in inactive_sessions list2009-01-12, by Matthew Wild
-
Add option to in-band registration to allow only whitelisted IPs to register2009-01-11, by Matthew Wild
-
Added rate limiting to in-band registration, and added IP [black/white]lists2009-01-11, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-01-09, by Matthew Wild
-
Removed core/offlinemessage.lua along with documentation and references - we have core/offlinemanager.lua instead2009-01-09, by Waqas Hussain
-
modulemanager: Per-host event hooks for plugins - solves issue 412009-01-09, by Waqas Hussain
-
sasl: Don't fail for realm=""2009-01-09, by Waqas Hussain
-
Implement session:close() for BOSH, and add checking for attempts to connect to hosts we don't serve2009-01-09, by Matthew Wild
-
Change default maximum inactivity period to 60s from 30s2009-01-09, by Matthew Wild
-
Add more tests for util/stanza.lua serialization routines2009-01-09, by Matthew Wild
-
Add test for previous commit2009-01-09, by Matthew Wild
Scroll all the way down to load more.