Software /
code /
prosody
Graph
-
net.http: Don't log content from server2009-01-15, by Matthew Wild
-
net.http: Fix to send query part of URL to server2009-01-15, by Matthew Wild
-
Stringprep!2009-01-14, by Waqas Hussain
-
util/jid: string prepping functions added: prepped_split and prep2009-01-14, by Waqas Hussain
-
util/logger: setwriter now returns the old writer on success2009-01-14, by Waqas Hussain
-
stanza_router: Fixed error replies for unhandled stanzas2009-01-14, by Waqas Hussain
-
net.http: Fix for callbacks being triggered multiple times for the same request2009-01-14, by Matthew Wild
-
modulemanager: Check for syntax errors before reloading a module2009-01-13, by Waqas Hussain
-
mod_console: Added module:reload2009-01-13, by Waqas Hussain
-
mod_muc: Added unload, save and restore callbacks to allow reloading code while preserving state2009-01-13, by Waqas Hussain
-
modulemanager: Added reload support, with callbacks for saving and restoring state2009-01-13, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-01-13, by Matthew Wild
-
modulemanager: Fixed error on unloading modules with no handlers2009-01-13, by Waqas Hussain
-
mod_muc: deregister component on unload2009-01-13, by Waqas Hussain
-
datamanager: Change log message from type "warn" to "debug" when loading a file fails2009-01-13, by Waqas Hussain
-
mod_saslauth, mod_tls: minor code cleanup2009-01-13, by Waqas Hussain
-
mod_version: Removed and rearranged some code2009-01-13, by Waqas Hussain
-
componentmanager: Removed unneeded parameter from componentmanager.deregister_component2009-01-13, by Waqas Hussain
-
sasl: Set realm to be the current realm when the client didn't send a realm, or sent an empty one2009-01-10, by Waqas Hussain
-
BOSH: Allow BOSH servers to be configured through config file2009-01-13, by Matthew Wild
-
mod_actions_http: Show tables as 'list's2009-01-12, by Matthew Wild
-
Add mod_actions_http for executing actions through HTTP2009-01-12, by Matthew Wild
-
Add core.actions for managing server 'actions'; and make modulemanager register actions 'load' and 'unload'2009-01-12, by Matthew Wild
-
core.httpserver: Rename request.responseheaders to the more logical request.headers2009-01-12, by Matthew Wild
-
mod_httpserver: Add require 'net.httpserver'2009-01-12, by Matthew Wild
-
modulemanager: Change pairs() to ipairs() to allow ordered module loading2009-01-12, by Matthew Wild
-
Set session.ip to the IP address of connecting clients2009-01-12, by Matthew Wild
-
BOSH: Make previous fix a bit more efficient2009-01-12, by Matthew Wild
-
BOSH: Fix for error when closed session was in inactive_sessions list2009-01-12, by Matthew Wild
-
Add option to in-band registration to allow only whitelisted IPs to register2009-01-11, by Matthew Wild
-
Added rate limiting to in-band registration, and added IP [black/white]lists2009-01-11, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-01-09, by Matthew Wild
-
Removed core/offlinemessage.lua along with documentation and references - we have core/offlinemanager.lua instead2009-01-09, by Waqas Hussain
-
modulemanager: Per-host event hooks for plugins - solves issue 412009-01-09, by Waqas Hussain
-
sasl: Don't fail for realm=""2009-01-09, by Waqas Hussain
-
Implement session:close() for BOSH, and add checking for attempts to connect to hosts we don't serve2009-01-09, by Matthew Wild
-
Change default maximum inactivity period to 60s from 30s2009-01-09, by Matthew Wild
-
Add more tests for util/stanza.lua serialization routines2009-01-09, by Matthew Wild
-
Add test for previous commit2009-01-09, by Matthew Wild
-
Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for discovering.2009-01-09, by Matthew Wild
-
Protected call for HTTP request callbacks, to catch errors2009-01-08, by Matthew Wild
-
Fix to prevent calling HTTP request callback twice with the same data2009-01-08, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-01-07, by Matthew Wild
-
modulemanager: module.unload now gets called when modules are being unloaded2009-01-07, by Waqas Hussain
-
componentmanager: Added support for component deregistering2009-01-07, by Waqas Hussain
-
Remove warning of already-loaded modules at startup2009-01-04, by Matthew Wild
-
mod_muc: Room subject should be sent only the newly joined occupant2009-01-03, by Waqas Hussain
-
Modulemanager: Basic modules can now be unloaded correctly2009-01-03, by Waqas Hussain
-
mod_console: replace all \n with \r\n in the output, and send \0 as a marker character after every response2009-01-03, by Waqas Hussain
-
mod_muc: Room subjects stored, and room persistence code in place. First user now the owner.2008-12-31, by Waqas Hussain
-
Send host, and not the recipient's JID to module manager (fixes #53)2008-12-31, by Waqas Hussain
-
Initial mod_muc: XEP-0045: Multi-User Chat2008-12-31, by Waqas Hussain
-
Add allow_registration option to disable account registration2008-12-29, by Matthew Wild
-
Don't use TLS connection handler when SSL/TLS not available or configured (thanks to Ricardo for finding)2008-12-29, by Matthew Wild
-
Makefile fix for clean target2008-12-28, by Matthew Wild
-
Updating 0.2.0 tag2008-12-27, by Matthew Wild
-
Remove some old debugging code from mod_bosh2008-12-27, by Matthew Wild
-
Remove some debugging code that slipped in2008-12-27, by Matthew Wild
-
Fix specifying ports in config, and SSL support2008-12-27, by Matthew Wild
-
Remove logging for server.lua2008-12-27, by Matthew Wild
-
Remove borken tags2008-12-27, by Matthew Wild
-
Fix incorrect version number as tag (again) (again)2008-12-27, by Matthew Wild
-
Fix incorrect version number as tag (again) (again)2008-12-27, by Matthew Wild
-
Added tag 0.2.0, -m, Fix incorrect version number as tag (again) for changeset 90da4c9b34b52008-12-27, by Matthew Wild
-
Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9b34b52008-12-27, by Matthew Wild
-
Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9b34b52008-12-27, by Matthew Wild
-
Added util.multitable.set2008-12-27, by Waqas Hussain
-
Delete the offline message store only when offline messages are present2008-12-26, by Waqas Hussain
-
Return an empty set intead of an error when no disco items are available for a host2008-12-26, by Waqas Hussain
-
Added tag 0.2 for changeset 90da4c9b34b52008-12-25, by Matthew Wild
-
Destroy session on failed dialback instead of throwing an error2008-12-25, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2008-12-25, by Matthew Wild
-
Moved directory auto-creation to datamanager2008-12-25, by Waqas Hussain
-
More error replies for offline and non-existing users2008-12-25, by Waqas Hussain
-
Directed presence2008-12-24, by Waqas Hussain
-
Changed order of checking for component hosts to check the full and bare JIDs before the hostname (at another place)2008-12-24, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2008-12-24, by Matthew Wild
-
Changed order of checking for component hosts to check the full and bare JIDs before the hostname2008-12-24, by Waqas Hussain
-
Fix for not loading global modules when host-specific modules are specified in config2008-12-24, by Matthew Wild
-
Initial mod_bosh, works, kind of, but quite incomplete2008-12-22, by Matthew Wild
-
Add initial mod_httpserver for serving static content2008-12-22, by Matthew Wild
-
Adding initial net.httpserver (lots of work to do on it)2008-12-22, by Matthew Wild
-
Fix nil status code for http request callbacks2008-12-22, by Matthew Wild
-
Merge from waqas2008-12-22, by Matthew Wild
-
Bounce stanza errors on failed s2s2008-12-18, by Waqas Hussain
-
Fix data loss when closing connection with a large write queue. Thanks albert :)2008-12-18, by Matthew Wild
-
Second merge from waqas2008-12-16, by Matthew Wild
-
Fixed URL encoding to generate %0x instead of %x2008-12-15, by Waqas Hussain
-
Merge from waqas2008-12-16, by Matthew Wild
-
Optimized stanza_mt.__tostring (called when doing tostring(stanza))2008-12-10, by Waqas Hussain
-
Change xmlhandlers to match stream opening tag with ns+tag2008-12-16, by Matthew Wild
-
Protect loading of connlisteners, to catch errors2008-12-16, by Matthew Wild
-
Remove old debugging line from sessionmanager2008-12-16, by Matthew Wild
-
Remove a FIXME from mod_tls2008-12-15, by Matthew Wild
-
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)2008-12-13, by Matthew Wild
-
Make wraptcpclient set timeout to 0, and add it to the list of exported functions from server.lua2008-12-13, by Matthew Wild
-
Oops, don't call server.loop() because we'll be running inside the server2008-12-12, by Matthew Wild
-
Pass HTTP request object to callback2008-12-12, by Matthew Wild
-
HTTP request callbacks now: handler(code, content) (where code may be 0, and content an error message)2008-12-12, by Matthew Wild
-
Non-blocking HTTP requests (adding net.http)2008-12-12, by Matthew Wild
-
0.1 -> 0.22008-12-10, by Matthew Wild
-
Newline at end of file for sessionmanager2008-12-10, by Matthew Wild
-
New, faster, stanza serialization2008-12-10, by Matthew Wild
-
Add commented line to disable logging entirely2008-12-10, by Matthew Wild
-
Fix blank tracebacks for c2s/s2s connections2008-12-10, by Matthew Wild
-
Enable dialback for components2008-12-09, by Waqas Hussain
-
Changed mod_roster to use the newer presence manager API2008-12-08, by Waqas Hussain
-
Don't try processing stanzas not of type get or set in module manager2008-12-08, by Waqas Hussain
-
Fixed a variable redeclaration2008-12-08, by Waqas Hussain
-
Make the ejabberd importer work with host-only roster items2008-12-08, by Waqas Hussain
-
Added: Ports now read from the config2008-12-07, by Waqas Hussain
-
stanza_dispatch != dispatch_stanza2008-12-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2008-12-07, by Matthew Wild
-
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)2008-12-07, by Waqas Hussain
-
Typo in variable name in last commit2008-12-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2008-12-07, by Matthew Wild
-
Latin1 support for SASL DIGEST-MD5 (initial commit)2008-12-07, by Waqas Hussain
-
Small logging adjustment for mod_posix2008-12-07, by Matthew Wild
-
Slightly more secure dialback secret generation2008-12-07, by Matthew Wild
-
Merge from waqas2008-12-06, by Matthew Wild
-
Removed unused variables2008-12-06, by Waqas Hussain
-
Combined and merged similar code2008-12-06, by Waqas Hussain
-
Removed pre-multitable code from module manager2008-12-06, by Waqas Hussain
-
Remove some debugging from pposix.c2008-12-06, by Matthew Wild
-
Add mod_posix, fixes #52008-12-06, by Matthew Wild
-
Add posix support library, and adjust makefiles for it2008-12-06, by Matthew Wild
-
Code tidying for xmpp{client,server}_listeners2008-12-06, by Matthew Wild
-
Temporary hack for global modules2008-12-06, by Matthew Wild
-
Remove print()s from sessionmanager and s2smanager2008-12-06, by Matthew Wild
-
Make it possible to set custom output handler for logger2008-12-06, by Matthew Wild
-
Remove old commented code from server.lua2008-12-06, by Matthew Wild
-
Some code cleaning for the main script2008-12-06, by Matthew Wild
-
Merge from waqas2008-12-06, by Matthew Wild
-
Changed module manager to use multitable (initial commit)2008-12-06, by Waqas Hussain
-
Fix add_event_hook in module API2008-12-06, by Matthew Wild
-
Move the setting of data_path to fix #unfiledbug2008-12-06, by Matthew Wild
-
Log in hostmanager when a vhost is activated/deactivated2008-12-06, by Matthew Wild
-
Datamanager logs data_path2008-12-06, by Matthew Wild
-
Move module loading to modulemanager2008-12-06, by Matthew Wild
-
Merge from waqas/myself2008-12-06, by Matthew Wild
-
Merge from waqas2008-12-06, by Matthew Wild
-
Fixed: Stopped tryint to send error replies on unauthed connections2008-12-06, by Waqas Hussain
-
Add hostmanager, and eventmanager2008-12-06, by Matthew Wild
-
Small fix for multitable2008-12-06, by Matthew Wild
-
Re-commit TLS fix2008-12-05, by Matthew Wild
-
Merge2008-12-05, by Matthew Wild
-
Backed out changeset 099d8a102deb (committed too much)2008-12-05, by Matthew Wild
-
Don't say we need TLS after we've already started the handshake2008-12-05, by Matthew Wild
-
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections2008-12-05, by Matthew Wild
-
Comment out debug logging for now2008-12-05, by Matthew Wild
-
Remove linger option on sockets, made no difference, and I forgot to remove it earlier2008-12-05, by Matthew Wild
-
Fix the last couple of places where we send strings from mod_dialback2008-12-05, by Matthew Wild
-
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)2008-12-05, by Matthew Wild
-
Disconnect with stream errors on bad XML, or invalid stream namespace2008-12-05, by Matthew Wild
-
Add a couple more tests for jid.split2008-12-05, by Matthew Wild
-
Merge from waqas2008-12-05, by Matthew Wild
-
MultiTable: Remove all empty sub-tables when elements are removed2008-12-05, by Waqas Hussain
-
Merge from waqas2008-12-05, by Matthew Wild
-
util.multitable - A table with multiple key for each entry2008-12-04, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx/2008-12-04, by Matthew Wild
-
Changed util.datamanager to use util.serialization2008-12-04, by Waqas Hussain
-
Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register2008-12-04, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx/2008-12-04, by Matthew Wild
-
Changed the ejabberd import script to use util.serialization2008-12-04, by Waqas Hussain
-
Added module util.serialization2008-12-04, by Waqas Hussain
-
Abstract xmlhandlers a bit more, also add error callbacks2008-12-04, by Matthew Wild
-
Don't send stream:features to incoming s2s connections2008-12-04, by Matthew Wild
-
Fix logger ids for c2s and s2sout2008-12-04, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-12-04, by Matthew Wild
-
Change modules to use the new add_feature module API method.2008-12-04, by Waqas Hussain
-
Added function add_feature to modules API (for adding disco features)2008-12-04, by Waqas Hussain
-
Reorder the disco info elements to place always included elements first2008-12-04, by Waqas Hussain
-
Added tag 0.1.0 for changeset c157c1412bda2008-12-03, by Matthew Wild
-
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes2008-12-03, by Matthew Wild
-
Automated merge with http://84.46.7.57:12342008-12-03, by Matthew Wild
-
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange.2008-12-03, by Tobias Markmann
-
Using new LFLAGS variable.2008-12-03, by Tobias Markmann
-
Added an error log message for this case2008-12-03, by Matthew Wild
-
Quick fix for an issue that needs more looking into2008-12-03, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-12-03, by Matthew Wild
-
Fix for handling latin1 encoded hostnames in SASL2008-12-03, by Waqas Hussain
-
Fix GPL'ing MIT/X licensed code :)2008-12-03, by Matthew Wild
-
Update HACKERS2008-12-03, by Matthew Wild
-
Fill blank with URL2008-12-03, by Matthew Wild
-
Remove stray merge marker2008-12-03, by Matthew Wild
-
Merge from waqas2008-12-03, by Matthew Wild
-
config and data directories taken from path, and quoted to allow spaces in path2008-12-03, by Waqas Hussain
-
Converted prosody.cfg.lua.dist to use windows end-of-lines2008-12-03, by Waqas Hussain
-
Fix license (left some boilerplate in)2008-12-03, by Matthew Wild
-
and the C files too2008-12-03, by Matthew Wild
-
Insert copyright/license headers2008-12-03, by Matthew Wild
-
Fix port number in mod_console instructions2008-12-03, by Matthew Wild
-
lxmppd -> Prosody2008-12-03, by Matthew Wild
-
Fix macosx ostype target2008-11-30, by Matthew Wild
-
Fix debian ostype target2008-11-30, by Matthew Wild
-
Change sed usage back into one sed script for incompetent versions of sed2008-11-30, by Matthew Wild
-
Use install to strip symbols2008-11-30, by Matthew Wild
-
'install' libs to util before top-level make install2008-11-30, by Matthew Wild
-
Potential fixes for building on Mac OSX2008-11-30, by Matthew Wild
-
No need for the placeholder file in tests/ because the directory is no longer empty2008-11-30, by Matthew Wild
-
Add test for latin1toutf8 (which passes)2008-11-30, by Matthew Wild
-
Converting latin encoded responsed to utf-8 when needed.2008-11-30, by Tobias Markmann
-
Automerge with waqas.2008-11-30, by Tobias Markmann
-
Automated merge with h-h.2008-11-30, by Tobias Markmann
-
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses2008-11-30, by Waqas Hussain
-
Makefile fix for creating datadir in correct place on install2008-11-30, by Matthew Wild
-
Installation improvements (auto-creation of data directories)2008-11-30, by Matthew Wild
-
Don't overwrite config on make install if it already exists2008-11-30, by Matthew Wild
-
Path fix for auto-creating directories2008-11-30, by Waqas Hussain
-
Merge from waqas2008-11-30, by Matthew Wild
-
Auto-create data directories on start2008-11-30, by Waqas Hussain
-
Merge with Tobias2008-11-30, by Matthew Wild
-
idna-to-unicode so password_handler looks for the right domain.2008-11-30, by Tobias Markmann
-
Do idna-to-ascii to the realm we send first in Digest-MD5.2008-11-29, by Tobias Markmann
-
Yet another fix for the makefile :)2008-11-30, by Matthew Wild
-
Fix missing prosody.cfg.lua.install2008-11-29, by Matthew Wild
-
Don't write to prosody.cfg.lua from Makefile. Much apologies to poor albert :(2008-11-29, by Matthew Wild
-
Add -fPIC to util-src/Makefile2008-11-29, by Matthew Wild
-
Another automatic merge, this gets annoying."2008-11-29, by Tobias Markmann
-
Fixed the ejabberd importer to work with the pipe sign "|" as a separator in erlang lists2008-11-29, by Waqas Hussain
-
Autocommit.2008-11-29, by Tobias Markmann
-
Automated merge.2008-11-29, by Tobias Markmann
-
Automated merge.2008-11-29, by Tobias Markmann
-
Make ejabberd2prosody.lua a little more cross-platform :)2008-11-29, by Matthew Wild
-
Make ejabberd2prosody.lua eecutable2008-11-29, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-11-29, by Matthew Wild
-
ejabberd db dump importer for Prosody2008-11-29, by Waqas Hussain
-
More Makefile improvements (install the certificates, and update the config on install to find them)2008-11-29, by Matthew Wild
Scroll all the way down to load more.