mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true
|
Matthew Wild |
2009-03-07 |
net.adns: Set new send in net.server after 'connecting UDP' socket
|
Matthew Wild |
2009-03-07 |
net.server: Allow replacement of send function on an open socket
|
Matthew Wild |
2009-03-07 |
util.logger: Small code tidying :)
|
Matthew Wild |
2009-03-07 |
Support to filter logging by source via pattern matching from config file.
|
Tobias Markmann |
2009-03-07 |
prosody: Load logger after reading the config
|
Matthew Wild |
2009-03-07 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-03-04 |
XML-RPC: Set appropriate Content-Type header in HTTP response
|
Waqas Hussain |
2009-03-04 |
MUC: Kick participants for error replies only on a selected list of error conditions
|
Waqas Hussain |
2009-03-04 |
Let global modules add disco features for all hosts
|
Waqas Hussain |
2009-03-04 |
mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)
|
Waqas Hussain |
2009-03-04 |
Allow global modules to hook stanza handlers
|
Waqas Hussain |
2009-03-04 |
Added mod_xmlrpc
|
Waqas Hussain |
2009-03-04 |
Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and Lua objects
|
Waqas Hussain |
2009-03-04 |
core.presencemanager: Convert Windows line endings to UNIX
|
Waqas Hussain |
2009-03-04 |
net.adns: Return _M
|
Matthew Wild |
2009-03-04 |
net.adns: Load the correct dns lib
|
Matthew Wild |
2009-03-04 |
net.adns: Add helper module for performing non-blocking DNS lookups
|
Matthew Wild |
2009-03-04 |
net.dns: Add methods necessary for allowing non-blocking DNS lookups
|
Matthew Wild |
2009-03-04 |
net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP
|
Matthew Wild |
2009-03-04 |
net.server: Check for potential nil handler on close
|
Matthew Wild |
2009-03-03 |
mod_bosh: Set Content-Type in response headers
|
Matthew Wild |
2009-03-03 |
pposix: Standardize error messages
|
Matthew Wild |
2009-03-03 |
pposix: Small fix for copyright notice
|
Matthew Wild |
2009-03-03 |
Automated merge with http://luaetta.ath.cx:1234/
|
Matthew Wild |
2009-03-03 |
Merged with main tip.
|
Tobias Markmann |
2009-03-03 |
Make the code actually build.
|
Tobias Markmann |
2009-02-22 |
Added missing code.
|
Tobias Markmann |
2009-02-22 |
Adding setrlimits() binding.
|
Tobias Markmann |
2009-02-22 |
tests: Add test for iq error replies
|
Matthew Wild |
2009-03-03 |
core.configmanager: Small fix to check validity of Component definitions
|
Matthew Wild |
2009-03-03 |
mod_muc: Don't bounce error replies in response to errors
|
Matthew Wild |
2009-03-02 |
net.server: Fix to make sure we send a string to logging function
|
Matthew Wild |
2009-03-02 |
core.stanza_router: Don't bounce errors to iq type=result/error
|
Matthew Wild |
2009-03-02 |
prosody: Log top-level errors
|
Matthew Wild |
2009-03-02 |
core.s2smanager: Remove some old commented code, break a long line in 2
|
Matthew Wild |
2009-03-02 |
util.dataforms: Return the form
|
Matthew Wild |
2009-03-01 |
net.server: Don't retry if client closes socket during SSL handshaking
|
Matthew Wild |
2009-03-01 |
Adding initial util.pubsub
|
Matthew Wild |
2009-02-28 |
core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users
|
Matthew Wild |
2009-02-28 |
core.componentmanager: Refactor a little to make XEP-0114 plugin a little simpler
|
Matthew Wild |
2009-02-28 |
net.server: Some fixes for SSL/TLS handshake handling
|
Matthew Wild |
2009-02-27 |
util.dataforms: First commit, incomplete
|
Matthew Wild |
2009-02-27 |
core.xmlhandlers: Remove redundant check in condition
|
Matthew Wild |
2009-02-27 |
prosody: Protect main loop. Dare I say crashing finally becomes impossible.
|
Matthew Wild |
2009-02-27 |
util.timer: More small fixes I forgot to commit
|
Matthew Wild |
2009-02-26 |
util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks when multiple set, and one removed
|
Matthew Wild |
2009-02-26 |
util.multitable: Add mt:search(), use nil for wildcard keys
|
Matthew Wild |
2009-02-26 |
Better handling of found, but unloadable, core libraries (eg. undefined symbols)
|
Matthew Wild |
2009-02-26 |
core.xmlhandlers: Optimise completed stanza logic
|
Matthew Wild |
2009-02-26 |
net/xmppclient_listener: Add some logging and handle unestablished sessions error'ing
|
Matthew Wild |
2009-02-26 |
mod_register: Fixed an error happening during account deletion
|
Waqas Hussain |
2009-02-22 |
MUC: Added copyright notice
|
Waqas Hussain |
2009-02-20 |
MUC: Replaced some duplicate code
|
Waqas Hussain |
2009-02-20 |
MUC: Removed commented and unused code
|
Waqas Hussain |
2009-02-20 |
Added util/timer.lua - a timer API
|
Waqas Hussain |
2009-02-20 |
MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/protocol/muc'/> in nick change presences)
|
Waqas Hussain |
2009-02-19 |
MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas
|
Waqas Hussain |
2009-02-19 |
util/stanza: Added clone function
|
Waqas Hussain |
2009-02-19 |
MUC: Syntax error in last commit - this is lua :)
|
Waqas Hussain |
2009-02-19 |