GPL->MIT!
[prosody.git] / core / sessionmanager.lua
2009-01-30 Matthew WildGPL->MIT!
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-12 Matthew WildSet session.ip to the IP address of connecting clients
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-22 Matthew WildMerge from waqas
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-16 Matthew WildRemove old debugging line from sessionmanager
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-10 Matthew WildNewline at end of file for sessionmanager
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew Wildstanza_dispatch = core_process_stanza, fixed for xmpp...
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove print()s from sessionmanager and s2smanager
2008-12-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildAdd hostmanager, and eventmanager
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-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Matthew WildAdded an error log message for this case
2008-12-03 Matthew WildQuick fix for an issue that needs more looking into
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Waqas HussainAdded options to limit the number of resources and...
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-20 Matthew WildLog number of open sessions on session creation
2008-11-19 Matthew WildFix sending of unavailable presence on disconnect
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildRemove useless check for unavailable presence (which...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-18 Matthew WildAllow us to close client connections, with or without...
2008-11-16 Matthew WildMerge with waqas
2008-11-16 Waqas HussainRemoved unused function send_to_session from sessionman...
2008-11-15 Waqas HussainFixed sessionmanager to not send session in place of...
2008-11-15 Waqas HussainFixed sessionmanager to use appropriate method for...
2008-11-15 Matthew WildMerge with myself (!)
2008-11-15 Matthew WildMerge from waqas
2008-11-15 Waqas HussainCode cleanup for resource binding
2008-10-26 Matthew WildMerge presence/subscription support from waqas
2008-10-25 Waqas HussainOutbound presence subscription
2008-10-25 Waqas HussainRouting code reorganization
2008-10-24 Matthew WildFix for sessionmanager to not throw error when session...
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew WildPartial s2s commit
2008-10-24 Matthew Wilds2s works! \o/ \o/
2008-10-24 Matthew Wilddialback keys now verified
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Matthew WildFinal fix for marking user offline when all resources...
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Matthew Wildeven faster checking for other sessions... thank you...
2008-10-23 Matthew Wildfaster checking for other sessions
2008-10-23 Matthew WildFix for not destroying sessions when connection closed.
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-22 Waqas HussainAdded: TODO
2008-10-12 Waqas HussainAdded some roster management functions
2008-10-08 Matthew WildMerge roster fixes from waqas
2008-10-08 Waqas HussainLoad roster on resource bind
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildFix setting resource before we even know what it is
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildSession destruction fixes, some debugging code while...
2008-10-04 Matthew WildNew "import" module to help tidy up all the local decla...
2008-10-04 Matthew WildAdd "uuid" library and make sessionmanager use this.
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-02 Matthew WildSASL!
2008-09-30 Matthew WildHuge commit to: