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 |
MUC: Throw an error if we try talking to ourselves
|
Waqas Hussain |
2009-02-19 |
core.presencemanager: Set 'from' attribute on outgoing unavailable directed presences
|
Matthew Wild |
2009-02-19 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-02-19 |
MUC: Bug fixes and workarounds
|
Waqas Hussain |
2009-02-19 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-02-19 |
MUC: Logging - logger doesn't like nils
|
Waqas Hussain |
2009-02-19 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-02-18 |
MUC: Added logging
|
Waqas Hussain |
2009-02-18 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-02-18 |
MUC: Various fixes
|
Waqas Hussain |
2009-02-18 |
MUC: Fixed: Presence for user joining the roomi was sent twice to the user
|
Waqas Hussain |
2009-02-16 |
mod_bosh: Possible fix for invalid key to next crash
|
Matthew Wild |
2009-02-18 |
net.server: Fix some more potential nil handler accesses
|
Matthew Wild |
2009-02-18 |
Merge from waqas
|
Matthew Wild |
2009-02-16 |
MUC: Made vCards work by redirecting vCard requests to bare JIDs
|
Waqas Hussain |
2009-02-16 |
MUC: Kick participants sending error messages to other participants
|
Waqas Hussain |
2009-02-16 |
MUC: Private stanzas (private messages, IQs, etc)
|
Waqas Hussain |
2009-02-16 |
MUC: Presence and message stanzas now fully work (status messages, xhtml-im, etc)
|
Waqas Hussain |
2009-02-16 |
Added tests/run_tests.bat for running tests on Windows
|
Waqas Hussain |
2009-02-13 |
Fixed tests/test.lua to work on Windows
|
Waqas Hussain |
2009-02-13 |
Logging format improvement
|
Waqas Hussain |
2009-02-13 |
Merge waqas with waqas
|
Matthew Wild |
2009-02-16 |
Logging format improvement
|
Waqas Hussain |
2009-02-13 |
util.pposix: Add getuid/setuid (we don't use them yet)
|
Matthew Wild |
2009-02-15 |
mod_version: Operating system detection. Disable with hide_os_type = true in config
|
Matthew Wild |
2009-02-15 |