prosody.git
2009-01-29 Waqas Hussaintools/ejabberd2prosody: Support for pending-in roster...
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
2009-01-04 Matthew WildRemove warning of already-loaded modules at startup
2009-01-03 Waqas Hussainmod_muc: Room subject should be sent only the newly...
2009-01-03 Waqas HussainModulemanager: Basic modules can now be unloaded correctly
2009-01-03 Waqas Hussainmod_console: replace all \n with \r\n in the output...
2008-12-31 Waqas Hussainmod_muc: Room subjects stored, and room persistence...
2008-12-31 Waqas HussainSend host, and not the recipient's JID to module manage...
2008-12-31 Waqas HussainInitial mod_muc: XEP-0045: Multi-User Chat
2008-12-29 Matthew WildAdd allow_registration option to disable account regist...
2008-12-29 Matthew WildDon't use TLS connection handler when SSL/TLS not avail...
2008-12-28 Matthew WildMakefile fix for clean target
2008-12-27 Matthew WildUpdating 0.2.0 tag
2008-12-27 Matthew WildSmall fix for logging in connlisteners (warning !=...
2008-12-27 Matthew WildRemove some old debugging code from mod_bosh
2008-12-27 Matthew WildRemove some debugging code that slipped in
2008-12-27 Matthew WildFix specifying ports in config, and SSL support
2008-12-27 Matthew WildRemove logging for server.lua
2008-12-27 Matthew WildRemove borken tags
2008-12-27 Matthew WildFix incorrect version number as tag (again) (again)
2008-12-27 Matthew WildFix incorrect version number as tag (again) (again)
2008-12-27 Matthew WildAdded tag 0.2.0, -m, Fix incorrect version number as...
2008-12-27 Matthew WildAdded tag 0.20, -m, Fix incorrect version number as...
2008-12-27 Matthew WildAdded tag 0.20, -m, Fix incorrect version number as...
2008-12-27 Waqas HussainAdded util.multitable.set
2008-12-26 Waqas HussainDelete the offline message store only when offline...
2008-12-26 Waqas HussainReturn an empty set intead of an error when no disco...
2008-12-25 Matthew WildAdded tag 0.2 for changeset 90da4c9b34b5
2008-12-25 Matthew WildHTTP requests now have status code as a number instead...
2008-12-25 Matthew WildDestroy session on failed dialback instead of throwing...
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-25 Waqas HussainMoved directory auto-creation to datamanager
2008-12-25 Waqas HussainMore error replies for offline and non-existing users
2008-12-24 Waqas HussainDirected presence
2008-12-24 Waqas HussainChanged order of checking for component hosts to check...
next