index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_tls: Ban TLS after auth, not before.
Waqas Hussain
2010-02-14
1
-2
/
+2
*
mod_tls: Fixed traceback during S2S TLS (nil global access).
Waqas Hussain
2010-02-14
1
-1
/
+1
*
mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily
Matthew Wild
2010-02-13
1
-3
/
+3
*
mod_tls: Refactor to simplify detection of whether we can do TLS on a connection
Matthew Wild
2010-02-12
1
-3
/
+13
*
mod_tls: Don't offer TLS on hosts that don't have any certs
Matthew Wild
2010-02-12
1
-2
/
+4
*
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
*
s2smanager, mod_compression, mod_tls: Changed event.session to event.origin f...
Waqas Hussain
2010-02-12
2
-4
/
+4
*
mod_saslauth: Hook stream-features event using new events API.
Waqas Hussain
2010-02-12
1
-8
/
+9
*
mod_roster: Hook stream-features event using new events API.
Waqas Hussain
2010-02-12
1
-6
/
+6
*
mod_legacyauth: Hook stream-features event using new events API.
Waqas Hussain
2010-02-12
1
-3
/
+4
*
mod_compression: Hook stream-features event using new events API.
Waqas Hussain
2010-02-12
1
-17
/
+14
*
mod_bosh: Fire stream-features event using new events API.
Waqas Hussain
2010-02-12
1
-0
/
+2
*
mod_tls: Hook stream-features event using new events API.
Waqas Hussain
2010-02-12
1
-2
/
+3
*
mod_tls: Cleanup.
Waqas Hussain
2010-02-12
1
-50
/
+40
*
mod_tls: Fixed an extra :up() in s2s stream feature generation.
Waqas Hussain
2010-02-12
1
-1
/
+1
*
mod_tls: Remove origin type check when TLS is requested (thanks MattJ).
Waqas Hussain
2010-02-12
1
-1
/
+1
*
mod_tls: Respond with proper error when TLS cannot be negotiated.
Waqas Hussain
2010-02-12
1
-1
/
+2
*
mod_tls: Inlined some code.
Waqas Hussain
2010-02-12
1
-18
/
+9
*
mod_tls: Merged duplicate code.
Waqas Hussain
2010-02-12
1
-23
/
+8
*
mod_tls: Switched to new events API.
Waqas Hussain
2010-02-12
1
-2
/
+12
*
mod_tls: Slight refactoring.
Waqas Hussain
2010-02-12
1
-29
/
+30
*
mod_presence: Don't depend on user being online when calculating top resources.
Waqas Hussain
2010-02-12
1
-6
/
+7
*
mod_presence: Don't depend on sessions array existing for a user when handlin...
Waqas Hussain
2010-02-12
1
-2
/
+4
*
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_tls: Don't advertise TLS after authentication.
Waqas Hussain
2010-02-10
1
-2
/
+2
*
mod_tls: Remove some redundant variable declarations
Matthew Wild
2010-01-31
1
-1
/
+0
*
mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoi...
Matthew Wild
2010-01-31
1
-1
/
+2
*
mod_tls: Update for new server SSL syntax
Matthew Wild
2010-01-31
1
-8
/
+6
*
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in ...
Matthew Wild
2010-01-30
1
-8
/
+13
*
Merge with trunk.
Waqas Hussain
2010-01-29
1
-17
/
+17
|
\
|
*
MUC: Fixes and refactoring for the previous commit to work in all cases, text...
Matthew Wild
2010-01-29
1
-12
/
+14
|
*
MUC: Show error message texts when participants are kicked for stanza errors
Matthew Wild
2010-01-29
1
-2
/
+7
|
*
MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 1...
Matthew Wild
2010-01-29
1
-11
/
+4
*
|
mod_presence: Quick fix to make probes from local users to local hosts work.
Waqas Hussain
2010-01-29
1
-0
/
+1
*
|
mod_presence: Added handler for presence subscriptions and probes to local ho...
Waqas Hussain
2010-01-29
1
-7
/
+14
|
/
*
mod_presence: Respond with an unavailable presence when subscribers probe and...
Waqas Hussain
2010-01-29
1
-2
/
+2
*
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_console: Update !! shortcut for new connection API
Matthew Wild
2010-01-28
1
-2
/
+2
*
MUC: Removed old commented code.
Waqas Hussain
2010-01-26
1
-11
/
+0
*
MUC: Converted some local functions into methods.
Waqas Hussain
2010-01-26
1
-4
/
+4
[next]