Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Backed out changeset a0fc73d5f48c | Matthew Wild | 2008-10-23 | 1 | -223/+5 | |
| | | ||||||
* | | Backed out changeset 8f17ba74823c | Matthew Wild | 2008-10-23 | 1 | -5/+223 | |
| | | ||||||
* | | Reverting stanza_router to non-conflicted version | Matthew Wild | 2008-10-23 | 1 | -223/+5 | |
| | | ||||||
* | | Making the best attempt out of a bad merge from waqas | Matthew Wild | 2008-10-23 | 3 | -6/+212 | |
|\| | ||||||
| * | Initial s2s stuff | Matthew Wild | 2008-10-23 | 3 | -11/+14 | |
| | | ||||||
* | | Added TODO | Waqas Hussain | 2008-10-23 | 1 | -0/+1 | |
| | | ||||||
* | | Merged from Matthew | Waqas Hussain | 2008-10-23 | 1 | -2/+4 | |
|\| | ||||||
| * | Final fix for marking user offline when all resources are gone :) | Matthew Wild | 2008-10-23 | 1 | -2/+4 | |
| | | ||||||
* | | Merged from Matthew | Waqas Hussain | 2008-10-23 | 3 | -230/+236 | |
|\| | ||||||
| * | even faster checking for other sessions... thank you waqas :) | Matthew Wild | 2008-10-23 | 1 | -6/+1 | |
| | | ||||||
| * | faster checking for other sessions | Matthew Wild | 2008-10-23 | 1 | -0/+1 | |
| | | ||||||
| * | Fix for not destroying sessions when connection closed. | Matthew Wild | 2008-10-23 | 2 | -9/+18 | |
| | | ||||||
| * | No s2s yet :) | Matthew Wild | 2008-10-23 | 1 | -1/+1 | |
| | | ||||||
* | | Removed .hgtags | Waqas Hussain | 2008-10-23 | 0 | -0/+0 | |
| | | | | | | | | Lesson: Don't try to remove the tip tag from the tip revision | |||||
* | | Fixed: Works when LuaRocks is not present | Waqas Hussain | 2008-10-23 | 1 | -2/+2 | |
| | | ||||||
* | | Roster updates | Waqas Hussain | 2008-10-23 | 3 | -13/+5 | |
| | | | | | | | | | | | | - Added support for item.ask attribute in rostermanager and mod_roster - Updated roster docs - Removed old code from rostermanager | |||||
* | | Docs update | Waqas Hussain | 2008-10-23 | 1 | -0/+1 | |
| | | | | | | | | - 'ask' property available on roster items | |||||
* | | Presence fixes | Waqas Hussain | 2008-10-23 | 1 | -8/+15 | |
| | | | | | | | | | | - Presence to other resources sent correctly - Resource of the recipient ignored for all presence except available and unavailable | |||||
* | | Fixed: Some modules did not return anything | Waqas Hussain | 2008-10-23 | 2 | -0/+3 | |
| | | ||||||
* | | Set things up for presence subscriptions. | Waqas Hussain | 2008-10-23 | 1 | -15/+24 | |
|/ | | | | Remove reference to core.s2smanager. | |||||
* | Added a comment, removed all the old code | Matthew Wild | 2008-10-23 | 1 | -243/+4 | |
| | ||||||
* | TLS/SASL no longer should include the connhandler module | Matthew Wild | 2008-10-23 | 2 | -4/+1 | |
| | ||||||
* | Relocate presence broadcast to core_handle_stanza() | Matthew Wild | 2008-10-23 | 1 | -24/+17 | |
| | | | | which is for processing stanzas that the server must handle (not route) | |||||
* | Merge roster & presence from waqas | Matthew Wild | 2008-10-22 | 9 | -39/+333 | |
|\ | ||||||
| * | Fixed: datamanager.store and datamanager.load could crash when username or ↵ | Waqas Hussain | 2008-10-23 | 1 | -3/+12 | |
| | | | | | | | | host arguments were nil. (useful for server specific and global data). | |||||
| * | Updated and fixed session documentation | Waqas Hussain | 2008-10-23 | 1 | -1/+2 | |
| | | ||||||
| * | Updated session documentation | Waqas Hussain | 2008-10-23 | 1 | -0/+6 | |
| | | ||||||
| * | Added session property for interested resources | Waqas Hussain | 2008-10-23 | 2 | -1/+2 | |
| | | ||||||
| * | Working presence, presence probes and other fixes | Waqas Hussain | 2008-10-23 | 1 | -19/+109 | |
| | | ||||||
| * | Added: TODO | Waqas Hussain | 2008-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed: Unhandled stanza handling | Waqas Hussain | 2008-10-22 | 1 | -5/+7 | |
| | | ||||||
| * | Fixed: Roster support | Waqas Hussain | 2008-10-22 | 2 | -11/+11 | |
| | | ||||||
| * | Minor edit, and added a TODO | Waqas Hussain | 2008-10-22 | 1 | -1/+2 | |
| | | ||||||
| * | Added: More complete implementation for mod_roster | Waqas Hussain | 2008-10-17 | 1 | -14/+77 | |
| | | ||||||
| * | Added: Roster manipulation functions to core.rostermanager | Waqas Hussain | 2008-10-17 | 1 | -7/+54 | |
| | | ||||||
| * | Added: presence broadcast | Waqas Hussain | 2008-10-14 | 1 | -7/+23 | |
| | | | | | | | | Added: some additional message broadcast checks | |||||
| * | Removed an unnecessary line | Waqas Hussain | 2008-10-14 | 1 | -2/+1 | |
| | | ||||||
| * | Fixed: util/jid.lua now returns module object | Waqas Hussain | 2008-10-14 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed: Typos caused by lack of sleep. | Waqas Hussain | 2008-10-14 | 1 | -3/+6 | |
| | | | | | | | | Learned: Lua variable assignments are not expressions. | |||||
| * | Fixed: mod_roster now outputs all roster data (instead of just the JIDs) | Waqas Hussain | 2008-10-12 | 1 | -1/+9 | |
| | | ||||||
| * | Added some roster management functions | Waqas Hussain | 2008-10-12 | 2 | -4/+32 | |
| | | ||||||
| * | Documented the roster object's structure | Waqas Hussain | 2008-10-12 | 1 | -0/+18 | |
| | | ||||||
* | | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 8 | -89/+137 | |
| | | | | | | | | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater | |||||
* | | server.lua should degrade gracefully when LuaSec not present | Matthew Wild | 2008-10-22 | 1 | -2/+2 | |
|/ | ||||||
* | Some tiny changes for main.lua | Matthew Wild | 2008-10-12 | 1 | -2/+2 | |
| | ||||||
* | Updated TODO | Matthew Wild | 2008-10-12 | 1 | -2/+2 | |
| | ||||||
* | Remove more of Dolphin's leftovers | Matthew Wild | 2008-10-11 | 1 | -3/+0 | |
| | ||||||
* | Add AUTHORS file | Matthew Wild | 2008-10-11 | 1 | -0/+6 | |
| | ||||||
* | Fix MUC address | Matthew Wild | 2008-10-09 | 1 | -1/+1 | |
| | ||||||
* | Updated pull script for new repo | Matthew Wild | 2008-10-09 | 1 | -3/+2 | |
| |