| Commit message (Expand) | Author | Age | Files | Lines |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-07 | 1 | -3/+1 |
|\ |
|
| * | Small logging adjustment for mod_posix | Matthew Wild | 2008-12-07 | 1 | -3/+1 |
* | | Latin1 support for SASL DIGEST-MD5 (initial commit) | Waqas Hussain | 2008-12-07 | 1 | -2/+7 |
|/ |
|
* | Add mod_posix, fixes #5 | Matthew Wild | 2008-12-06 | 1 | -0/+50 |
* | Backed out changeset 099d8a102deb (committed too much) | Matthew Wild | 2008-12-05 | 2 | -7/+3 |
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ... | Matthew Wild | 2008-12-05 | 2 | -3/+7 |
* | Fix the last couple of places where we send strings from mod_dialback | Matthew Wild | 2008-12-05 | 1 | -4/+4 |
* | Remove an incorrect line which I didn't add, and fix the proper way. Corrects... | Matthew Wild | 2008-12-05 | 1 | -3/+4 |
* | Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_reg... | Waqas Hussain | 2008-12-05 | 2 | -6/+6 |
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 10 | -12/+12 |
* | Fix for handling latin1 encoded hostnames in SASL | Waqas Hussain | 2008-12-03 | 1 | -2/+2 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 15 | -0/+300 |
* | lxmppd -> Prosody | Matthew Wild | 2008-12-03 | 1 | -2/+2 |
* | Load prosody instead of main.lia in mod_console | Waqas Hussain | 2008-11-29 | 1 | -1/+1 |
* | Merge from waqas | Matthew Wild | 2008-11-27 | 1 | -2/+3 |
|\ |
|
| * | Completely switched to new hashes library from the old md5 library | Waqas Hussain | 2008-11-28 | 1 | -1/+2 |
| * | Stopped using the lbase64 library | Waqas Hussain | 2008-11-28 | 1 | -1/+1 |
* | | Add module:unload() to mod_console, and allow module:load() to take config param | Matthew Wild | 2008-11-27 | 1 | -2/+11 |
* | | Some mod_console updates | Matthew Wild | 2008-11-27 | 1 | -3/+20 |
|/ |
|
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, thou... | Matthew Wild | 2008-11-27 | 14 | -30/+30 |
* | Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml | Matthew Wild | 2008-11-26 | 1 | -1/+1 |
* | Yes, we don't put these things in here, we put them in here. | Matthew Wild | 2008-11-26 | 1 | -0/+11 |
* | Changed format for XEP-0090 to the legacy format | Waqas Hussain | 2008-11-26 | 1 | -1/+2 |
* | Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity... | Waqas Hussain | 2008-11-26 | 1 | -0/+28 |
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 8 | -2/+17 |
* | Some mod_console changes | Matthew Wild | 2008-11-25 | 1 | -13/+38 |
* | Merge from waqas | Matthew Wild | 2008-11-23 | 2 | -1/+37 |
|\ |
|
| * | Added mod_disco | Waqas Hussain | 2008-11-23 | 1 | -0/+9 |
| * | Account deletion support | Waqas Hussain | 2008-11-23 | 1 | -1/+28 |
* | | Add initial mod_console | Matthew Wild | 2008-11-23 | 1 | -0/+140 |
* | | Fix mod_selftests syntax, and switch it to use config | Matthew Wild | 2008-11-23 | 1 | -10/+6 |
|/ |
|
* | Adding selftests module, but not enabling in config | Matthew Wild | 2008-11-20 | 1 | -0/+57 |
* | Use a stanza for c2s stream features instead of an array of strings. Removes ... | Matthew Wild | 2008-11-20 | 3 | -9/+13 |
* | Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Than... | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
* | Show which session got disconnected in log message | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
* | Don't error if the original s2s connection has closed before we get the dialb... | Matthew Wild | 2008-11-19 | 1 | -2/+6 |
* | Send unsubscribe and unsubscribed on roster item delete, and broadcast availa... | Waqas Hussain | 2008-11-17 | 1 | -2/+13 |
* | Fixed mod_tls to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -2/+1 |
* | Removed useless [[local send = require "core.sessionmanager".send_to_session]... | Waqas Hussain | 2008-11-16 | 2 | -2/+0 |
* | Fixed mod_saslauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -2/+1 |
* | Fixed mod_register to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -15/+14 |
* | Fixed mod_private to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -8/+7 |
* | Fixed mod_legacyauth to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -4/+3 |
* | Fix mod_vcard to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -6/+5 |
* | Merge with myself (!) | Matthew Wild | 2008-11-15 | 1 | -10/+9 |
|\ |
|
| * | Fix mod_roster to use session.send for sending stanzas | Matthew Wild | 2008-11-15 | 1 | -10/+9 |
* | | Merge from waqas | Matthew Wild | 2008-11-15 | 3 | -39/+10 |
|\ \
| |/
|/| |
|
| * | Code cleanup for resource binding | Waqas Hussain | 2008-11-16 | 2 | -34/+8 |
| * | Unused variables in mod_tls | Waqas Hussain | 2008-11-16 | 1 | -5/+2 |
* | | Small fix for mod_version | Matthew Wild | 2008-11-15 | 1 | -1/+1 |
|/ |
|