aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * core.s2smanager: Remove some old commented code, break a long line in 2Matthew Wild2009-03-021-5/+2
| * util.dataforms: Return the formMatthew Wild2009-03-011-0/+1
| * net.server: Don't retry if client closes socket during SSL handshakingMatthew Wild2009-03-011-2/+4
| * Adding initial util.pubsubMatthew Wild2009-02-281-0/+60
| * core.stanza_router: Reply with error to groupchat messages directed at unavai...Matthew Wild2009-02-281-0/+7
| * core.componentmanager: Refactor a little to make XEP-0114 plugin a little sim...Matthew Wild2009-02-281-35/+41
| * net.server: Some fixes for SSL/TLS handshake handlingMatthew Wild2009-02-271-4/+11
| * util.dataforms: First commit, incompleteMatthew Wild2009-02-271-0/+69
| * core.xmlhandlers: Remove redundant check in conditionMatthew Wild2009-02-271-1/+1
| * prosody: Protect main loop. Dare I say crashing finally becomes impossible.Matthew Wild2009-02-271-4/+16
| * util.timer: More small fixes I forgot to commitMatthew Wild2009-02-261-4/+2
| * util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks w...Matthew Wild2009-02-261-7/+13
| * util.multitable: Add mt:search(), use nil for wildcard keysMatthew Wild2009-02-261-0/+49
| * Better handling of found, but unloadable, core libraries (eg. undefined symbols)Matthew Wild2009-02-261-6/+24
| * core.xmlhandlers: Optimise completed stanza logicMatthew Wild2009-02-261-11/+13
| * net/xmppclient_listener: Add some logging and handle unestablished sessions e...Matthew Wild2009-02-261-2/+3
| * mod_register: Fixed an error happening during account deletionWaqas Hussain2009-02-231-1/+1
| * MUC: Added copyright noticeWaqas Hussain2009-02-211-0/+7
| * MUC: Replaced some duplicate codeWaqas Hussain2009-02-211-19/+4
| * MUC: Removed commented and unused codeWaqas Hussain2009-02-211-68/+1
| * Added util/timer.lua - a timer APIWaqas Hussain2009-02-211-0/+47
| * MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/prot...Waqas Hussain2009-02-201-1/+1
| * MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzasWaqas Hussain2009-02-201-5/+5
| * util/stanza: Added clone functionWaqas Hussain2009-02-201-1/+20
| * MUC: Syntax error in last commit - this is lua :)Waqas Hussain2009-02-201-1/+1
| * MUC: Throw an error if we try talking to ourselvesWaqas Hussain2009-02-201-0/+1
| * core.presencemanager: Set 'from' attribute on outgoing unavailable directed p...Matthew Wild2009-02-191-7/+10
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-192-7/+17
| |\
| | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-192-7/+17
| | |\
| | | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-182-7/+17
| | | |\
| | | | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-182-7/+17
| | | | |\
| | | | | * mod_bosh: Possible fix for invalid key to next crashMatthew Wild2009-02-181-5/+13
| | | | | * net.server: Fix some more potential nil handler accessesMatthew Wild2009-02-181-2/+4
| * | | | | MUC: Bug fixes and workaroundsWaqas Hussain2009-02-191-30/+40
| |/ / / /
| * / / / MUC: Logging - logger doesn't like nilsWaqas Hussain2009-02-191-1/+1
| |/ / /
| * / / MUC: Added loggingWaqas Hussain2009-02-191-0/+11
| |/ /
| * | MUC: Various fixesWaqas Hussain2009-02-181-11/+16
| * | MUC: Fixed: Presence for user joining the roomi was sent twice to the userWaqas Hussain2009-02-171-1/+1
| |/
* | Make the code actually build.Tobias Markmann2009-02-221-13/+13
* | Added missing code.Tobias Markmann2009-02-221-1/+28
* | Adding setrlimits() binding.Tobias Markmann2009-02-221-0/+82
|/
* Merge from waqasMatthew Wild2009-02-163-30/+174
|\
| * MUC: Made vCards work by redirecting vCard requests to bare JIDsWaqas Hussain2009-02-161-1/+3
| * MUC: Kick participants sending error messages to other participantsWaqas Hussain2009-02-161-2/+12
| * MUC: Private stanzas (private messages, IQs, etc)Waqas Hussain2009-02-161-2/+10
| * MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ...Waqas Hussain2009-02-161-24/+133
| * Added tests/run_tests.bat for running tests on WindowsWaqas Hussain2009-02-131-0/+10
| * Fixed tests/test.lua to work on WindowsWaqas Hussain2009-02-131-2/+7
| * Logging format improvementWaqas Hussain2009-02-131-6/+1
* | Merge waqas with waqasMatthew Wild2009-02-161-6/+1
|\ \