Software /
code /
prosody
Graph
-
0.3->0.42009-03-20, by Matthew Wild
-
Merge2009-03-14, by Matthew Wild
-
Don't reject some valid IQs. Thanks to elmex for spotting.2009-03-14, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-03-08, by Matthew Wild
-
mod_xmlrpc: Limit usage to admins2009-03-08, by Waqas Hussain
-
mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features/iq-auth'/>2009-03-07, by Waqas Hussain
-
usermanager: Added is_admin(jid)2009-03-07, by Waqas Hussain
-
Added core.objectmanager2009-03-07, by Waqas Hussain
-
util/xmlrpc: Added <nil/> extension to RPC functions (allowing nil parameters and return values)2009-03-07, by Waqas Hussain
-
mod_saslauth: Disable SASL ANONYMOUS unless explicitly enabled with sasl_anonymous = true2009-03-07, by Matthew Wild
-
net.adns: Set new send in net.server after 'connecting UDP' socket2009-03-07, by Matthew Wild
-
net.server: Allow replacement of send function on an open socket2009-03-07, by Matthew Wild
-
util.logger: Small code tidying :)2009-03-07, by Matthew Wild
-
Support to filter logging by source via pattern matching from config file.2009-03-07, by Tobias Markmann
-
prosody: Load logger after reading the config2009-03-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-03-04, by Matthew Wild
-
XML-RPC: Set appropriate Content-Type header in HTTP response2009-03-04, by Waqas Hussain
-
MUC: Kick participants for error replies only on a selected list of error conditions2009-03-04, by Waqas Hussain
-
Let global modules add disco features for all hosts2009-03-04, by Waqas Hussain
-
mod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP-0009: Jabber-RPC)2009-03-04, by Waqas Hussain
-
Allow global modules to hook stanza handlers2009-03-04, by Waqas Hussain
-
Added mod_xmlrpc2009-03-04, by Waqas Hussain
-
Added util/xmlrpc.lua - functions for converting between XML-RPC stanzas and Lua objects2009-03-04, by Waqas Hussain
-
core.presencemanager: Convert Windows line endings to UNIX2009-03-04, by Waqas Hussain
-
net.adns: Return _M2009-03-04, by Matthew Wild
-
net.adns: Load the correct dns lib2009-03-04, by Matthew Wild
-
net.adns: Add helper module for performing non-blocking DNS lookups2009-03-04, by Matthew Wild
-
net.dns: Add methods necessary for allowing non-blocking DNS lookups2009-03-04, by Matthew Wild
-
net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP2009-03-04, by Matthew Wild
-
net.server: Check for potential nil handler on close2009-03-03, by Matthew Wild
-
mod_bosh: Set Content-Type in response headers2009-03-03, by Matthew Wild
-
pposix: Standardize error messages2009-03-03, by Matthew Wild
-
pposix: Small fix for copyright notice2009-03-03, by Matthew Wild
-
Automated merge with http://luaetta.ath.cx:1234/2009-03-03, by Matthew Wild
-
Merged with main tip.2009-03-03, by Tobias Markmann
-
Make the code actually build.2009-02-22, by Tobias Markmann
-
Added missing code.2009-02-22, by Tobias Markmann
-
Adding setrlimits() binding.2009-02-22, by Tobias Markmann
-
tests: Add test for iq error replies2009-03-03, by Matthew Wild
-
core.configmanager: Small fix to check validity of Component definitions2009-03-03, by Matthew Wild
-
mod_muc: Don't bounce error replies in response to errors2009-03-02, by Matthew Wild
-
net.server: Fix to make sure we send a string to logging function2009-03-02, by Matthew Wild
-
core.stanza_router: Don't bounce errors to iq type=result/error2009-03-02, by Matthew Wild
-
prosody: Log top-level errors2009-03-02, by Matthew Wild
-
core.s2smanager: Remove some old commented code, break a long line in 22009-03-02, by Matthew Wild
-
util.dataforms: Return the form2009-03-01, by Matthew Wild
-
net.server: Don't retry if client closes socket during SSL handshaking2009-03-01, by Matthew Wild
-
Adding initial util.pubsub2009-02-28, by Matthew Wild
-
core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users2009-02-28, by Matthew Wild
-
core.componentmanager: Refactor a little to make XEP-0114 plugin a little simpler2009-02-28, by Matthew Wild
-
net.server: Some fixes for SSL/TLS handshake handling2009-02-27, by Matthew Wild
-
util.dataforms: First commit, incomplete2009-02-27, by Matthew Wild
-
core.xmlhandlers: Remove redundant check in condition2009-02-27, by Matthew Wild
-
prosody: Protect main loop. Dare I say crashing finally becomes impossible.2009-02-27, by Matthew Wild
-
util.timer: More small fixes I forgot to commit2009-02-26, by Matthew Wild
-
util.timer: Fix crash when loaded but no tasks set, fix skipping some tasks when multiple set, and one removed2009-02-26, by Matthew Wild
-
util.multitable: Add mt:search(), use nil for wildcard keys2009-02-26, by Matthew Wild
-
Better handling of found, but unloadable, core libraries (eg. undefined symbols)2009-02-26, by Matthew Wild
-
core.xmlhandlers: Optimise completed stanza logic2009-02-26, by Matthew Wild
-
net/xmppclient_listener: Add some logging and handle unestablished sessions error'ing2009-02-26, by Matthew Wild
-
mod_register: Fixed an error happening during account deletion2009-02-22, by Waqas Hussain
-
MUC: Added copyright notice2009-02-20, by Waqas Hussain
-
MUC: Replaced some duplicate code2009-02-20, by Waqas Hussain
-
MUC: Removed commented and unused code2009-02-20, by Waqas Hussain
-
Added util/timer.lua - a timer API2009-02-20, by Waqas Hussain
-
MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/protocol/muc'/> in nick change presences)2009-02-19, by Waqas Hussain
-
MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzas2009-02-19, by Waqas Hussain
-
util/stanza: Added clone function2009-02-19, by Waqas Hussain
-
MUC: Syntax error in last commit - this is lua :)2009-02-19, by Waqas Hussain
-
MUC: Throw an error if we try talking to ourselves2009-02-19, by Waqas Hussain
-
core.presencemanager: Set 'from' attribute on outgoing unavailable directed presences2009-02-19, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-02-19, by Matthew Wild
-
MUC: Bug fixes and workarounds2009-02-19, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-02-19, by Matthew Wild
-
MUC: Logging - logger doesn't like nils2009-02-19, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-02-18, by Matthew Wild
-
MUC: Added logging2009-02-18, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-02-18, by Matthew Wild
-
MUC: Various fixes2009-02-18, by Waqas Hussain
-
MUC: Fixed: Presence for user joining the roomi was sent twice to the user2009-02-16, by Waqas Hussain
-
mod_bosh: Possible fix for invalid key to next crash2009-02-18, by Matthew Wild
-
net.server: Fix some more potential nil handler accesses2009-02-18, by Matthew Wild
-
Merge from waqas2009-02-16, by Matthew Wild
-
MUC: Made vCards work by redirecting vCard requests to bare JIDs2009-02-16, by Waqas Hussain
-
MUC: Kick participants sending error messages to other participants2009-02-16, by Waqas Hussain
-
MUC: Private stanzas (private messages, IQs, etc)2009-02-16, by Waqas Hussain
-
MUC: Presence and message stanzas now fully work (status messages, xhtml-im, etc)2009-02-16, by Waqas Hussain
-
Added tests/run_tests.bat for running tests on Windows2009-02-13, by Waqas Hussain
-
Fixed tests/test.lua to work on Windows2009-02-13, by Waqas Hussain
-
Logging format improvement2009-02-13, by Waqas Hussain
-
Merge waqas with waqas2009-02-16, by Matthew Wild
-
Logging format improvement2009-02-13, by Waqas Hussain
-
util.pposix: Add getuid/setuid (we don't use them yet)2009-02-15, by Matthew Wild
-
mod_version: Operating system detection. Disable with hide_os_type = true in config2009-02-15, by Matthew Wild
-
Add -Wall to default CFLAGS2009-02-15, by Matthew Wild
-
Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.2009-02-14, by Tobias Markmann
-
Merging with tip.2009-02-14, by Tobias Markmann
-
Adding inital support for ANONYMOUS mechanism in SASL.2009-02-14, by Tobias Markmann
-
Add tests for util.multitable2009-02-13, by Matthew Wild
-
util.pposix: Fix incompatible pointer type compiler warnings2009-02-13, by Matthew Wild
-
Add RunScript command to config to run a Lua script prior to starting the server2009-02-13, by Matthew Wild
-
Add Include command to include extra configuration files from the main one2009-02-13, by Matthew Wild
-
Report errors in the config file to the user2009-02-13, by Matthew Wild
-
Fix to correct my email address in AUTHORS file2009-02-13, by Matthew Wild
-
Fixed: kick_old resource conflict resolution policy could fail with a backtrace2009-02-12, by Waqas Hussain
-
Fixed: User resources not disconnected correctly on account delete2009-02-12, by Waqas Hussain
-
stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes for spotting2009-02-11, by Matthew Wild
-
Add test to check for incorrect handling of iq from c2s to local bare JIDs2009-02-11, by Matthew Wild
-
Small fix to change verbosity level of subtests2009-02-11, by Matthew Wild
-
Correct tests for stanza routing IQs to bare JIDs2009-02-11, by Matthew Wild
-
Merge with waqas for MUC/routing fixes2009-02-11, by Matthew Wild
-
Change the to attribute of messages to the recipients' bare JID when the recipient/resource is offline.2009-02-11, by Waqas Hussain
-
Stanza router: Message to bare JID fixes2009-02-11, by Waqas Hussain
-
mod_muc: Room history2009-02-11, by Waqas Hussain
-
Fixed: Some presence stanzas from local users were not being routed correctly to components (ghosts in mod_muc)2009-02-11, by Waqas Hussain
-
Fixed directed presence handling to work correctly for components2009-02-11, by Waqas Hussain
-
Changed mod_muc to work with changed component manager2009-02-11, by Waqas Hussain
-
modulemanager initializes hosts[host] if it isn't already initialized when loading a module.2009-02-11, by Waqas Hussain
Scroll all the way down to load more.