prosody.git
2009-02-11 Waqas Hussainmodulemanager initializes hosts[host] if it isn't alrea...
2009-02-11 Waqas HussainComponent-host module loading code was breaking module...
2009-02-04 Matthew WildFix for nil handler error after close
2009-02-04 Matthew WildFix for never checking if the first module for a host...
2009-02-02 Matthew WildRetagging 0.3.0, used up my mistake quota for today
2009-02-02 Matthew WildUpdate COPYING file... probably the worst thing I could...
2009-02-02 Matthew WildLicensing/version updates for some files (forgot to...
2009-02-02 Matthew WildRemove redundant linking in util-src modules' Makefile
2009-02-02 Matthew WildHappy birthday to me, happy... 0.3.0!
2009-02-01 Matthew Wildmod_bosh: No need to tostring() uuids now
2009-02-01 Matthew Wildutil.uuid: Return a string, not a number. Looked so...
2009-01-30 Matthew WildUpdate main prosody file, since it doesn't match *...
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-29 Matthew Wildmod_muc: Add 'nick' to unavailable presence of nick...
2009-01-29 Matthew Wildmod_muc: Convert to unix line endings
2009-01-29 Matthew WildLoad net.server after util.dependencies to catch missin...
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-29 Waqas Hussaintools/ejabberd2prosody: Support for pending-in roster...
2009-01-29 Matthew Wildmod_muc: Add support for being a component
2009-01-29 Matthew Wildcomponentmanager: Add support for loading components...
2009-01-29 Matthew Wildconfigmanager: Add support for defining components
2009-01-29 Matthew Wildhostmanager: Fire event when all hosts are loaded from...
2009-01-29 Matthew Wildmodulemanager: Really fix call_module_method to work...
2009-01-29 Matthew Wildmodulemanager: Add get_host_type() API method, and...
2009-01-24 Matthew Wildmodulemanager: Add module:set_global() as a cleaner...
2009-01-24 Matthew Wildcore.modulemanager: Some refactoring to make upcoming...
2009-01-22 Matthew WildFriendlier message when config file not found
2009-01-22 Matthew Wildutil.dependencies: Not finding our own libraries is...
2009-01-22 Matthew Wildutil.dependencies: Show useful messages when our own...
2009-01-17 Matthew Wildserver.lua: Comment out unnecessary or very verbose...
2009-01-17 Matthew Wildserver.lua: Use Prosody logger for errors, silence...
2009-01-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2009-01-16 Matthew Wildnet.http: custom_headers -> headers
2009-01-16 Matthew Wildnet.http: Remove request from conn->request table when...
2009-01-16 Matthew Wildmod_console: Make global
2009-01-16 Matthew Wildmod_posix: logging fix
2009-01-16 Matthew WildFix for pposix version detection
2009-01-16 Matthew Wildmodulemanager: Comment out logging of modules hooking...
2009-01-16 Matthew Wildutil.datamanager: Small fix for clearer logging of...
2009-01-16 Matthew WildFixed server.lua to use prosody logger for errors
2009-01-16 Matthew Wildpposix: Remove debug line
2009-01-16 Matthew Wildpposix: Add syslog_setmask (use config: minimum_log_lev...
2009-01-16 Matthew Wildmod_posix: Check version of pposix
2009-01-16 Matthew Wildpposix: Add _NAME and _VERSION
2009-01-16 Matthew Wildstanza_router: That'll teach me to not commit at this...
2009-01-16 Matthew WildReplacing pretty_print() with top_tag() for logging
2009-01-16 Matthew WildFix invalid loglevels in mod_saslauth
2009-01-15 Matthew Wildmod_posix/pposix: Fix reporting of incorrect PID on...
2009-01-15 Matthew Wildmod_posix: Support for logging to syslog (log = 'syslog...
2009-01-15 Matthew Wildnet.connlisteners: Fix to report errors loading connlis...
2009-01-15 Matthew Wildnet.http: Don't log content from server
2009-01-15 Matthew Wildnet.http: Fix to send query part of URL to server
2009-01-14 Waqas HussainStringprep!
2009-01-14 Waqas Hussainutil/jid: string prepping functions added: prepped_spli...
2009-01-14 Waqas Hussainutil/logger: setwriter now returns the old writer on...
2009-01-14 Waqas Hussainstanza_router: Fixed error replies for unhandled stanzas
2009-01-14 Matthew Wildnet.http: Fix for callbacks being triggered multiple...
2009-01-13 Waqas Hussainmodulemanager: Check for syntax errors before reloading...
2009-01-13 Waqas Hussainmod_console: Added module:reload
2009-01-13 Waqas Hussainmod_muc: Added unload, save and restore callbacks to...
2009-01-13 Waqas Hussainmodulemanager: Added reload support, with callbacks...
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Waqas Hussainmodulemanager: Fixed error on unloading modules with...
2009-01-13 Waqas Hussainmod_muc: deregister component on unload
2009-01-13 Waqas Hussaindatamanager: Change log message from type "warn" to...
2009-01-13 Waqas Hussainmod_saslauth, mod_tls: minor code cleanup
2009-01-13 Waqas Hussainmod_version: Removed and rearranged some code
2009-01-13 Waqas Hussaincomponentmanager: Removed unneeded parameter from compo...
2009-01-13 Matthew WildBOSH: Allow BOSH servers to be configured through confi...
2009-01-12 Matthew Wildmod_actions_http: Show tables as 'list's
2009-01-12 Matthew WildAdd mod_actions_http for executing actions through...
2009-01-12 Matthew WildAdd core.actions for managing server 'actions'; and...
2009-01-12 Matthew Wildcore.httpserver: Rename request.responseheaders to...
2009-01-12 Matthew Wildmod_httpserver: Add require 'net.httpserver'
2009-01-12 Matthew Wildmodulemanager: Change pairs() to ipairs() to allow...
2009-01-12 Matthew WildSet session.ip to the IP address of connecting clients
2009-01-12 Matthew WildBOSH: Make previous fix a bit more efficient
2009-01-12 Matthew WildBOSH: Fix for error when closed session was in inactive...
2009-01-11 Matthew WildAdd option to in-band registration to allow only whitel...
2009-01-11 Matthew WildAdded rate limiting to in-band registration, and added...
2009-01-11 Matthew WildAdd child_with_ns() method to stanza elements, and...
2009-01-10 Waqas Hussainsasl: Set realm to be the current realm when the client...
2009-01-09 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-09 Matthew WildImplement session:close() for BOSH, and add checking...
2009-01-09 Matthew WildChange default maximum inactivity period to 60s from 30s
2009-01-09 Waqas HussainRemoved core/offlinemessage.lua along with documentatio...
2009-01-09 Waqas Hussainmodulemanager: Per-host event hooks for plugins - solve...
2009-01-09 Matthew WildAdd more tests for util/stanza.lua serialization routines
2009-01-09 Matthew WildAdd test for previous commit
2009-01-09 Matthew WildRestore fix for missing last_add on deserialized stanza...
2009-01-09 Matthew WildNumerous BOSH improvements... handle client disconnects...
2009-01-09 Waqas Hussainsasl: Don't fail for realm=""
2009-01-08 Matthew WildProtected call for HTTP request callbacks, to catch...
2009-01-08 Matthew WildFix to prevent calling HTTP request callback twice...
2009-01-07 Matthew WildDefault mod_console to listening on localhost only...
2009-01-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-07 Waqas Hussainmodulemanager: module.unload now gets called when modul...
2009-01-07 Waqas Hussaincomponentmanager: Added support for component deregistering
next