More Makefile improvements
[prosody.git] / plugins /
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
2008-10-26 Matthew WildMerge presence/subscription support from waqas
2008-10-25 Waqas HussainBug fixes and checks for presence subscriptions, etc
2008-10-24 Matthew WildFix mod_legacyauth to not use old stanza_dispatch
2008-10-24 Matthew WildMerging more s2s
2008-10-23 Matthew WildMaking the best attempt out of a bad merge from waqas
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainRoster updates
2008-10-23 Matthew WildTLS/SASL no longer should include the connhandler module
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Waqas HussainAdded session property for interested resources
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-22 Waqas HussainFixed: Roster support
2008-10-17 Waqas HussainAdded: More complete implementation for mod_roster
2008-10-12 Waqas HussainFixed: mod_roster now outputs all roster data (instead...
2008-10-08 Matthew WildStanza preserialize/deserialize helpers, to strip and...
2008-10-08 Waqas HussainFixed: incorrect auth check
2008-10-08 Waqas HussainMerge from Matthew. datamanager.simplesave fix
2008-10-08 Waqas HussainAdded: vCard plugin: mod_vcard
2008-10-08 Waqas HussainAdded: mod_register now replies with an error stanza...
2008-10-08 Matthew WildMerge roster fixes from waqas
2008-10-08 Waqas HussainRemoved: Unnecessary check in mod_roster. session.roste...
2008-10-07 Matthew Wildforgot to commit mod_tls, oops :)
2008-10-05 Matthew Wildmod_InBandRegistration -> mod_register
2008-10-05 Matthew WildMerged mod_InBandRegistration from waqas
2008-10-04 Waqas HussainUser registration, etc (jabber:iq:register)
next