Moved directory auto-creation to datamanager
[prosody.git] / plugins /
2008-12-13 Matthew WildAdd support for dialback piggy-backing. Fixes #37....
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-08 Waqas HussainChanged mod_roster to use the newer presence manager API
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 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-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildAdd mod_posix, fixes #5
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
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-04 Matthew WildAutomated merge with http://waqas.ath.cx/
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 Waqas HussainChange modules to use the new add_feature module API...
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-03 Waqas HussainFix for handling latin1 encoded hostnames in SASL
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-12-03 Matthew Wildlxmppd -> Prosody
2008-11-29 Tobias MarkmannForced merge.
2008-11-29 Waqas HussainLoad prosody instead of main.lia in mod_console
2008-11-28 Matthew WildMerge from waqas
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildAdd module:unload() to mod_console, and allow module...
2008-11-27 Waqas HussainCompletely switched to new hashes library from the...
2008-11-27 Waqas HussainStopped using the lbase64 library
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildSome mod_console updates
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Matthew WildUpdate mod_selftests to use the hosts on xmpp.org/inter...
2008-11-26 Matthew WildYes, we don't put these things in here, we put them...
2008-11-26 Waqas HussainChanged format for XEP-0090 to the legacy format
2008-11-26 Waqas HussainAdded mod_time with support for [XEP-0202: Entity Time...
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Waqas HussainModules now sending disco replies
2008-11-25 Matthew WildSome mod_console changes
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildAdd initial mod_console
2008-11-23 Matthew WildFix mod_selftests syntax, and switch it to use config
2008-11-22 Waqas HussainAdded mod_disco
2008-11-22 Waqas HussainAccount deletion support
2008-11-20 Matthew WildAdding selftests module, but not enabling in config
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-19 Matthew WildFix the reversed to/from on the final db:result. Fixes...
2008-11-19 Matthew WildShow which session got disconnected in log message
2008-11-19 Matthew WildDon't error if the original s2s connection has closed...
2008-11-17 Waqas HussainSend unsubscribe and unsubscribed on roster item delete...
2008-11-16 Waqas HussainFixed mod_tls to use session.send for sending stanzas
2008-11-15 Waqas HussainRemoved useless [[local send = require "core.sessionman...
2008-11-15 Waqas HussainFixed mod_saslauth to use session.send for sending...
2008-11-15 Waqas HussainFixed mod_register to use session.send for sending...
2008-11-15 Waqas HussainFixed mod_private to use session.send for sending stanzas
2008-11-15 Waqas HussainFixed mod_legacyauth to use session.send for sending...
2008-11-15 Waqas HussainFix mod_vcard to use session.send for sending stanzas
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildFix mod_roster to use session.send for sending stanzas
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainCode cleanup for resource binding
2008-11-15 Matthew WildSmall fix for mod_version
2008-11-15 Waqas HussainUnused variables in mod_tls
2008-11-15 Tobias MarkmannProviding some human readable error messages and some...
2008-11-15 Tobias MarkmannMade SASL module fit the new interface.
2008-11-15 Waqas HussainUsing md5.sum rather than hashes.md5 because we don...
2008-11-15 Waqas Hussainmod_saslauth: Code cleanup
2008-11-15 Waqas Hussainbase64 encode the sasl responses
2008-11-15 Waqas HussainStarted using realm in password hashing, and added...
2008-11-15 Matthew WildComment out DIGEST-MD5 until it is fully implemented
2008-11-15 Matthew WildMerge new SASL code from Tobias and Waqas
2008-11-15 Tobias MarkmannMerging with Waqas' code.
2008-11-15 Tobias MarkmannSet username in a SASL object.
2008-11-15 Waqas HussainSet username on SASL success
2008-11-15 Tobias MarkmannMerge with Waqas changes to mod_saslauth.
2008-11-15 Waqas Hussainmod_saslauth: Added base64 decoding, encoding check...
2008-11-15 Tobias MarkmannAdding some TODO for some security issue.
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-15 Waqas Hussainmod_saslauth updated for digest-md5
2008-11-14 Matthew WildNow outgoing s2s sessions are associated with their...
2008-11-14 Matthew WildSome more logging fixes
2008-11-10 Tobias MarkmannMerging.
2008-11-10 Tobias MarkmannForward response stanzas to sasl.lua and some other...
2008-11-09 Matthew WildMerge from waqas
2008-11-09 Waqas HussainAdded mod_uptime: [XEP-0012: Last Activity] queries...
2008-11-06 Waqas HussainFixed some whitespace.
2008-11-02 Matthew Wildmerge from waqas
2008-11-02 Matthew Wildvcards for s2s
2008-11-01 Waqas Hussainmod_roster fix
2008-11-01 Matthew WildFix s2s once and for all
2008-11-01 Matthew WildFix for mod_version over s2s
2008-10-30 Matthew Wildmod_version is here
2008-10-26 Waqas HussainAdded support for XEP-0049: Private XML Storage (mod_pr...
2008-10-26 Waqas Hussainmod_vcard: Fixed to use new util.stanza.add_child
next