prosody.git
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...
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildFix for not loading global modules when host-specific...
2008-12-24 Waqas HussainChanged order of checking for component hosts to check...
2008-12-22 Matthew WildInitial mod_bosh, works, kind of, but quite incomplete
2008-12-22 Matthew WildAdd initial mod_httpserver for serving static content
2008-12-22 Matthew WildAdding initial net.httpserver (lots of work to do on it)
2008-12-22 Matthew WildFix nil status code for http request callbacks
2008-12-22 Matthew WildMerge from waqas
2008-12-18 Waqas HussainBounce stanza errors on failed s2s
2008-12-18 Matthew WildFix data loss when closing connection with a large...
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-16 Matthew WildChange xmlhandlers to match stream opening tag with...
2008-12-16 Matthew WildProtect loading of connlisteners, to catch errors
2008-12-16 Matthew WildRemove old debugging line from sessionmanager
2008-12-15 Waqas HussainFixed URL encoding to generate %0x instead of %x
2008-12-15 Matthew WildRemove a FIXME from mod_tls
2008-12-13 Matthew WildAdd support for dialback piggy-backing. Fixes #37....
2008-12-13 Matthew WildMake wraptcpclient set timeout to 0, and add it to...
2008-12-12 Matthew WildOops, don't call server.loop() because we'll be running...
2008-12-12 Matthew WildPass HTTP request object to callback
2008-12-12 Matthew WildHTTP request callbacks now: handler(code, content)...
2008-12-12 Matthew WildNon-blocking HTTP requests (adding net.http)
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-10 Matthew WildNewline at end of file for sessionmanager
2008-12-10 Matthew WildNew, faster, stanza serialization
2008-12-10 Matthew WildAdd commented line to disable logging entirely
2008-12-10 Matthew WildFix blank tracebacks for c2s/s2s connections
2008-12-10 Waqas HussainOptimized stanza_mt.__tostring (called when doing tostr...
2008-12-09 Waqas HussainEnable dialback for components
2008-12-08 Waqas HussainChanged mod_roster to use the newer presence manager API
2008-12-08 Waqas HussainDon't try processing stanzas not of type get or set...
2008-12-08 Waqas HussainFixed a variable redeclaration
2008-12-08 Waqas HussainMake the ejabberd importer work with host-only roster...
2008-12-07 Waqas HussainAdded: Ports now read from the config
2008-12-07 Matthew Wildstanza_dispatch != dispatch_stanza
2008-12-07 Waqas HussainRemoved the unnecessary idna.to_ascii applied to the...
2008-12-07 Waqas HussainReturn error when the given realm value does not match...
2008-12-07 Waqas HussainFixed util.encodings.base64.decode to not truncate...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Waqas HussainLatin1 support for SASL DIGEST-MD5 (second, and possibl...
2008-12-07 Matthew WildTypo in variable name in last commit
2008-12-07 Matthew Wildstanza_dispatch = core_process_stanza, fixed for xmpp...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Waqas HussainLatin1 support for SASL DIGEST-MD5 (initial commit)
2008-12-07 Matthew WildSmall logging adjustment for mod_posix
2008-12-07 Matthew WildSlightly more secure dialback secret generation
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove some debugging from pposix.c
2008-12-06 Matthew WildAdd mod_posix, fixes #5
2008-12-06 Matthew WildAdd posix support library, and adjust makefiles for it
next