Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Return error when the given realm value does not match the sent realm value. ↵ | Waqas Hussain | 2008-12-08 | 1 | -1/+5 | |
| | | | | Prevents impersonation of an account on one virtual host, but a user with the same username on another host. | |||||
* | Fixed util.encodings.base64.decode to not truncate results when encountering ↵ | Waqas Hussain | 2008-12-08 | 1 | -3/+5 | |
| | | | | an '=' before the end of the given input. | |||||
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-07 | 5 | -12/+5 | |
|\ | ||||||
| * | Typo in variable name in last commit | Matthew Wild | 2008-12-07 | 2 | -2/+2 | |
| | | ||||||
| * | stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} ↵ | Matthew Wild | 2008-12-07 | 3 | -8/+3 | |
| | | | | | | | | listeners, and sessionmanager for the new syntax | |||||
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-07 | 2 | -4/+2 | |
| |\ | ||||||
| | * | Small logging adjustment for mod_posix | Matthew Wild | 2008-12-07 | 1 | -3/+1 | |
| | | | ||||||
| | * | Slightly more secure dialback secret generation | Matthew Wild | 2008-12-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) | Waqas Hussain | 2008-12-08 | 2 | -8/+6 | |
|/ / | ||||||
* / | Latin1 support for SASL DIGEST-MD5 (initial commit) | Waqas Hussain | 2008-12-07 | 2 | -3/+41 | |
|/ | ||||||
* | Merge from waqas | Matthew Wild | 2008-12-06 | 1 | -95/+16 | |
|\ | ||||||
| * | Removed unused variables | Waqas Hussain | 2008-12-07 | 1 | -7/+4 | |
| | | ||||||
| * | Combined and merged similar code | Waqas Hussain | 2008-12-07 | 1 | -33/+14 | |
| | | ||||||
| * | Removed pre-multitable code from module manager | Waqas Hussain | 2008-12-07 | 1 | -57/+0 | |
| | | ||||||
* | | Remove some debugging from pposix.c | Matthew Wild | 2008-12-06 | 1 | -2/+0 | |
| | | ||||||
* | | Add mod_posix, fixes #5 | Matthew Wild | 2008-12-06 | 1 | -0/+50 | |
| | | ||||||
* | | Add posix support library, and adjust makefiles for it | Matthew Wild | 2008-12-06 | 3 | -4/+107 | |
| | | ||||||
* | | Code tidying for xmpp{client,server}_listeners | Matthew Wild | 2008-12-06 | 2 | -32/+17 | |
| | | ||||||
* | | Temporary hack for global modules | Matthew Wild | 2008-12-06 | 1 | -7/+12 | |
| | | ||||||
* | | Remove print()s from sessionmanager and s2smanager | Matthew Wild | 2008-12-06 | 2 | -2/+2 | |
| | | ||||||
* | | Make it possible to set custom output handler for logger | Matthew Wild | 2008-12-06 | 1 | -3/+15 | |
| | | ||||||
* | | Remove old commented code from server.lua | Matthew Wild | 2008-12-06 | 1 | -4/+0 | |
| | | ||||||
* | | Some code cleaning for the main script | Matthew Wild | 2008-12-06 | 1 | -6/+1 | |
|/ | ||||||
* | Merge from waqas | Matthew Wild | 2008-12-06 | 1 | -3/+41 | |
|\ | ||||||
| * | Changed module manager to use multitable (initial commit) | Waqas Hussain | 2008-12-07 | 1 | -3/+41 | |
| | | ||||||
* | | Fix add_event_hook in module API | Matthew Wild | 2008-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Move the setting of data_path to fix #unfiledbug | Matthew Wild | 2008-12-06 | 1 | -3/+4 | |
| | | ||||||
* | | Log in hostmanager when a vhost is activated/deactivated | Matthew Wild | 2008-12-06 | 1 | -4/+5 | |
| | | ||||||
* | | Datamanager logs data_path | Matthew Wild | 2008-12-06 | 1 | -0/+1 | |
|/ | ||||||
* | Move module loading to modulemanager | Matthew Wild | 2008-12-06 | 2 | -12/+12 | |
| | ||||||
* | Merge from waqas/myself | Matthew Wild | 2008-12-06 | 1 | -16/+17 | |
|\ | ||||||
| * | 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 | |
|\| |