Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge from waqas | Matthew Wild | 2008-12-06 | 1 | -16/+17 | |
| |\ | ||||||
| | * | Fixed: Stopped tryint to send error replies on unauthed connections | Waqas Hussain | 2008-12-06 | 1 | -16/+17 | |
| | | | ||||||
* | | | Add hostmanager, and eventmanager | Matthew Wild | 2008-12-06 | 6 | -62/+151 | |
| | | | ||||||
* | | | Small fix for multitable | Matthew Wild | 2008-12-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | Re-commit TLS fix | Matthew Wild | 2008-12-05 | 1 | -1/+12 | |
| | | ||||||
* | | Merge | Matthew Wild | 2008-12-05 | 6 | -35/+7 | |
|\ \ | ||||||
| * | | Backed out changeset 099d8a102deb (committed too much) | Matthew Wild | 2008-12-05 | 6 | -34/+9 | |
| | | | ||||||
* | | | Don't say we need TLS after we've already started the handshake | Matthew Wild | 2008-12-05 | 1 | -4/+1 | |
|/ / | ||||||
* | | Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵ | Matthew Wild | 2008-12-05 | 6 | -9/+34 | |
| | | | | | | | | TLS connections | |||||
* | | Comment out debug logging for now | Matthew Wild | 2008-12-05 | 1 | -3/+3 | |
| | | ||||||
* | | Remove linger option on sockets, made no difference, and I forgot to remove ↵ | Matthew Wild | 2008-12-05 | 1 | -2/+0 | |
|/ | | | | it earlier | |||||
* | 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. ↵ | Matthew Wild | 2008-12-05 | 3 | -9/+14 | |
| | | | | Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings. | |||||
* | Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed) | Matthew Wild | 2008-12-05 | 1 | -2/+3 | |
| | ||||||
* | Disconnect with stream errors on bad XML, or invalid stream namespace | Matthew Wild | 2008-12-05 | 3 | -10/+36 | |
| | ||||||
* | Add a couple more tests for jid.split | Matthew Wild | 2008-12-05 | 1 | -0/+2 | |
| | ||||||
* | Merge from waqas | Matthew Wild | 2008-12-05 | 1 | -1/+11 | |
|\ | ||||||
| * | MultiTable: Remove all empty sub-tables when elements are removed | Waqas Hussain | 2008-12-05 | 1 | -1/+11 | |
| | | ||||||
* | | Merge from waqas | Matthew Wild | 2008-12-05 | 1 | -0/+84 | |
|\| | ||||||
| * | util.multitable - A table with multiple key for each entry | Waqas Hussain | 2008-12-05 | 1 | -0/+84 | |
| | | ||||||
* | | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-04 | 4 | -18/+23 | |
|\ \ | |/ |/| | ||||||
| * | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-04 | 4 | -18/+23 | |
| |\ | ||||||
| | * | Abstract xmlhandlers a bit more, also add error callbacks | Matthew Wild | 2008-12-04 | 3 | -15/+18 | |
| | | | ||||||
| | * | Don't send stream:features to incoming s2s connections | Matthew Wild | 2008-12-04 | 1 | -1/+3 | |
| | | | ||||||
| | * | Fix logger ids for c2s and s2sout | Matthew Wild | 2008-12-04 | 2 | -2/+2 | |
| | | | ||||||
* | | | Changed util.datamanager to use util.serialization | Waqas Hussain | 2008-12-05 | 1 | -44/+5 | |
| | | | ||||||
* | | | Changed the datastore for vCards from vCard to vcard in mod_vcard and ↵ | Waqas Hussain | 2008-12-05 | 2 | -6/+6 | |
|/ / | | | | | | | mod_register | |||||
* | | Changed the ejabberd import script to use util.serialization | Waqas Hussain | 2008-12-04 | 2 | -69/+4 | |
| | | ||||||
* | | Added module util.serialization | Waqas Hussain | 2008-12-04 | 1 | -0/+81 | |
|/ | ||||||
* | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-04 | 2 | -7/+15 | |
|\ | ||||||
| * | Added tag 0.1.0 for changeset c157c1412bda | Matthew Wild | 2008-12-03 | 0 | -0/+0 | |
| | | ||||||
| * | Fix Makefile to link with Lua againvault/0.1.00.1.0 | Matthew Wild | 2008-12-03 | 1 | -2/+2 | |
| | | ||||||
| * | Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes | Matthew Wild | 2008-12-03 | 2 | -2/+4 | |
| | | ||||||
| * | Automated merge with http://84.46.7.57:1234 | Matthew Wild | 2008-12-03 | 4 | -866/+851 | |
| |\ | ||||||
| * | | Making makefile work under OS X finally. Yeah OS X's gcc is a little bit ↵ | Tobias Markmann | 2008-12-03 | 1 | -5/+10 | |
| | | | | | | | | | | | | strange. | |||||
| * | | Using new LFLAGS variable. | Tobias Markmann | 2008-12-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 10 | -12/+12 | |
| | | | | | | | | | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | |||||
* | | | Added function add_feature to modules API (for adding disco features) | Waqas Hussain | 2008-12-04 | 1 | -1/+11 | |
| | | | ||||||
* | | | Reorder the disco info elements to place always included elements first | Waqas Hussain | 2008-12-04 | 1 | -14/+15 | |
| |/ |/| | ||||||
* | | Added an error log message for this case | Matthew Wild | 2008-12-03 | 1 | -0/+4 | |
| | | ||||||
* | | Quick fix for an issue that needs more looking into | Matthew Wild | 2008-12-03 | 1 | -3/+5 | |
| | | ||||||
* | | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-03 | 4 | -866/+841 | |
|\ \ | ||||||
| * | | Fix GPL'ing MIT/X licensed code :) | Matthew Wild | 2008-12-03 | 1 | -860/+838 | |
| |/ | ||||||
| * | Update HACKERS | Matthew Wild | 2008-12-03 | 1 | -4/+2 | |
| | | ||||||
| * | Fill blank with URL | Matthew Wild | 2008-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | Remove stray merge marker | Matthew Wild | 2008-12-03 | 1 | -1/+0 | |
| | | ||||||
* | | Fix for handling latin1 encoded hostnames in SASL | Waqas Hussain | 2008-12-03 | 2 | -3/+4 | |
|/ | ||||||
* | Merge from waqas | Matthew Wild | 2008-12-03 | 63 | -78/+1149 | |
|\ | ||||||
| * | Fix license (left some boilerplate in) | Matthew Wild | 2008-12-03 | 2 | -62/+0 | |
| | | ||||||
| * | and the C files too | Matthew Wild | 2008-12-03 | 2 | -0/+40 | |
| | |