| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -15/+15 |
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ... | Kim Alvefur | 2013-04-19 | 1 | -4/+5 |
* | mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from thei... | Tobias Markmann | 2013-03-28 | 1 | -0/+4 |
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo... | Kim Alvefur | 2013-03-23 | 1 | -2/+1 |
* | mod_privacy: Remove several unused variable declarations | Matthew Wild | 2011-03-29 | 1 | -3/+1 |
* | mod_privacy: Remove unused function, sendUnavailable | Matthew Wild | 2011-03-29 | 1 | -22/+0 |
* | mod_privacy: Fix typo causing <active/> to never be send | Florian Zeitz | 2010-08-12 | 1 | -1/+1 |
* | Merge 0.7->trunk | Waqas Hussain | 2010-07-03 | 1 | -0/+2 |
|\ |
|
| * | mod_privacy: Add service discovery feature. | Waqas Hussain | 2010-07-03 | 1 | -0/+2 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-07-02 | 1 | -1/+3 |
|\| |
|
| * | mod_privacy: Return the correct item-not-found instead of bad-request when a ... | Matthew Wild | 2010-07-02 | 1 | -1/+3 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
|\| |
|
| * | mod_privacy: Treat stanzas with no 'to' address as going to the user's bare J... | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
* | | mod_privacy: Workaround for a traceback. | Waqas Hussain | 2010-06-10 | 1 | -1/+3 |
|/ |
|
* | mod_privacy: Improved logging. | Waqas Hussain | 2010-05-22 | 1 | -8/+8 |
* | mod_privacy: Fix several possible tracebacks when either the contact is a hos... | Matthew Wild | 2010-05-21 | 1 | -9/+14 |
* | mod_privacy: Remove validation that checks a roster group you block actually ... | Matthew Wild | 2010-05-21 | 1 | -20/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | | mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the ... | Matthew Wild | 2010-02-12 | 1 | -48/+0 |
* | | mod_privacy: Fix to correctly iterate over lists stored in new format | Matthew Wild | 2010-02-12 | 1 | -2/+2 |
* | | mod_privacy: Upgrade old privacy lists to new storage format, so they don't g... | Matthew Wild | 2010-02-12 | 1 | -1/+10 |
* | | mod_privacy: Remove use of to identify unspecified privacy list | Matthew Wild | 2010-02-11 | 1 | -14/+10 |
* | | mod_privacy: Fix potential traceback in stanza validation, and fix some zero-... | Matthew Wild | 2010-02-11 | 1 | -5/+6 |
* | | mod_privacy: Don't store the privacy lists as an array, but as a map... faste... | Matthew Wild | 2010-02-11 | 1 | -35/+13 |
* | | mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for cl... | Matthew Wild | 2010-02-09 | 1 | -6/+6 |
* | | mod_privacy: A handful of logging fixes | Matthew Wild | 2010-01-29 | 1 | -6/+6 |
* | | mod_privacy: Remove the giant if/end block that was really causing problems -... | Matthew Wild | 2010-01-29 | 1 | -85/+88 |
* | | Backed out changeset c4240df1b412 (or this) | Matthew Wild | 2010-01-29 | 1 | -1/+1 |
* | | mod_privacy: Mmph, no 'from' == from local | Matthew Wild | 2010-01-29 | 1 | -1/+1 |
* | | mod_privacy: Fix repeated presence-in (should be presence-out) - this stops t... | Matthew Wild | 2010-01-29 | 1 | -1/+1 |
* | | mod_privacy: Trailing whitespace (I can't sleep) | Matthew Wild | 2010-01-29 | 1 | -7/+7 |
* | | mod_privacy: Removed a useless 'require' within a function. | Waqas Hussain | 2010-01-26 | 1 | -2/+0 |
* | | mod_privacy: Cleaned up code. | Waqas Hussain | 2010-01-26 | 1 | -41/+29 |
* | | mod_privacy: Reduced a function. | Waqas Hussain | 2010-01-26 | 1 | -8/+1 |
* | | mod_privacy: Fixed global access. | Waqas Hussain | 2010-01-26 | 1 | -7/+7 |
* | | mod_privacy: Imported from prosody-modules. | Waqas Hussain | 2010-01-26 | 1 | -10/+537 |
|/ |
|
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | mod_privacy: Initial commit | Waqas Hussain | 2009-06-03 | 1 | -0/+23 |