Software /
code /
prosody
Graph
-
util.sasl.plain: A little refactoring.2009-11-29, by Waqas Hussain
-
Merge with 0.6.2009-11-29, by Waqas Hussain
-
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat).2009-11-28, by Waqas Hussain
-
mod_register: Properly notify contacts of subscription removal on account deletion.2009-11-28, by Waqas Hussain
-
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.2009-11-26, by Waqas Hussain
-
util.sasl.digest-md5: Fixing some variable access.2009-11-28, by Tobias Markmann
-
Merge with Tobias2009-11-28, by Matthew Wild
-
xmppserver_listener: Update for new server API, fixes traceback when closing s2s connections2009-11-28, by Matthew Wild
-
Make some more variables to locals.2009-11-28, by Tobias Markmann
-
util.sasl: Move some variables to local space. Fix a bug.2009-11-28, by Tobias Markmann
-
mod_console: Update for new server API, fixes traceback when closing console sessions2009-11-28, by Matthew Wild
-
util.sasl.plain: Fail gracefully on empty <auth/> tag2009-11-28, by Matthew Wild
-
mod_saslauth: Fix typo in variable name2009-11-28, by Matthew Wild
-
net.server_select: Update conn.close() to use new connection method convention2009-11-28, by Matthew Wild
-
mod_proxy65: Use new jid.join() from util.jid2009-11-27, by Matthew Wild
-
tests: Add tests for util.jid.join()2009-11-27, by Matthew Wild
-
tests/test.lua: Print the current test being run if verbosity sufficient2009-11-27, by Matthew Wild
-
util.jid: Add join(node, host, resource) function to join the components and return nil if invalid2009-11-27, by Matthew Wild
-
mod_proxy65: Update listener callback names for new server API2009-11-27, by sjoerd simons
-
Merged with tip.2009-11-26, by Tobias Markmann
-
mod_saslauth: Allow relogins after failed SASL login.2009-11-26, by Tobias Markmann
-
util.sasl: Adding clean_clone() method.2009-11-26, by Tobias Markmann
-
net.server_event: tostring() some debug logging parameters2009-11-26, by Matthew Wild
-
net.server_event: Add set_send() for compatibility with server_select2009-11-26, by Matthew Wild
-
net.server_event: Hide starttls function when the connection is not SSL-enabled2009-11-26, by Matthew Wild
-
net.server_event: Count the number of client connections *upwards* :)2009-11-26, by Matthew Wild
-
net.server_handler: Add stub handlers as fallbacks for those listeners don't implement2009-11-26, by Matthew Wild
-
net.server_event: Fix to make ontimeout() listener callback work2009-11-26, by Matthew Wild
-
net.server_select: Rename server.setsend() to server.set_send() for consistency2009-11-26, by Matthew Wild
-
net.adns: Some cleanup, happens to also make it compatible with libevent2009-11-26, by Matthew Wild
-
s2smanager: Allow configuration of the dialback_secret in the config2009-11-26, by Matthew Wild
-
Merge with 0.6.2009-11-26, by Waqas Hussain
-
mod_presence: Use the local host as origin for subscription request acks.2009-11-26, by Waqas Hussain
-
mod_roster: Ask remote server to remove pending subscription requests when removing roster items.2009-11-26, by Waqas Hussain
-
Tagging 0.6.12009-11-26, by Matthew Wild
-
Tagging 0.6.02009-11-26, by Matthew Wild
-
Makefile: Fix to install new util/sasl directory2009-11-26, by Matthew Wild
-
Merge with 0.62009-11-25, by Matthew Wild
-
util.serialization: Correctly serialize tables with 'false' as a key, fixes an issue with rosters not saving (thanks mathias, Tobias) 0.6.12009-11-25, by Matthew Wild
-
Merge with trunk2009-11-25, by Matthew Wild
-
Merge with 0.62009-11-25, by Matthew Wild
-
util.dataforms: Don't require type when parsing form XML2009-11-25, by Florian Zeitz
-
Merge with trunk.2009-11-25, by Waqas Hussain
-
MUC: Added support for the room-destroy owner use case.2009-11-25, by Waqas Hussain
-
MUC: Slightly refactored form processing.2009-11-25, by Waqas Hussain
-
SASL: Using locally mapped s_gmatch instead of unavailable gmatch.2009-11-25, by Tobias Markmann
-
Merge with trunk2009-11-25, by Matthew Wild
-
Merge with Tobias's SASL redesign branch2009-11-25, by Matthew Wild
-
Merge with trunk.2009-11-19, by Tobias Markmann
-
Reduce needed roundtrips during DIGEST-MD5 login.2009-11-19, by Tobias Markmann
-
Adding some human readable error messages.2009-11-19, by Tobias Markmann
-
Fail if username or password don't pass SASLprep.2009-11-19, by Tobias Markmann
-
Use new cofig option reading API.2009-11-19, by Tobias Markmann
-
Allow SASL PLAIN over unsecure connections when intended by admin.2009-11-19, by Tobias Markmann
-
Typo.2009-11-19, by Tobias Markmann
-
Handle , and = in usernames for SCRAM.2009-11-18, by Tobias Markmann
-
Provide SASL PLAIN mechanism only if TLS is active.2009-11-18, by Tobias Markmann
-
Cleaning up.2009-11-18, by Tobias Markmann
-
Tidying up.2009-11-18, by Tobias Markmann
-
Enable restriction of supported mechanisms in the SASL library.2009-11-18, by Tobias Markmann
-
SASLprep authentication and password in SASL PLAIN implementation.2009-11-18, by Tobias Markmann
-
SASLprep usernames and passwords.2009-11-18, by Tobias Markmann
-
Making interop with libpurple. (Thanks darkrain).2009-11-17, by Tobias Markmann
-
Add check for forbidden char sequences in validate_username().2009-11-17, by Tobias Markmann
-
Completed SCRAM-SHA-1 implementation to a ready-to-test state.2009-11-17, by Tobias Markmann
-
Added missing require for generate_uuid.2009-11-17, by Tobias Markmann
-
Initial commit of SCRAM SASL mechanism.2009-11-16, by Tobias Markmann
-
Merge with sasl branch.2009-11-16, by Tobias Markmann
-
Adding support for digest-md5 profile in DIGEST-MD5 implementation. sasl2009-11-13, by Tobias Markmann
-
MUC: Only allow moderators to change the room subject.2009-11-25, by Waqas Hussain
-
MUC: Prevent visitors from broadcasting messages.2009-11-25, by Waqas Hussain
-
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).2009-11-25, by Waqas Hussain
-
Removed some legacy doc/ files.2009-11-25, by Waqas Hussain
-
Merge with 0.62009-11-25, by Matthew Wild
-
util.dependencies: Log an error if the current version of LuaSec installed contains The Bug (thanks Remko)2009-11-25, by Matthew Wild
-
xmppclient_listener: Escape control characters when logging invalid XML.2009-11-24, by Waqas Hussain
-
Merge with 0.62009-11-25, by Matthew Wild
-
Merge with trunk2009-11-24, by Matthew Wild
-
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls2009-11-24, by Matthew Wild
-
Merge with trunk2009-11-23, by Matthew Wild
-
Merge with 0.62009-11-23, by Matthew Wild
-
util.dependencies: Missed a Debian/2009-11-23, by Matthew Wild
-
util.dependencies: Clearer message, add homepages, etc.2009-11-23, by Matthew Wild
-
util.dependencies: Add LuaFileSystem as a hard dependency2009-11-23, by Matthew Wild
-
Merged with 0.6.2009-11-23, by Waqas Hussain
-
prosody: Added support for command line argument '--config'.2009-11-23, by Waqas Hussain
-
Merge with trunk2009-11-23, by Matthew Wild
-
Merged with 0.6.2009-11-23, by Waqas Hussain
-
util.serialization: Replaced commas with semi-colons between table fields.2009-11-23, by Waqas Hussain
-
util.serialization: Concise output for empty tables.2009-11-23, by Waqas Hussain
-
Mainfile: Fixed some comments.2009-11-23, by Waqas Hussain
-
mod_console: Update for new net.server API2009-11-22, by Matthew Wild
-
Merged with 0.6.2009-11-22, by Waqas Hussain
-
mod_presence: Acknowledge subscription requests by responding with an unavailable presence.2009-11-22, by Waqas Hussain
-
sessionmanager: Added function send_to_interested_resources().2009-11-22, by Waqas Hussain
-
mod_proxy65: Update for new net.server API, untested2009-11-22, by Matthew Wild
-
mod_proxy65: Import from prosody-modules, thanks Ephraim :)2009-11-22, by Matthew Wild
-
net.server: Add some comments to explain to waqas how it all works :)2009-11-22, by Matthew Wild
-
xmppcomponent_listener: Use new API for writing to components, fixes traceback (thanks Tobias)2009-11-22, by Matthew Wild
-
s2smanager: Fix syntax error introduced in merge2009-11-22, by Matthew Wild
-
Merge with trunk2009-11-22, by Matthew Wild
-
stanza_router: Don't log full stanzas destined for s2s2009-11-22, by Matthew Wild
-
net.server_select: Bring up to date to new common connection API2009-11-22, by Matthew Wild
-
net.httpserver, net.http: Update for new net.server API (untested)2009-11-22, by Matthew Wild
-
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect2009-11-22, by Matthew Wild
-
net.adns: Update for new net.server API (doesn't work with libevent yet)2009-11-22, by Matthew Wild
-
s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons)2009-11-22, by Matthew Wild
-
net.server_event: Comment accidentally uncommented vdebug()2009-11-22, by Matthew Wild
-
net.server_event: Handle and ignore 'wantread' error from receive(), treat as a timeout2009-11-22, by Matthew Wild
-
net.server_event: Remove premature non-optimisation2009-11-22, by Matthew Wild
-
net.server_event: Fix moved line caused by Mercurial's crecord and my selective commits2009-11-22, by Matthew Wild
-
net.server_event: Obey nowriting/nointerface for locks in interface methods2009-11-22, by Matthew Wild
-
net.server_event: Add set_sslctx() method to connections2009-11-22, by Matthew Wild
-
net.server_event: conn.usingssl -> conn._usingssl2009-11-22, by Matthew Wild
-
net.server_event: Use correct listener callbacks2009-11-22, by Matthew Wild
-
net.server_event: Small whitespace fixes2009-11-22, by Matthew Wild
-
net.server_event: Correct a few instances of .sslctx to ._sslctx2009-11-22, by Matthew Wild
-
net.server_event: Call connection's onconnect, no need to pass closures around now2009-11-22, by Matthew Wild
-
net.server_event: Use connection id in all relevant logging2009-11-22, by Matthew Wild
-
net.server_event: Define id property for connection objects, to aid logging2009-11-22, by Matthew Wild
-
net.server_event: Define vdebug function for convenience2009-11-22, by Matthew Wild
-
net.server_event: Change to new standard addserver() syntax2009-11-21, by Matthew Wild
-
net.server_select: Change addserver() parameters to be compatible with new standard syntax2009-11-21, by Matthew Wild
-
mod_tls: Switch to : syntax for connection methods2009-11-21, by Matthew Wild
-
xmppclient_listener: Use : syntax for connection methods, to be compatible with new server.lua2009-11-21, by Matthew Wild
-
xmppclient_listener: Switch to .onincoming listener method, to be compatible with new server_event.lua2009-11-21, by Matthew Wild
-
net.server: Small fix for addtimer() compatibility code2009-11-21, by Matthew Wild
-
net.connlisteners: Standardise on new syntax for addserver(), and clean up a bit2009-11-21, by Matthew Wild
-
sessionmanager: Use : syntax for calling connection methods2009-11-21, by Matthew Wild
-
objectmanager: Convert to unix line-endings2009-11-21, by Matthew Wild
-
s2smanager: Don't log full stanza when sending outwards2009-11-21, by Matthew Wild
-
s2smanager: Don't tostring() the data before sending, sends2s already does this.2009-11-21, by Matthew Wild
-
mod_bosh: Don't log response XML2009-11-21, by Matthew Wild
-
util.timer: Fix libevent timers (event.base doesn't exist...)2009-11-21, by Matthew Wild
-
net.server_event: Export base as event_base2009-11-21, by Matthew Wild
-
net.server_event: Comment overly verbose log message2009-11-21, by Matthew Wild
-
util.timer: Use libevent for lightweight timers if available and configured (use_libevent option)2009-11-21, by Matthew Wild
-
net.server: Rename to net.server_select2009-11-21, by Matthew Wild
-
net.server_event: Remove redundant getid() function2009-11-20, by Matthew Wild
-
s2smanager: Fail outgoing s2s connection if hostname does not pass idna_to_ascii(), thanks Flo + waqas2009-11-20, by Matthew Wild
-
util.sasl: Add COMPAT comment2009-11-18, by Matthew Wild
-
mod_console: Moved activation of the console port from the main file to mod_console.2009-11-18, by Waqas Hussain
-
prosody.net_activate_ports: Slightly refactored and definition moved to before modules are loaded.2009-11-18, by Waqas Hussain
-
mod_register: Log a debug message when a session's IP is not available.2009-11-18, by Waqas Hussain
-
mod_bosh: Set session.ip for BOSH sessions.2009-11-18, by Waqas Hussain
-
util.sasl: Added compatibility workaround for jwchat sending an encoded trailing '\0' in SASL responses.2009-11-18, by Waqas Hussain
-
net.dns: Be more strict about the records we cache2009-11-18, by Matthew Wild
-
net.dns: Be more strict about checking the DNS replies we receive2009-11-18, by Matthew Wild
-
util.sasl: Improved a log message.2009-11-13, by Waqas Hussain
-
util.sasl: Allow authzid=username (for compatibility with Smack's non-compliant behavior).2009-11-13, by Waqas Hussain
-
util.sasl: Return proper error when client provides authzid.2009-11-12, by Waqas Hussain
-
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).2009-11-12, by Waqas Hussain
-
net.connlisteners: Log an error when a listener fails to load.2009-11-12, by Waqas Hussain
-
componentmanager: Improved logging for stanzas being bounced for unavailable components.2009-11-12, by Waqas Hussain
-
mod_posix: Log warning when no_daemonize is used, and instruct on how to update config2009-11-08, by Matthew Wild
-
modulemanager: api:get_option(): Handle correctly option values of boolean false, don't assume value unset2009-11-08, by Matthew Wild
-
Merge with trunk2009-11-06, by Matthew Wild
-
util.dataforms: Support for jid-multi field type2009-11-06, by Florian Zeitz
-
net.dns: Fixed indentation and coding style.2009-11-01, by Waqas Hussain
-
net.dns: Initialize default resolver on module load (instead of on first use).2009-11-01, by Waqas Hussain
-
net.dns: Updated to use util.windows.get_nameservers for enumerating nameservers on Windows.2009-11-01, by Waqas Hussain
-
net.httpserver: Pass correct connection object to disconnect listener, which fixes a small leak2009-11-01, by Matthew Wild
-
prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the option2009-10-31, by Matthew Wild
-
MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).2009-10-31, by Waqas Hussain
-
util.windows: Initial commit. Adds support for querying the windows DNS API for nameservers.2009-10-30, by Waqas Hussain
-
util.dataforms: Only add value to rendered form if supplied in the data2009-10-30, by Florian Zeitz
-
util.pposix: Add abort() function2009-10-30, by Matthew Wild
-
server.lua: Standardise on 'client' variable to refer to the socket, makes the code a bit cleaner2009-10-26, by Matthew Wild
-
Merge with trunk2009-10-26, by Matthew Wild
-
mod_welcome: Change $user to $username in default welcome message (thanks to chris for spotting)2009-10-26, by Waqas Hussain
-
Prosody top-level error handler modified to log properly on non-string error messages.2009-10-25, by Waqas Hussain
-
mod_console: Added proper cleanup for disconnected console sessions.2009-10-25, by Waqas Hussain
-
MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.2009-10-25, by Waqas Hussain
-
xmppserver_listener: Minor logging fix: Prefer the session logger when available to log invalid XML warnings.2009-10-25, by Waqas Hussain
-
rostermanager: Fixed a global access.2009-10-21, by Waqas Hussain
-
rostermanager: Refactored roster loading to remove duplicate code.2009-10-21, by Waqas Hussain
-
rostermanager: Log a warning when a self-contact is detected.2009-10-21, by Waqas Hussain
-
rostermanager: Ensure meta-data entry is present on roster load.2009-10-21, by Waqas Hussain
-
rostermanager: Remove self-contacts from loaded rosters.2009-10-21, by Waqas Hussain
-
PEP: Better reload support.2009-10-21, by Waqas Hussain
-
PEP: Send publish IQ result before broadcast.2009-10-21, by Waqas Hussain
-
PEP: Stricter checks on payload validity.2009-10-21, by Waqas Hussain
-
PEP: Clone payloads to allow plugins to reuse stanzas.2009-10-21, by Waqas Hussain
-
PEP: Fixed namespace for the <item> element in PEP broadcasts.2009-10-21, by Waqas Hussain
-
util.require: Yes hg, I really did want to remove it, thanks.2009-10-21, by Matthew Wild
-
xmlhandlers: Reset state on error or stream close, fixes possible traceback2009-10-21, by Matthew Wild
-
connlisteners: Localize tostring, fixes possible traceback when LuaSec not installed2009-10-21, by Matthew Wild
-
MUC: List occupants in a room's disco#items response.2009-10-21, by Waqas Hussain
-
Merged with trunk.2009-10-21, by Waqas Hussain
-
MUC: Added config option 'restrict_room_creation' to allow restricting room creation to admins.2009-10-21, by Waqas Hussain
-
usermanager: Removed an unnecessary global access.2009-10-21, by Waqas Hussain
-
usermanager: Logged a clear warning when the 'admins' option is not a table.2009-10-21, by Waqas Hussain
-
usermanager: Changed function is_admin to allow checking for host-specific admins.2009-10-21, by Waqas Hussain
-
mod_lastactivity: Gave a positive priority to the presence event hook.2009-10-21, by Waqas Hussain
-
MUC: Added 'name' config option, for specifying the component's name in disco responses.2009-10-20, by Waqas Hussain
-
net.dns: Don't expire records with TTL of 0 instantly2009-10-20, by Matthew Wild
-
mod_lastactivity: Persist data across reloads.2009-10-20, by Waqas Hussain
-
mod_lastactivity: Allow users to request their own last activity.2009-10-20, by Waqas Hussain
-
prosody.cfg.lua.dist: Convert to unix line endings from DOS2009-10-20, by Matthew Wild
Scroll all the way down to load more.