| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed order of checking for component hosts to check the full and bare JIDs... | Waqas Hussain | 2008-12-24 | 1 | -2/+3 |
* | Bounce stanza errors on failed s2s | Waqas Hussain | 2008-12-19 | 2 | -6/+35 |
* | Fixed URL encoding to generate %0x instead of %x | Waqas Hussain | 2008-12-16 | 4 | -4/+4 |
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h... | Matthew Wild | 2008-12-13 | 3 | -29/+71 |
* | Make wraptcpclient set timeout to 0, and add it to the list of exported funct... | Matthew Wild | 2008-12-13 | 1 | -0/+3 |
* | Oops, don't call server.loop() because we'll be running inside the server | Matthew Wild | 2008-12-12 | 1 | -2/+1 |
* | Pass HTTP request object to callback | Matthew Wild | 2008-12-12 | 1 | -5/+5 |
* | HTTP request callbacks now: handler(code, content) (where code may be 0, and ... | Matthew Wild | 2008-12-12 | 1 | -5/+5 |
* | Non-blocking HTTP requests (adding net.http) | Matthew Wild | 2008-12-12 | 2 | -0/+209 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 55 | -96/+60 |
* | Newline at end of file for sessionmanager | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | New, faster, stanza serialization | Matthew Wild | 2008-12-10 | 1 | -12/+26 |
* | Add commented line to disable logging entirely | Matthew Wild | 2008-12-10 | 1 | -2/+3 |
* | Fix blank tracebacks for c2s/s2s connections | Matthew Wild | 2008-12-10 | 2 | -2/+2 |
* | Enable dialback for components | Waqas Hussain | 2008-12-09 | 1 | -2/+5 |
* | Changed mod_roster to use the newer presence manager API | Waqas Hussain | 2008-12-08 | 1 | -5/+6 |
* | Don't try processing stanzas not of type get or set in module manager | Waqas Hussain | 2008-12-08 | 1 | -2/+7 |
* | Fixed a variable redeclaration | Waqas Hussain | 2008-12-08 | 1 | -1/+1 |
* | Make the ejabberd importer work with host-only roster items | Waqas Hussain | 2008-12-08 | 1 | -1/+1 |
* | Added: Ports now read from the config | Waqas Hussain | 2008-12-08 | 1 | -2/+19 |
* | stanza_dispatch != dispatch_stanza | Matthew Wild | 2008-12-07 | 2 | -2/+2 |
* | Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri r... | Waqas Hussain | 2008-12-08 | 1 | -2/+2 |
* | Return error when the given realm value does not match the sent realm value. ... | Waqas Hussain | 2008-12-08 | 1 | -1/+5 |
* | Fixed util.encodings.base64.decode to not truncate results when encountering ... | Waqas Hussain | 2008-12-08 | 1 | -3/+5 |
* | 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} listener... | Matthew Wild | 2008-12-07 | 3 | -8/+3 |
| * | 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 |