faster checking for other sessions
|
Matthew Wild |
2008-10-23 |
Fix for not destroying sessions when connection closed.
|
Matthew Wild |
2008-10-23 |
No s2s yet :)
|
Matthew Wild |
2008-10-23 |
Added a comment, removed all the old code
|
Matthew Wild |
2008-10-23 |
TLS/SASL no longer should include the connhandler module
|
Matthew Wild |
2008-10-23 |
Relocate presence broadcast to core_handle_stanza()
|
Matthew Wild |
2008-10-23 |
Merge roster & presence from waqas
|
Matthew Wild |
2008-10-22 |
Fixed: datamanager.store and datamanager.load could crash when username or host arguments were nil. (useful for server specific and global data).
|
Waqas Hussain |
2008-10-22 |
Updated and fixed session documentation
|
Waqas Hussain |
2008-10-22 |
Updated session documentation
|
Waqas Hussain |
2008-10-22 |
Added session property for interested resources
|
Waqas Hussain |
2008-10-22 |
Working presence, presence probes and other fixes
|
Waqas Hussain |
2008-10-22 |
Added: TODO
|
Waqas Hussain |
2008-10-22 |
Fixed: Unhandled stanza handling
|
Waqas Hussain |
2008-10-22 |
Fixed: Roster support
|
Waqas Hussain |
2008-10-22 |
Minor edit, and added a TODO
|
Waqas Hussain |
2008-10-22 |
Added: More complete implementation for mod_roster
|
Waqas Hussain |
2008-10-17 |
Added: Roster manipulation functions to core.rostermanager
|
Waqas Hussain |
2008-10-17 |
Added: presence broadcast
|
Waqas Hussain |
2008-10-14 |
Removed an unnecessary line
|
Waqas Hussain |
2008-10-14 |
Fixed: util/jid.lua now returns module object
|
Waqas Hussain |
2008-10-14 |
Fixed: Typos caused by lack of sleep.
|
Waqas Hussain |
2008-10-14 |
Fixed: mod_roster now outputs all roster data (instead of just the JIDs)
|
Waqas Hussain |
2008-10-12 |
Added some roster management functions
|
Waqas Hussain |
2008-10-12 |
Documented the roster object's structure
|
Waqas Hussain |
2008-10-12 |
Abstract connections with "connection listeners"
|
Matthew Wild |
2008-10-22 |
server.lua should degrade gracefully when LuaSec not present
|
Matthew Wild |
2008-10-22 |
Some tiny changes for main.lua
|
Matthew Wild |
2008-10-12 |
Updated TODO
|
Matthew Wild |
2008-10-12 |
Remove more of Dolphin's leftovers
|
Matthew Wild |
2008-10-11 |
Add AUTHORS file
|
Matthew Wild |
2008-10-11 |
Fix MUC address
|
Matthew Wild |
2008-10-09 |