aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mod_proxy65: Use a bigger buffer for data we're proxyingSjoerd Simons2009-12-031-1/+1
| | | | A slightly larger buffer seems to preform a lot better
* mod_proxy65: Only lock the reading side when throttlingSjoerd Simons2009-12-031-2/+2
|
* mod_proxy65: Throttle connections to prevent senders flooding the server's ↵Matthew Wild2009-12-031-0/+23
| | | | buffers if the receiver doesn't receive fast enough
* mod_proxy65: Replace error() calls with module:log("error", ...)Matthew Wild2009-12-031-2/+2
|
* mod_console: Show compression status on s2s:show() output.Tobias Markmann2009-12-011-2/+2
|
* Merge with tip.Tobias Markmann2009-12-011-2/+2
|\
| * mod_proxy65: Remove trailing whitespaceMatthew Wild2009-12-011-1/+1
| |
| * mod_proxy65: Fix log:module -> module:log :)Matthew Wild2009-12-011-1/+1
| |
* | mod_compression: Removing trailing whitespace.Tobias Markmann2009-12-011-1/+1
| |
* | mod_compression: Declaring the de-/compression pipes as local.Tobias Markmann2009-12-011-4/+4
| |
* | mod_compression: Some comment clean up.Tobias Markmann2009-12-011-2/+1
| |
* | mod_compression: Removing forgotten debugging output.Tobias Markmann2009-12-011-2/+0
| |
* | mod_compression: Define db (dialback) namespace in stream header.Tobias Markmann2009-12-011-1/+1
| |
* | mod_compression: Enabeling compression for outgoing s2s streams.Tobias Markmann2009-11-301-5/+35
| |
* | mod_compression: Some further refactoring.Tobias Markmann2009-11-291-55/+74
| |
* | mod_compression: Make setup_compression work for s2s sessions too.Tobias Markmann2009-11-291-3/+6
| |
* | mod_compression: Moving compression setup in a dedicated function.Tobias Markmann2009-11-291-14/+17
| |
* | mod_compression: Prepare activating of compression on s2s.Tobias Markmann2009-11-291-2/+7
| |
* | Merge with tip.Tobias Markmann2009-11-299-124/+426
|\|
| * Merge with 0.6.Waqas Hussain2009-11-292-9/+9
| |\
| | * mod_register: Properly notify contacts of subscription removal on account ↵Waqas Hussain2009-11-281-7/+7
| | | | | | | | | | | | deletion.
| | * mod_presence: Use the local host object as the origin for auto-generated ↵Waqas Hussain2009-11-261-2/+2
| | | | | | | | | | | | subscription approvals and cancellations.
| * | mod_console: Update for new server API, fixes traceback when closing console ↵Matthew Wild2009-11-281-1/+1
| | | | | | | | | | | | sessions
| * | mod_saslauth: Fix typo in variable nameMatthew Wild2009-11-281-1/+1
| | |
| * | mod_proxy65: Use new jid.join() from util.jidMatthew Wild2009-11-271-15/+2
| | |
| * | mod_proxy65: Update listener callback names for new server APIsjoerd simons2009-11-271-2/+2
| | |
| * | mod_saslauth: Allow relogins after failed SASL login.Tobias Markmann2009-11-261-1/+1
| | |
| * | Merge with 0.6.Waqas Hussain2009-11-262-11/+10
| |\|
| | * mod_presence: Use the local host as origin for subscription request acks.Waqas Hussain2009-11-261-1/+1
| | |
| | * mod_presence: Removed an unnecessary compatibility workaround which was ↵Waqas Hussain2009-11-261-3/+0
| | | | | | | | | | | | causing issues with unavailable presence exchange after subscription removal.
| | * mod_roster: Ask remote server to remove pending subscription requests when ↵Waqas Hussain2009-11-261-7/+9
| | | | | | | | | | | | removing roster items.
| * | Merge with trunk.Waqas Hussain2009-11-261-48/+39
| |\ \
| | * \ Merge with trunkMatthew Wild2009-11-251-4/+15
| | |\ \
| | * \ \ Merge with Tobias's SASL redesign branchMatthew Wild2009-11-251-48/+39
| | |\ \ \
| | | * \ \ Merge with trunk.Tobias Markmann2009-11-193-1/+6
| | | |\ \ \
| | | * | | | Use new cofig option reading API.Tobias Markmann2009-11-191-1/+1
| | | | | | |
| | | * | | | Allow SASL PLAIN over unsecure connections when intended by admin.Tobias Markmann2009-11-191-1/+1
| | | | | | |
| | | * | | | Provide SASL PLAIN mechanism only if TLS is active.Tobias Markmann2009-11-181-1/+3
| | | | | | |
| | | * | | | Merge with sasl branch.Tobias Markmann2009-11-161-47/+36
| | | |\ \ \ \
| | | | * | | | Making mod_saslauth use the new SASL API.Tobias Markmann2009-08-281-6/+12
| | | | | | | |
| * | | | | | | MUC: Added support for the room-destroy owner use case.Waqas Hussain2009-11-261-1/+38
| | | | | | | |
| * | | | | | | MUC: Slightly refactored form processing.Waqas Hussain2009-11-251-42/+47
| | |_|_|_|/ / | |/| | | | |
| * | | | | | MUC: Only allow moderators to change the room subject.Waqas Hussain2009-11-251-1/+6
| | | | | | |
| * | | | | | MUC: Prevent visitors from broadcasting messages.Waqas Hussain2009-11-251-1/+4
| | | | | | |
| * | | | | | MUC: Improved handling of incoming groupchat messages (state preserved for ↵Waqas Hussain2009-11-251-2/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | possible later use).
| * | | | | mod_console: Update for new net.server APIMatthew Wild2009-11-221-3/+3
| | | | | |
| * | | | | Merged with 0.6.Waqas Hussain2009-11-221-0/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | mod_presence: Route incoming presence subscription stanzas (types ↵Waqas Hussain2009-11-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | unsubscribe, subscribed and unsubscribed) to the user before roster pushes.
| | * | | | mod_presence: Acknowledge subscription requests by responding with an ↵Waqas Hussain2009-11-221-0/+1
| | | |_|/ | | |/| | | | | | | | | | | | unavailable presence.
| * | | | mod_proxy65: Update for new net.server API, untestedMatthew Wild2009-11-221-3/+3
| | | | |