Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sessionmanager: Use UUID for stream ids to clients, no math.random anymore :) | Matthew Wild | 2009-10-03 | 1 | -2/+1 |
| | |||||
* | sessionmanager: Add c2s_timeout option for unauthenticated client connections | Matthew Wild | 2009-10-03 | 1 | -1/+11 |
| | |||||
* | core.sessionmanager, xmppclient_listener: Move responsibility for setting ↵ | Matthew Wild | 2009-08-16 | 1 | -1/+5 |
| | | | | session.log to the former from the latter, much more sensible | ||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Moved automatic unavailable presence generation on disconnect from ↵ | Waqas Hussain | 2009-07-05 | 1 | -8/+0 |
| | | | | sessionmanager to mod_presence | ||||
* | sessionmanager: Replace raw session by an event data table for resource ↵ | Waqas Hussain | 2009-07-05 | 1 | -2/+2 |
| | | | | bind/unbind events, allowing extra data | ||||
* | sessionmanager: Reset bare_sessions[user] after resource conflict ↵ | Matthew Wild | 2009-07-03 | 1 | -0/+1 |
| | | | | resolution. Fixes the other stanza gobbling bug \o/ | ||||
* | sessionmanager: Newly created sessions shouldn't have a priority. Fixes one ↵ | Matthew Wild | 2009-07-03 | 1 | -1/+1 |
| | | | | of the stanza-gobbling bugs \o/ | ||||
* | Send xml:lang in stream headers, fixes #78 | Matthew Wild | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | sessionmanager: Fire event on resource unbind | Waqas Hussain | 2009-06-23 | 1 | -0/+2 |
| | |||||
* | sessionmanager: Fire event on resource bind | Matthew Wild | 2009-06-22 | 1 | -0/+2 |
| | |||||
* | sessionmanager: It really is username@host, not host@username :) | Waqas Hussain | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | sessionmanager: It's username@host, not host@username :) | Matthew Wild | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | sessionmanager: Removed a redundant check | Waqas Hussain | 2009-05-29 | 1 | -4/+2 |
| | |||||
* | sessionmanager: Fixed an old FIXME: A problem caused by an error on an ↵ | Waqas Hussain | 2009-05-29 | 1 | -17/+10 |
| | | | | authenticated but unbound session | ||||
* | sessionmanager: Add/remove sessions from full_sessions and bare_sessions ↵ | Waqas Hussain | 2009-05-29 | 1 | -1/+6 |
| | | | | when binding/unbinding sessions | ||||
* | sessionmanager: Added reference to globals full_sessions and bare_sessions | Waqas Hussain | 2009-05-29 | 1 | -0/+2 |
| | |||||
* | sessionmanager: Removed reference to global 'sessions' | Waqas Hussain | 2009-05-29 | 1 | -1/+0 |
| | |||||
* | sessionmanager, mod_tls: Mark a session as secure when TLS is active | Matthew Wild | 2009-05-29 | 1 | -0/+6 |
| | |||||
* | sessionmanager: Miscellaneous logging improvements, changing levels, ↵ | Matthew Wild | 2009-04-30 | 1 | -3/+4 |
| | | | | improving messages and using session loggers where possible | ||||
* | sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) | Matthew Wild | 2009-04-08 | 1 | -24/+22 |
| | |||||
* | sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when ↵ | Matthew Wild | 2009-04-05 | 1 | -0/+5 |
| | | | | client closes stream | ||||
* | core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ↵ | Matthew Wild | 2009-04-03 | 1 | -1/+1 |
| | | | | the wrong level | ||||
* | Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ↵ | Waqas Hussain | 2009-03-30 | 1 | -0/+2 |
| | | | | of issue #57) | ||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Fixed: kick_old resource conflict resolution policy could fail with a backtrace | Waqas Hussain | 2009-02-12 | 1 | -1/+4 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
| | |||||
* | Set session.ip to the IP address of connecting clients | Matthew Wild | 2009-01-12 | 1 | -0/+1 |
| | |||||
* | Remove old debugging line from sessionmanager | Matthew Wild | 2008-12-16 | 1 | -2/+0 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Newline at end of file for sessionmanager | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} ↵ | Matthew Wild | 2008-12-07 | 1 | -1/+1 |
| | | | | listeners, and sessionmanager for the new syntax | ||||
* | Remove print()s from sessionmanager and s2smanager | Matthew Wild | 2008-12-06 | 1 | -1/+1 |
| | |||||
* | Add hostmanager, and eventmanager | Matthew Wild | 2008-12-06 | 1 | -2/+8 |
| | |||||
* | Backed out changeset 099d8a102deb (committed too much) | Matthew Wild | 2008-12-05 | 1 | -5/+1 |
| | |||||
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵ | Matthew Wild | 2008-12-05 | 1 | -1/+5 |
| | | | | TLS connections | ||||
* | Added an error log message for this case | Matthew Wild | 2008-12-03 | 1 | -0/+4 |
| | |||||
* | Quick fix for an issue that needs more looking into | Matthew Wild | 2008-12-03 | 1 | -3/+5 |
| | |||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Added options to limit the number of resources and for handling of resource ↵ | Waqas Hussain | 2008-11-27 | 1 | -2/+29 |
| | | | | | | | conflicts - core.max_resources: defaults to 10 - core.conflict_resolve: can be "random", "increment", "kick_new" and "kick_old" (default) | ||||
* | Use a stanza for c2s stream features instead of an array of strings. Removes ↵ | Matthew Wild | 2008-11-20 | 1 | -9/+3 |
| | | | | a FIXME. | ||||
* | Log number of open sessions on session creation | Matthew Wild | 2008-11-20 | 1 | -0/+1 |
| | |||||
* | Fix sending of unavailable presence on disconnect | Matthew Wild | 2008-11-19 | 1 | -2/+4 |
| | |||||
* | session:disconnect() -> session:close() for consistency with other Lua APIs | Matthew Wild | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | Remove useless check for unavailable presence (which never exists) | Matthew Wild | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | Quite some changes, to: | Matthew Wild | 2008-11-18 | 1 | -2/+11 |
| | | | | | | | | - 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 | ||||
* | Allow us to close client connections, with or without a stream error. ↵ | Matthew Wild | 2008-11-18 | 1 | -2/+12 |
| | | | | 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) | ||||
* | Removed unused function send_to_session from sessionmanager (send_to_session ↵ | Waqas Hussain | 2008-11-16 | 1 | -5/+0 |
| | | | | replaced by session.send) |