prosody.git
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
2008-12-06 Matthew WildCode tidying for xmpp{client,server}_listeners
2008-12-06 Matthew WildTemporary hack for global modules
2008-12-06 Matthew WildRemove print()s from sessionmanager and s2smanager
2008-12-06 Matthew WildMake it possible to set custom output handler for logger
2008-12-06 Matthew WildRemove old commented code from server.lua
2008-12-06 Matthew WildSome code cleaning for the main script
2008-12-06 Waqas HussainRemoved unused variables
2008-12-06 Waqas HussainCombined and merged similar code
2008-12-06 Waqas HussainRemoved pre-multitable code from module manager
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainChanged module manager to use multitable (initial commit)
2008-12-06 Matthew WildFix add_event_hook in module API
2008-12-06 Matthew WildMove the setting of data_path to fix #unfiledbug
2008-12-06 Matthew WildLog in hostmanager when a vhost is activated/deactivated
2008-12-06 Matthew WildDatamanager logs data_path
2008-12-06 Matthew WildMove module loading to modulemanager
2008-12-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildAdd hostmanager, and eventmanager
2008-12-06 Matthew WildSmall fix for multitable
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainFixed: Stopped tryint to send error replies on unauthed...
2008-12-05 Matthew WildRe-commit TLS fix
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildDon't say we need TLS after we've already started the...
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
2008-12-05 Matthew WildComment out debug logging for now
2008-12-05 Matthew WildRemove linger option on sockets, made no difference...
2008-12-05 Matthew WildFix the last couple of places where we send strings...
2008-12-05 Matthew WildRemove an incorrect line which I didn't add, and fix...
2008-12-05 Matthew WildFix for s2s with jabberd2 (we weren't routing db:verify...
2008-12-05 Matthew WildDisconnect with stream errors on bad XML, or invalid...
2008-12-05 Matthew WildAdd a couple more tests for jid.split
2008-12-05 Matthew WildMerge from waqas
2008-12-05 Waqas HussainMultiTable: Remove all empty sub-tables when elements...
2008-12-05 Matthew WildMerge from waqas
2008-12-04 Waqas Hussainutil.multitable - A table with multiple key for each...
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Waqas HussainChanged util.datamanager to use util.serialization
2008-12-04 Waqas HussainChanged the datastore for vCards from vCard to vcard...
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAbstract xmlhandlers a bit more, also add error callbacks
2008-12-04 Waqas HussainChanged the ejabberd import script to use util.serializ...
2008-12-04 Waqas HussainAdded module util.serialization
next