Commit graph

93 commits

Author SHA1 Message Date
Matthew Wild
6fc597e709 sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions (fixes a logging traceback, thanks Flo) 2010-03-22 14:58:25 +00:00
Matthew Wild
415ac76d28 sessionmanager: Don't re-destroy destroyed sessions 2010-03-14 02:59:41 +00:00
Matthew Wild
c42dd4c962 sessionmanager: Return stream error when incoming stream header is missing 'to' attribute 2010-03-14 02:59:16 +00:00
Matthew Wild
8b94f4df25 sessionmanager: Add close method to resting sessions 2010-03-14 02:58:11 +00:00
Matthew Wild
8e4f70c4a2 sessionmanager, s2smanager: Close session on </stream:stream> 2010-03-11 01:04:19 +00:00
Matthew Wild
7b445486a0 sessionmanager, s2smanager: Destroyed sessions are now simply resting (not dead) until they are collected - prevents a whole class of tracebacks 2010-03-08 02:13:41 +00:00
Matthew Wild
fee6a443f9 sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan) 2010-02-12 17:27:53 +00:00
Matthew Wild
a76e149c1c sessionmanager, s2smanager: Give sessions dummy data handlers that log when data is received by a destroyed session 2010-02-12 17:14:54 +00:00
Waqas Hussain
8946ed6f6c sessionmanager: Fire stream-features event using new events API. 2010-02-12 03:49:05 +05:00
Matthew Wild
397105c519 sessionmanager: Fire resource-unbind event after removing session from sessions table 2010-02-11 19:34:23 +00:00
Matthew Wild
ef60c36f61 sessionmanager: Whitespace fix 2010-02-10 07:53:25 +00:00
Waqas Hussain
9dd8d35ae8 sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function. 2010-01-11 18:59:06 +05:00
Matthew Wild
f5afdcb564 core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls 2009-11-24 20:34:22 +00:00
Waqas Hussain
4c8e3f457d Merged with 0.6. 2009-11-22 21:55:58 +05:00
Waqas Hussain
bb00a63d23 sessionmanager: Added function send_to_interested_resources(). 2009-11-22 21:41:09 +05:00
Waqas Hussain
10d98b6eef sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved. 2009-11-22 21:40:01 +05:00
Matthew Wild
ecb81f3ad2 sessionmanager: Use : syntax for calling connection methods 2009-11-21 17:07:22 +00:00
Paul Aurich
1a9c9dd936 sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags 2009-10-06 11:15:55 +01:00
Matthew Wild
65aab24c5c sessionmanager: Use UUID for stream ids to clients, no math.random anymore :) 2009-10-03 18:40:47 +01:00
Matthew Wild
58c524a536 sessionmanager: Add c2s_timeout option for unauthenticated client connections 2009-10-03 02:41:28 +01:00
Matthew Wild
4f3a0bf66d core.sessionmanager, xmppclient_listener: Move responsibility for setting session.log to the former from the latter, much more sensible 2009-08-16 21:34:53 +01:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Waqas Hussain
44ba02eef0 Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence 2009-07-05 17:45:44 +05:00
Waqas Hussain
0d65c3fef7 sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data 2009-07-05 16:21:58 +05:00
Matthew Wild
18ab4901ef sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/ 2009-07-03 21:47:26 +01:00
Matthew Wild
63d405dc25 sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/ 2009-07-03 21:37:09 +01:00
Matthew Wild
3dc21c4fc7 Send xml:lang in stream headers, fixes #78 2009-07-01 17:53:18 +01:00
Waqas Hussain
737636d65a sessionmanager: Fire event on resource unbind 2009-06-23 23:54:57 +05:00
Matthew Wild
04d4fb4a73 sessionmanager: Fire event on resource bind 2009-06-22 02:58:28 +01:00
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