sessionmanager: Use : syntax for calling connection methods
|
Matthew Wild |
2009-11-21 |
sessionmanager: Mark client streams as opened sooner to avoid wrapping errors in unnecessary stream tags
|
Paul Aurich |
2009-10-06 |
sessionmanager: Use UUID for stream ids to clients, no math.random anymore :)
|
Matthew Wild |
2009-10-03 |
sessionmanager: Add c2s_timeout option for unauthenticated client connections
|
Matthew Wild |
2009-10-03 |
core.sessionmanager, xmppclient_listener: Move responsibility for setting session.log to the former from the latter, much more sensible
|
Matthew Wild |
2009-08-16 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence
|
Waqas Hussain |
2009-07-05 |
sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data
|
Waqas Hussain |
2009-07-05 |
sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/
|
Matthew Wild |
2009-07-03 |
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/
|
Matthew Wild |
2009-07-03 |
Send xml:lang in stream headers, fixes #78
|
Matthew Wild |
2009-07-01 |
sessionmanager: Fire event on resource unbind
|
Waqas Hussain |
2009-06-23 |
sessionmanager: Fire event on resource bind
|
Matthew Wild |
2009-06-22 |
sessionmanager: It really is username@host, not host@username :)
|
Waqas Hussain |
2009-06-04 |
sessionmanager: It's username@host, not host@username :)
|
Matthew Wild |
2009-06-02 |
sessionmanager: Removed a redundant check
|
Waqas Hussain |
2009-05-29 |
sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session
|
Waqas Hussain |
2009-05-29 |
sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions
|
Waqas Hussain |
2009-05-29 |
sessionmanager: Added reference to globals full_sessions and bare_sessions
|
Waqas Hussain |
2009-05-29 |
sessionmanager: Removed reference to global 'sessions'
|
Waqas Hussain |
2009-05-29 |
sessionmanager, mod_tls: Mark a session as secure when TLS is active
|
Matthew Wild |
2009-05-29 |
sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible
|
Matthew Wild |
2009-04-30 |
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)
|
Matthew Wild |
2009-04-08 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
2009-04-05 |
core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level
|
Matthew Wild |
2009-04-03 |
Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Fixed: kick_old resource conflict resolution policy could fail with a backtrace
|
Waqas Hussain |
2009-02-12 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
Set session.ip to the IP address of connecting clients
|
Matthew Wild |
2009-01-12 |
Remove old debugging line from sessionmanager
|
Matthew Wild |
2008-12-16 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Newline at end of file for sessionmanager
|
Matthew Wild |
2008-12-10 |
stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listeners, and sessionmanager for the new syntax
|
Matthew Wild |
2008-12-07 |
Remove print()s from sessionmanager and s2smanager
|
Matthew Wild |
2008-12-06 |
Add hostmanager, and eventmanager
|
Matthew Wild |
2008-12-06 |
Backed out changeset 099d8a102deb (committed too much)
|
Matthew Wild |
2008-12-05 |
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections
|
Matthew Wild |
2008-12-05 |
Added an error log message for this case
|
Matthew Wild |
2008-12-03 |
Quick fix for an issue that needs more looking into
|
Matthew Wild |
2008-12-03 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Added options to limit the number of resources and for handling of resource conflicts
|
Waqas Hussain |
2008-11-26 |
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
|
Matthew Wild |
2008-11-20 |
Log number of open sessions on session creation
|
Matthew Wild |
2008-11-20 |
Fix sending of unavailable presence on disconnect
|
Matthew Wild |
2008-11-19 |
session:disconnect() -> session:close() for consistency with other Lua APIs
|
Matthew Wild |
2008-11-18 |
Remove useless check for unavailable presence (which never exists)
|
Matthew Wild |
2008-11-18 |
Quite some changes, to:
|
Matthew Wild |
2008-11-18 |
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)
|
Matthew Wild |
2008-11-18 |
Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send)
|
Waqas Hussain |
2008-11-16 |
Fixed sessionmanager to not send session in place of stream features...
|
Waqas Hussain |
2008-11-15 |
Fixed sessionmanager to use appropriate method for sending stream features
|
Waqas Hussain |
2008-11-15 |
Code cleanup for resource binding
|
Waqas Hussain |
2008-11-15 |
Outbound presence subscription
|
Waqas Hussain |
2008-10-25 |
Routing code reorganization
|
Waqas Hussain |
2008-10-25 |
Fix for sessionmanager to not throw error when session doesn't have a private logger
|
Matthew Wild |
2008-10-24 |
Merging more s2s
|
Matthew Wild |
2008-10-24 |
Partial s2s commit
|
Matthew Wild |
2008-10-24 |
s2s works! \o/ \o/
s2s
|
Matthew Wild |
2008-10-24 |
dialback keys now verified
s2s
|
Matthew Wild |
2008-10-24 |
Final fix for marking user offline when all resources are gone :)
|
Matthew Wild |
2008-10-23 |
even faster checking for other sessions... thank you waqas :)
|
Matthew Wild |
2008-10-23 |
faster checking for other sessions
|
Matthew Wild |
2008-10-23 |
Fix for not destroying sessions when connection closed.
|
Matthew Wild |
2008-10-23 |
Merge roster & presence from waqas
|
Matthew Wild |
2008-10-22 |
Added: TODO
|
Waqas Hussain |
2008-10-22 |
Added some roster management functions
|
Waqas Hussain |
2008-10-12 |
Abstract connections with "connection listeners"
|
Matthew Wild |
2008-10-22 |
Load roster on resource bind
|
Waqas Hussain |
2008-10-08 |
Fix setting resource before we even know what it is
|
Matthew Wild |
2008-10-04 |
Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful.
|
Matthew Wild |
2008-10-04 |
New "import" module to help tidy up all the local declarations at the top of modules
|
Matthew Wild |
2008-10-04 |
Add "uuid" library and make sessionmanager use this.
|
Matthew Wild |
2008-10-04 |
An oops in sessionmanager stream:features code :)
|
Matthew Wild |
2008-10-03 |
Move stream opening handling from xmlhandlers to sessionmanager
|
Matthew Wild |
2008-10-03 |
SASL!
|
Matthew Wild |
2008-10-02 |
Huge commit to:
|
Matthew Wild |
2008-09-30 |