Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_roster: Remove unused variable
|
Kim Alvefur |
2013-03-23 |
mod_roster: When an user is deleted, unsubscribe from their contacts
|
Kim Alvefur |
2012-08-24 |
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
|
Kim Alvefur |
2012-07-26 |
mod_roster: Remove <optional/> from roster version stream feature, as per latest specs.
|
Waqas Hussain |
2011-05-07 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
mod_roster: Cleaned up some unused variables and global accesses.
|
Waqas Hussain |
2010-10-16 |
mod_roster: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_roster: Use value returned by pairs() during roster iteration to avoid dozens of wasteful table lookups
|
Matthew Wild |
2010-07-05 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_roster: Tidier code for the roster versioning logic
|
Matthew Wild |
2010-03-22 |
mod_roster: Hook stream-features event using new events API.
|
Waqas Hussain |
2010-02-11 |
mod_roster: Ask remote server to remove pending subscription requests when removing roster items.
|
Waqas Hussain |
2009-11-26 |
Removing tabs at the end of a line.
|
Tobias Markmann |
2009-08-12 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_roster: Removed references to presencemanager and core_route_stanza
|
Waqas Hussain |
2009-06-14 |
mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence
|
Waqas Hussain |
2009-06-14 |
mod_roster: Add some comments for the error cases to improve readability
|
Matthew Wild |
2009-05-26 |
mod_roster: Don't send a query element in roster response if roster is unchanged
|
Matthew Wild |
2009-05-26 |
mod_roster: Advertize roster versioning support
|
Waqas Hussain |
2009-05-07 |
Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
core.rostermanager/mod_roster: Support for roster versioning
|
Matthew Wild |
2009-03-23 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
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 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Changed mod_roster to use the newer presence manager API
|
Waqas Hussain |
2008-12-08 |
Change modules to use the new add_feature module API method.
|
Waqas Hussain |
2008-12-04 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
2008-11-27 |
Modules now sending disco replies
|
Waqas Hussain |
2008-11-26 |
Send unsubscribe and unsubscribed on roster item delete, and broadcast available resources' presence in reply to pre-approved subscription request
|
Waqas Hussain |
2008-11-17 |
Fix mod_roster to use session.send for sending stanzas
|
Matthew Wild |
2008-11-15 |
mod_roster fix
|
Waqas Hussain |
2008-11-01 |
Bug fixes and checks for presence subscriptions, etc
|
Waqas Hussain |
2008-10-25 |
Roster updates
|
Waqas Hussain |
2008-10-23 |
Added session property for interested resources
|
Waqas Hussain |
2008-10-22 |
Fixed: Roster support
|
Waqas Hussain |
2008-10-22 |
Added: More complete implementation for mod_roster
|
Waqas Hussain |
2008-10-17 |
Fixed: mod_roster now outputs all roster data (instead of just the JIDs)
|
Waqas Hussain |
2008-10-12 |
Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type.
|
Waqas Hussain |
2008-10-08 |
Huge commit to:
|
Matthew Wild |
2008-09-30 |