aboutsummaryrefslogtreecommitdiffstats
path: root/core/sessionmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan)Matthew Wild2010-02-121-1/+1
* sessionmanager, s2smanager: Give sessions dummy data handlers that log when d...Matthew Wild2010-02-121-0/+3
* sessionmanager: Fire stream-features event using new events API.Waqas Hussain2010-02-121-0/+1
* sessionmanager: Fire resource-unbind event after removing session from sessio...Matthew Wild2010-02-111-2/+2
* sessionmanager: Whitespace fixMatthew Wild2010-02-101-1/+1
* sessionmanager: Added resource prepping, and invalid resource checking to the...Waqas Hussain2010-01-111-1/+3
* core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsMatthew Wild2009-11-241-1/+0
* Merged with 0.6.Waqas Hussain2009-11-221-12/+22
|\
| * sessionmanager: Added function send_to_interested_resources().Waqas Hussain2009-11-221-0/+15
| * sessionmanager: Fixed and cleaned function send_to_available_resources(). The...Waqas Hussain2009-11-221-12/+7
* | sessionmanager: Use : syntax for calling connection methodsMatthew Wild2009-11-211-2/+2
|/
* sessionmanager: Mark client streams as opened sooner to avoid wrapping errors...Paul Aurich2009-10-061-9/+10
* sessionmanager: Use UUID for stream ids to clients, no math.random anymore :)Matthew Wild2009-10-031-2/+1
* sessionmanager: Add c2s_timeout option for unauthenticated client connectionsMatthew Wild2009-10-031-1/+11
* core.sessionmanager, xmppclient_listener: Move responsibility for setting ses...Matthew Wild2009-08-161-1/+5
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* Moved automatic unavailable presence generation on disconnect from sessionman...Waqas Hussain2009-07-051-8/+0
* sessionmanager: Replace raw session by an event data table for resource bind/...Waqas Hussain2009-07-051-2/+2
* sessionmanager: Reset bare_sessions[user] after resource conflict resolution....Matthew Wild2009-07-031-0/+1
* sessionmanager: Newly created sessions shouldn't have a priority. Fixes one o...Matthew Wild2009-07-031-1/+1
* Send xml:lang in stream headers, fixes #78Matthew Wild2009-07-011-1/+1
* sessionmanager: Fire event on resource unbindWaqas Hussain2009-06-231-0/+2
* sessionmanager: Fire event on resource bindMatthew Wild2009-06-221-0/+2
* sessionmanager: It really is username@host, not host@username :)Waqas Hussain2009-06-041-1/+1
* sessionmanager: It's username@host, not host@username :)Matthew Wild2009-06-021-1/+1
* sessionmanager: Removed a redundant checkWaqas Hussain2009-05-291-4/+2
* sessionmanager: Fixed an old FIXME: A problem caused by an error on an authen...Waqas Hussain2009-05-291-17/+10
* sessionmanager: Add/remove sessions from full_sessions and bare_sessions when...Waqas Hussain2009-05-291-1/+6
* sessionmanager: Added reference to globals full_sessions and bare_sessionsWaqas Hussain2009-05-291-0/+2
* sessionmanager: Removed reference to global 'sessions'Waqas Hussain2009-05-291-1/+0
* sessionmanager, mod_tls: Mark a session as secure when TLS is activeMatthew Wild2009-05-291-0/+6
* sessionmanager: Miscellaneous logging improvements, changing levels, improvin...Matthew Wild2009-04-301-3/+4
* sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)Matthew Wild2009-04-081-24/+22
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-051-0/+5
* core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ...Matthew Wild2009-04-031-1/+1
* Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ...Waqas Hussain2009-03-301-0/+2
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Fixed: kick_old resource conflict resolution policy could fail with a backtraceWaqas Hussain2009-02-121-1/+4
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Set session.ip to the IP address of connecting clientsMatthew Wild2009-01-121-0/+1
* Remove old debugging line from sessionmanagerMatthew Wild2008-12-161-2/+0
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Newline at end of file for sessionmanagerMatthew Wild2008-12-101-1/+1
* stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listener...Matthew Wild2008-12-071-1/+1
* Remove print()s from sessionmanager and s2smanagerMatthew Wild2008-12-061-1/+1
* Add hostmanager, and eventmanagerMatthew Wild2008-12-061-2/+8
* Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-051-5/+1
* Add TLS socket to readlist before handshake starts, fixes major slow-down on ...Matthew Wild2008-12-051-1/+5