| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_muc: deregister component on unload | Waqas Hussain | 2009-01-13 | 1 | -0/+6 |
* | mod_saslauth, mod_tls: minor code cleanup | Waqas Hussain | 2009-01-13 | 2 | -25/+18 |
* | mod_version: Removed and rearranged some code | Waqas Hussain | 2009-01-13 | 1 | -7/+2 |
* | mod_muc: Room subject should be sent only the newly joined occupant | Waqas Hussain | 2009-01-03 | 1 | -1/+1 |
* | mod_console: replace all \n with \r\n in the output, and send \0 as a marker ... | Waqas Hussain | 2009-01-03 | 1 | -40/+42 |
* | mod_muc: Room subjects stored, and room persistence code in place. First user... | Waqas Hussain | 2008-12-31 | 1 | -3/+59 |
* | Initial mod_muc: XEP-0045: Multi-User Chat | Waqas Hussain | 2008-12-31 | 1 | -0/+218 |
* | Add allow_registration option to disable account registration | Matthew Wild | 2008-12-29 | 1 | -1/+4 |
* | Remove some old debugging code from mod_bosh | Matthew Wild | 2008-12-27 | 1 | -7/+2 |
* | Destroy session on failed dialback instead of throwing an error | Matthew Wild | 2008-12-25 | 1 | -2/+2 |
* | Initial mod_bosh, works, kind of, but quite incomplete | Matthew Wild | 2008-12-22 | 1 | -0/+211 |
* | Add initial mod_httpserver for serving static content | Matthew Wild | 2008-12-22 | 1 | -0/+20 |
* | Remove a FIXME from mod_tls | Matthew Wild | 2008-12-15 | 1 | -2/+0 |
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h... | Matthew Wild | 2008-12-13 | 1 | -19/+49 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 15 | -16/+16 |
* | Changed mod_roster to use the newer presence manager API | Waqas Hussain | 2008-12-08 | 1 | -5/+6 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-07 | 1 | -3/+1 |
|\ |
|
| * | 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 (second, and possibly final commit) | Waqas Hussain | 2008-12-08 | 1 | -4/+3 |
|/ / |
|
* / | 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 |