Commit graph

164 commits

Author SHA1 Message Date
Waqas Hussain
4b6c2ce142 sessionmanager: It really is username@host, not host@username :) 2009-06-04 05:54:32 +05:00
Matthew Wild
d6d2af95bd sessionmanager: It's username@host, not host@username :) 2009-06-02 19:08:36 +01:00
Waqas Hussain
887dc6887b sessionmanager: Removed a redundant check 2009-05-29 23:23:56 +05:00
Waqas Hussain
aeeeeb288f sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session 2009-05-29 23:22:58 +05:00
Waqas Hussain
2424f767f5 sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions 2009-05-29 23:14:57 +05:00
Waqas Hussain
7e142b7818 sessionmanager: Added reference to globals full_sessions and bare_sessions 2009-05-29 23:01:05 +05:00
Waqas Hussain
49147803d3 sessionmanager: Removed reference to global 'sessions' 2009-05-29 22:56:14 +05:00
Matthew Wild
81fedc9a08 sessionmanager, mod_tls: Mark a session as secure when TLS is active 2009-05-29 14:28:53 +01:00
Matthew Wild
18b7e2867c sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 2009-04-30 02:45:10 +01:00
Matthew Wild
921fe046e5 sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) 2009-04-08 23:20:22 +01:00
Matthew Wild
a27b839551 sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream 2009-04-05 20:06:39 +01:00
Matthew Wild
4ec39b859c core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level 2009-04-03 01:29:59 +01:00
Waqas Hussain
3f5c2d0054 Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57) 2009-03-30 03:03:06 +05:00
Matthew Wild
c80f91dc02 0.3->0.4 2009-03-20 20:16:25 +00:00
Waqas Hussain
0178275ece Fixed: kick_old resource conflict resolution policy could fail with a backtrace 2009-02-12 18:23:00 +05:00
Matthew Wild
c5ee166aa9 Update copyright notices for 2009 2009-01-30 17:59:26 +00:00
Matthew Wild
f2d020191f 0.2->0.3 2009-01-30 17:40:25 +00:00
Matthew Wild
bf3b96204d GPL->MIT! 2009-01-30 17:22:56 +00:00
Matthew Wild
c273f4c890 Set session.ip to the IP address of connecting clients 2009-01-12 02:59:45 +00:00
Matthew Wild
450c6ef7fc Remove old debugging line from sessionmanager 2008-12-16 02:30:24 +00:00
Matthew Wild
d3ad4a5123 0.1 -> 0.2 2008-12-10 15:44:03 +00:00
Matthew Wild
753ab68581 Newline at end of file for sessionmanager 2008-12-10 15:32:51 +00:00
Matthew Wild
1fedb0c649 stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listeners, and sessionmanager for the new syntax 2008-12-07 19:04:23 +00:00
Matthew Wild
b3e9fc629c Remove print()s from sessionmanager and s2smanager 2008-12-06 23:14:39 +00:00
Matthew Wild
dfeabed19f Add hostmanager, and eventmanager 2008-12-06 03:41:49 +00:00
Matthew Wild
c016526d9d Backed out changeset 099d8a102deb (committed too much) 2008-12-05 19:49:16 +00:00
Matthew Wild
0d2b952b61 Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections 2008-12-05 19:24:01 +00:00
Matthew Wild
11538c72c6 Added an error log message for this case 2008-12-03 18:06:04 +00:00
Matthew Wild
396d493b18 Quick fix for an issue that needs more looking into 2008-12-03 18:01:56 +00:00
Matthew Wild
0c5cc83112 Insert copyright/license headers 2008-12-03 14:39:07 +00:00
Waqas Hussain
ce81a26989 Added options to limit the number of resources and for handling of resource conflicts
- core.max_resources: defaults to 10
 - core.conflict_resolve: can be "random", "increment", "kick_new" and "kick_old" (default)
2008-11-27 02:48:08 +05:00
Matthew Wild
5c7ec634b1 Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME. 2008-11-20 01:33:25 +00:00
Matthew Wild
6a333d94d6 Log number of open sessions on session creation 2008-11-20 01:32:24 +00:00
Matthew Wild
8b041f3cdb Fix sending of unavailable presence on disconnect 2008-11-19 05:07:52 +00:00
Matthew Wild
99b617b8b6 session:disconnect() -> session:close() for consistency with other Lua APIs 2008-11-18 19:44:54 +00:00
Matthew Wild
64e57b5001 Remove useless check for unavailable presence (which never exists) 2008-11-18 19:40:04 +00:00
Matthew Wild
01c770997f Quite some changes, to:
- Small logging fix for s2smanager
- Send a stream error if an incoming s2s connection is to an unrecognised hostname (fixes #11)
- init_xmlhandlers now takes a table of callbacks (includes changes to net/xmpp*_listener for this)
- Move sending of unavailable presence to where it should be, sessionmanager.destroy_session
- Fix sending of stream errors to wrong connection
2008-11-18 17:52:33 +00:00
Matthew Wild
f21f55bb1e Allow us to close client connections, with or without a stream error. Partially fixes #8, we still need the same for s2s (though it should be almost a straight copy of the code, I'm too tired atm) 2008-11-18 05:13:29 +00:00
Waqas Hussain
b0bfd62708 Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send) 2008-11-16 05:06:38 +05:00
Waqas Hussain
97bf43fe7a Fixed sessionmanager to not send session in place of stream features... 2008-11-16 04:45:31 +05:00
Waqas Hussain
0fbd257633 Fixed sessionmanager to use appropriate method for sending stream features 2008-11-16 04:37:54 +05:00
Waqas Hussain
49ab3af442 Code cleanup for resource binding 2008-11-16 03:16:53 +05:00
Waqas Hussain
091e961c40 Outbound presence subscription 2008-10-25 21:16:08 +05:00
Waqas Hussain
30de434801 Routing code reorganization 2008-10-25 06:49:48 +05:00
Matthew Wild
0aade7cf5f Fix for sessionmanager to not throw error when session doesn't have a private logger 2008-10-24 14:47:23 +01:00
Matthew Wild
5c90ffdf7e s2s works! \o/ \o/ 2008-10-24 07:27:36 +01:00
Matthew Wild
eb8e9997e0 dialback keys now verified 2008-10-24 03:06:55 +01:00
Matthew Wild
dba8f998cf Final fix for marking user offline when all resources are gone :) 2008-10-23 18:05:06 +01:00
Matthew Wild
3286f0609f even faster checking for other sessions... thank you waqas :) 2008-10-23 17:34:10 +01:00
Matthew Wild
9e6c3919af faster checking for other sessions 2008-10-23 17:27:41 +01:00