prosody.git
2008-10-23 Waqas HussainRoster updates
2008-10-23 Waqas HussainDocs update
2008-10-23 Waqas HussainPresence fixes
2008-10-23 Waqas HussainFixed: Some modules did not return anything
2008-10-23 Waqas HussainSet things up for presence subscriptions.
2008-10-23 Matthew WildAdded a comment, removed all the old code
2008-10-23 Matthew WildTLS/SASL no longer should include the connhandler module
2008-10-23 Matthew WildRelocate presence broadcast to core_handle_stanza()
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Waqas HussainFixed: datamanager.store and datamanager.load could...
2008-10-22 Waqas HussainUpdated and fixed session documentation
2008-10-22 Waqas HussainUpdated session documentation
2008-10-22 Waqas HussainAdded session property for interested resources
2008-10-22 Waqas HussainWorking presence, presence probes and other fixes
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-22 Matthew Wildserver.lua should degrade gracefully when LuaSec not...
2008-10-22 Waqas HussainAdded: TODO
2008-10-22 Waqas HussainFixed: Unhandled stanza handling
2008-10-22 Waqas HussainFixed: Roster support
2008-10-22 Waqas HussainMinor edit, and added a TODO
2008-10-17 Waqas HussainAdded: More complete implementation for mod_roster
2008-10-17 Waqas HussainAdded: Roster manipulation functions to core.rostermanager
2008-10-14 Waqas HussainAdded: presence broadcast
2008-10-14 Waqas HussainRemoved an unnecessary line
2008-10-14 Waqas HussainFixed: util/jid.lua now returns module object
2008-10-14 Waqas HussainFixed: Typos caused by lack of sleep.
2008-10-12 Waqas HussainFixed: mod_roster now outputs all roster data (instead...
2008-10-12 Waqas HussainAdded some roster management functions
2008-10-12 Waqas HussainDocumented the roster object's structure
2008-10-12 Matthew WildSome tiny changes for main.lua
2008-10-12 Matthew WildUpdated TODO
2008-10-11 Matthew WildRemove more of Dolphin's leftovers
2008-10-11 Matthew WildAdd AUTHORS file
2008-10-09 Matthew WildFix MUC address
2008-10-09 Matthew WildUpdated pull script for new repo
2008-10-09 Waqas HussainFixed: util.stanza.deserialize now handles nil stanzas
2008-10-08 Matthew WildStanza preserialize/deserialize helpers, to strip and...
2008-10-08 Waqas HussainFixed: incorrect auth check
2008-10-08 Waqas HussainMinor fix
2008-10-08 Waqas HussainMerge from Matthew. datamanager.simplesave fix
2008-10-08 Waqas HussainAdded: vCard plugin: mod_vcard
2008-10-08 Matthew WildFix for saving tables with non-string keys
2008-10-08 Waqas HussainAdded: mod_register now replies with an error stanza...
2008-10-08 Waqas HussainAdded: Datastore support for hosts and global data...
2008-10-08 Waqas HussainFixed routing for IQs to bare JIDs, and added a simple...
2008-10-08 Matthew WildMerge roster fixes from waqas
2008-10-08 Matthew WildMerged docs from paul
2008-10-08 Matthew WildRemove debugging output from when doing TLS
2008-10-08 Paul-Sebastian... Added script to pull from master mercurial repository
2008-10-08 Waqas HussainFixed: rostermanager.lua now returns the module
2008-10-08 Waqas HussainRemoved: Unnecessary check in mod_roster. session.roste...
2008-10-08 Waqas HussainFized: Added check to ensure that resource binding...
2008-10-08 Waqas HussainLoad roster on resource bind
2008-10-08 Waqas HussainAdded to a comment
2008-10-08 Waqas HussainCode cleanup
2008-10-07 Waqas HussainAdded: Local stanza routing
2008-10-07 Waqas HussainFixed typo in variable name
2008-10-07 Matthew Wildforgot to commit mod_tls, oops :)
2008-10-05 Matthew WildBeginnings of real stanza routing
2008-10-05 Matthew WildMerged local TLS branch
2008-10-05 Matthew WildWorking TLS!
2008-10-05 Matthew WildTLS: Handshake works, no data after that
2008-10-05 Matthew WildConvert spaces->tabs
2008-10-05 Matthew Wildmod_InBandRegistration -> mod_register
2008-10-05 Matthew WildMerged mod_InBandRegistration from waqas
2008-10-05 Matthew WildDocs
2008-10-04 Waqas HussainUser registration, etc (jabber:iq:register)
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildFix setting resource before we even know what it is
2008-10-04 Waqas HussainRemoved unused functions
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Waqas HussainSome notes of the stanza and session structures
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildSession destruction fixes, some debugging code while...
2008-10-04 Matthew WildFix for destruction of unauthed SASL sessions
2008-10-04 Waqas HussainAdded lbase64 to the dependency list
2008-10-04 Matthew WildFix for using wrong auth token as username (fixes Gajim...
2008-10-04 Matthew WildNew "import" module to help tidy up all the local decla...
2008-10-04 Matthew WildUse xmlns for matching auth tag too
2008-10-04 Matthew WildFix stanza handlers to use xmlns also for matching
2008-10-04 Matthew WildResource binding, XMPP sessions (whatever they're for...)
2008-10-04 Matthew WildSmall fix for sending stanzas in case of resource bindi...
2008-10-04 Matthew WildAdd "uuid" library and make sessionmanager use this.
2008-10-04 Matthew WildReply to unhandled iq's with service-unavailable
2008-10-04 Matthew WildSmall fixes
2008-10-03 Matthew WildAn oops in sessionmanager stream:features code :)
2008-10-03 Matthew WildMove stream opening handling from xmlhandlers to sessio...
2008-10-03 Matthew WildAdd support for arbitrary events and event hooks
2008-10-02 Matthew WildSASL!
2008-10-01 Matthew WildRemoved unused functions from main.lua
2008-10-01 Matthew WildMoved hosts to a config file, still need better config...
2008-10-01 Waqas HussainRemoved tag tip
2008-10-01 Waqas HussainFixed: Session data was never removed from sessions...
2008-10-01 Matthew WildLet modules set/write globals
2008-09-30 Matthew WildFix quoting in util/sasl.lua
2008-09-30 Matthew WildRemove now useless debug output
2008-09-30 Matthew WildHuge commit to:
2008-09-30 Matthew Wildjid.split(): Return nil when passed nil
2008-09-27 Matthew WildAdding initial unit testing scripts
2008-09-27 Matthew WildFixing jid.split() for all JIDs
next