Software /
code /
prosody
Graph
-
rostermanager: Fixed: Roster version was not being properly updated in some edge cases.2009-10-04, by Waqas Hussain
-
rostermanager: Added support for saving rosters of offline users to the save_roster function.2009-10-04, by Waqas Hussain
-
mod_tls: :up() out of the starttls tag in stream:features2009-10-04, by Matthew Wild
-
Specify XMPP version on response stream to incoming s2s connection.2009-10-04, by Paul Aurich
-
Minor changes; outgoing TLS works.2009-10-04, by Paul Aurich
-
hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s connections)2009-10-04, by Matthew Wild
-
loggingmanager: Whitespace fix2009-10-04, by Matthew Wild
-
s2smanager: Small comment2009-10-04, by Matthew Wild
-
s2smanager: Don't wait for stream:features from non-XMPP-1.0 hosts2009-10-04, by Matthew Wild
-
s2smanager: Send stream:features for incoming s2s connections which support XMPP 1.02009-10-04, by Matthew Wild
-
s2smanager: Give outgoing sessions a host field (the local one)2009-10-04, by Matthew Wild
-
stanza_router: Add COMPAT comment for Pidgin workaround2009-10-04, by Matthew Wild
-
net.server: Small logging improvements2009-10-04, by Matthew Wild
-
net.server: Pass current time to timer callbacks2009-10-04, by Matthew Wild
-
net.server: Increase SSL handshake round-trip limit, and make it configurable2009-10-04, by Matthew Wild
-
net.server: Call handler's status() to notify it of ssl handshake success2009-10-04, by Matthew Wild
-
net.server: Provide a way to get sslctx of a client connection2009-10-04, by Matthew Wild
-
net.server: Provide a way to get sslctx of a server2009-10-04, by Matthew Wild
-
xmppserver_listener: Add status() function to signal when a connection completes its SSL handshake2009-10-04, by Matthew Wild
-
xmppserver_listener: Add logger to s2s sessions2009-10-04, by Matthew Wild
-
xmppserver_listener: Small whitespace fix2009-10-04, by Matthew Wild
-
xmppserver_listener: Better log messages on invalid XML2009-10-04, by Matthew Wild
-
mod_dialback: Initiate dialback on incoming stream:features2009-10-04, by Matthew Wild
-
mod_tls: Advertise and handle TLS for s2s connections2009-10-04, by Matthew Wild
-
util.stanza: Add __type to metatable2009-10-04, by Matthew Wild
-
sessionmanager: Use UUID for stream ids to clients, no math.random anymore :)2009-10-03, by Matthew Wild
-
sessionmanager: Add c2s_timeout option for unauthenticated client connections2009-10-03, by Matthew Wild
-
util.timer: Pass current_time to timer callbacks2009-10-03, by Matthew Wild
-
mod_httpserver: Update to use new httpserver.new_from_config syntax2009-10-02, by Matthew Wild
-
mod_bosh: Update to use new httpserver.new_from_config syntax2009-10-02, by Matthew Wild
-
Merge with 0.52009-10-02, by Matthew Wild
-
util.muc: Fix location of <x> element on error replies2009-10-02, by Matthew Wild
-
Merge with 0.52009-10-02, by Matthew Wild
-
mod_bosh: Fix for 'invalid key to next' error when 2 clients lose connection at the same time2009-10-02, by Matthew Wild
-
net.server: Fix missing concatenation operator in error message2009-10-02, by Matthew Wild
-
MUC: Prep given JID when changing affiliation.2009-10-02, by Waqas Hussain
-
Merge with 0.52009-10-02, by Waqas Hussain
-
Merge2009-10-02, by Waqas Hussain
-
mod_register: Added helpful text to registration error responses.2009-10-02, by Waqas Hussain
-
mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'.2009-10-02, by Waqas Hussain
-
mod_register: Fixed: No error was returned if username failed nodeprep.2009-10-02, by Waqas Hussain
-
util.encodings: Removed a bit of unreachable code.2009-10-02, by Waqas Hussain
-
util.encodings: Included idn-free.h, which explicitly declares the idn_free function.2009-10-02, by Waqas Hussain
-
util.encodings: Fixed: Last change was not ANSI C compatible.2009-10-02, by Waqas Hussain
-
Merge with 0.52009-09-30, by Matthew Wild
-
modulemanager: Load modules for components, too2009-09-30, by Matthew Wild
-
componentmanager: Preserve existing events table (if any) when registering a component2009-09-30, by Matthew Wild
-
componentmanager: Fire event on component activation2009-09-30, by Matthew Wild
-
componentmanager: Use create_component for, er, creating components2009-09-30, by Matthew Wild
-
hostmanager: Only load vhosts, not components2009-09-30, by Matthew Wild
-
Merge with 0.52009-09-29, by Matthew Wild
-
mod_saslauth: Prep username used for authenticating a session2009-09-29, by Matthew Wild
-
Merge with 0.52009-09-29, by Matthew Wild
-
util.encodings: Don't throw an error but return nil when passed nil or a non-string value2009-09-29, by Matthew Wild
-
Merge with 0.52009-09-29, by Matthew Wild
-
util.pposix: Compatibility with Solaris systems (thanks Filip)2009-09-29, by Matthew Wild
-
util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip)2009-09-29, by Matthew Wild
-
Makefile: Don't combine variable export with assignment for compatibility with other shells (thanks Filip)2009-09-29, by Matthew Wild
-
Merge with 0.52009-09-27, by Matthew Wild
-
Tagging 0.5.22009-09-27, by Matthew Wild
-
Merge with trunk2009-09-27, by Matthew Wild
-
Merge with 0.52009-09-27, by Matthew Wild
-
Merge with waqas2009-09-27, by Matthew Wild
-
mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth.2009-09-27, by Waqas Hussain
-
mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic.2009-09-27, by Waqas Hussain
-
mod_legacyauth: Added node and resource prepping.2009-09-27, by Waqas Hussain
-
Makefile.win: Updated the windows Makefile with more appropriate paths.2009-09-22, by Waqas Hussain
-
util.encodings: Fixed an issue with cross-module memory deallocation (crashes on some windows versions).2009-09-22, by Waqas Hussain
-
core.s2smanager: Always use last record in the DNS cache2009-09-27, by Matthew Wild
-
net.dns: Even better parsing of nameservers from resolv.conf2009-09-25, by Matthew Wild
-
MUC: Added multi-session support to the room-exiting occupant use case.2009-09-25, by Waqas Hussain
-
MUC: Renamed a variable name.2009-09-25, by Waqas Hussain
-
MUC: Refactored to remove some duplicate code.2009-09-25, by Waqas Hussain
-
Merge with 0.52009-09-24, by Matthew Wild
-
net.dns: Remove elements from the cache when expired so as to not leave holes in the array2009-09-24, by Matthew Wild
-
mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session2009-09-24, by Matthew Wild
-
net.dns: Stricter matching of nameserver entries in resolv.conf2009-09-24, by Matthew Wild
-
MUC: Added legacy error code to the presence error returned when a banned user attempts to join.2009-09-24, by Waqas Hussain
-
MUC: Added legacy error codes to nickname conflict presence errors.2009-09-24, by Waqas Hussain
-
Merge with trunk2009-09-24, by Matthew Wild
-
Merge with 0.52009-09-24, by Matthew Wild
-
net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)2009-09-24, by Matthew Wild
-
mod_welcome: Change $user to $username in default welcome message (thanks to neustradamus for spotting)2009-09-23, by Matthew Wild
-
Re-tagging 0.5.22009-09-21, by Matthew Wild
-
mod_httpserver: Configurable filesystem path to serve from2009-09-21, by Matthew Wild
-
Re-tagging 0.5.22009-09-21, by Matthew Wild
-
prosody.cfg.lua.dist: Add example of declaring admins for a server2009-09-21, by Matthew Wild
-
net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserver2009-09-21, by Matthew Wild
-
MUC: Added MUC feature to the disco#info replies of rooms.2009-09-21, by Waqas Hussain
-
net.dns: (for some reason this commit didn't pull over from 0.5) Remove hard-coded 4.2.2.1 from dns.lua2009-09-21, by Matthew Wild
-
Merge with 0.52009-09-21, by Matthew Wild
-
core.s2smanager: Don't recurse CNAMEs infinitely :)2009-09-21, by Matthew Wild
-
net.server: Fix traceback when closing connections with buffered data get closed during send2009-09-21, by Matthew Wild
-
Merge with 0.52009-09-20, by Matthew Wild
-
Tagging 0.5.22009-09-20, by Matthew Wild
-
Merge with 0.52009-09-20, by Matthew Wild
-
mod_vcard: Handle vcard requests from local components.2009-09-20, by Waqas Hussain
-
Merge with 0.52009-09-20, by Matthew Wild
-
mod_console: Show status and priority of clients2009-07-26, by Matthew Wild
-
Merge with 0.52009-09-20, by Matthew Wild
-
s2smanager: Timeout unauthed s2s connections2009-09-20, by Matthew Wild
-
util.helpers: It would be a good idea to fire an event when we say we are2009-09-20, by Matthew Wild
-
Merge with 0.52009-09-19, by Matthew Wild
-
s2smanager: Compatibility with domains which use CNAMEs2009-09-19, by Matthew Wild
-
Merge with 0.52009-09-19, by Matthew Wild
-
s2smanager: Pass A-record lookups through adns module2009-09-19, by Matthew Wild
-
prosody: Add prosody.installed flag to indicate whether Prosody has been installed or is running from checkout2009-09-19, by Matthew Wild
-
prosody: Add prosody.platform which can be either 'windows', 'posix' or 'unknown'2009-09-19, by Matthew Wild
-
Merge with 0.52009-09-18, by Matthew Wild
-
net.adns: Utilise new net.dns API to handle DNS network errors2009-09-18, by Matthew Wild
-
net.dns: Multiple internal changes and API extensions to allow for more reliable DNS lookups2009-09-18, by Matthew Wild
-
net.server: Add checking for nil sockets to prevent traceback2009-08-18, by Matthew Wild
-
ejabberd2prosody: Fixed a problem with null roster groups.2009-09-18, by Waqas Hussain
-
ejabberd2prosody: Fixed escape code processing when parsing strings.2009-09-17, by Waqas Hussain
-
ejabberd2prosody: Added support for ask='both' in subscriptions.2009-09-17, by Waqas Hussain
-
MUC: Removed some debug logging.2009-09-13, by Waqas Hussain
-
MUC: Added a send() method to the component. Fixes issues with local mod_vcard.2009-09-13, by Waqas Hussain
-
mod_vcard: Handle vcard requests from local components.2009-09-13, by Waqas Hussain
-
MUC: Correct routing of vCard requests to bare JID.2009-09-13, by Waqas Hussain
-
mod_offline: Fixed undefined global access.2009-09-11, by Waqas Hussain
-
ComponentManager: Removed unused variable.2009-09-11, by Waqas Hussain
-
ComponentManager: Fixed: Default handler sent error replies on result stanzas.2009-09-11, by Waqas Hussain
-
ComponentManager: Fixed a bit of logging.2009-09-11, by Waqas Hussain
-
Merge with 0.5 (no changes!)2009-09-11, by Matthew Wild
-
mod_httpserver: Backport from trunk more thorough validation of URLs prior to processing2009-09-11, by Matthew Wild
-
MUC: Preserve stanza attributes for private messages.2009-09-09, by Waqas Hussain
-
MUC: Don't kick on errors in private messages.2009-09-09, by Waqas Hussain
-
MUC: Discard non-persistent rooms as soon as they become empty.2009-09-09, by Waqas Hussain
-
Removed util.muc (replaced by new MUC plugin library)2009-09-09, by Waqas Hussain
-
Removed legacy mod_muc (replaced by new one).2009-09-09, by Waqas Hussain
-
MUC: Removed commented code.2009-09-09, by Waqas Hussain
-
mod_console: c2s:show(): Group listed clients by host2009-09-09, by Matthew Wild
-
Fix for Makefile hack to install MUC plugin2009-09-08, by matthew
-
Updated the Makefile to work with the MUC plugin folder.2009-09-08, by Waqas Hussain
-
Merged with Tobias2009-09-07, by Waqas Hussain
-
Automated merge with http://prosody.im/source/hg2009-09-06, by Tobias Markmann
-
Add NODEprepping to SASL Digest-MD5 authentication handling.2009-09-06, by Tobias Markmann
-
MUC: Fixed traceback on unauthorized access of the room configuration form.2009-09-07, by Waqas Hussain
-
MUC: Added service discovery replies for rooms.2009-09-07, by Waqas Hussain
-
MUC: Fixed an undefined global access.2009-09-07, by Waqas Hussain
-
MUC: Added support for room configuration forms, persistence and hidden rooms.2009-09-07, by Waqas Hussain
-
MUC: Refactored IQ handling to be more easily extensible.2009-09-07, by Waqas Hussain
-
MUC: Added kicking support.2009-09-07, by Waqas Hussain
-
MUC: Fixed a variable scoping bug causing problems with presence routing on affiliation/role change.2009-09-07, by Waqas Hussain
-
MUC: Changed a MUC library method into a function.2009-09-07, by Waqas Hussain
-
MUC: Fixed stanza routing for reloaded rooms.2009-09-07, by Waqas Hussain
-
MUC: Added support for reloading MUC library code.2009-09-07, by Waqas Hussain
-
MUC: Workaround for Miranda sending 'nick' instead of 'jid' when changing affiliation.2009-09-07, by Waqas Hussain
-
MUC: Some fixes for minor bugs in IQ handling.2009-09-07, by Waqas Hussain
-
MUC: Added support for requesting various lists (owner, admin, voice, etc).2009-09-07, by Waqas Hussain
-
MUC: An admin or owner MUST NOT be able to revoke moderation privileges from another admin or owner.2009-09-07, by Waqas Hussain
-
MUC: Owners can now modify roles and affiliations2009-09-07, by Waqas Hussain
-
MUC: Added support for generating unique room names2009-09-07, by Waqas Hussain
-
MUC: Send appropriate error to banned users on join.2009-09-07, by Waqas Hussain
-
MUC: Renamed _participants table to _occupants2009-09-07, by Waqas Hussain
-
MUC: New basic mod_muc based on the new MUC library2009-09-07, by Waqas Hussain
-
MUC: Initial support for roles and affiliations2009-09-07, by Waqas Hussain
-
MUC: Fixed function declarations.2009-09-07, by Waqas Hussain
-
MUC: The MUC lib is now metatable based. Cleaned up code, etc.2009-09-07, by Waqas Hussain
-
MUC: Added initial MUC lib2009-09-07, by Waqas Hussain
-
Merge with 0.52009-09-05, by matthew
-
datamanager: Fixed logging errors on deletion of datastores not owned by a user@host2009-09-05, by Waqas Hussain
-
mod_presence: Fixed: Don't recursively handle inbound presence directed at local host2009-09-05, by Waqas Hussain
-
net/dns: Fixed regression causing nameserver initialization to fail on Windows2009-09-02, by Waqas Hussain
-
mod_compression: Fixed: Starting compression only worked before auth2009-09-02, by Waqas Hussain
-
Merge with 0.52009-08-20, by Matthew Wild
-
ejabberd2prosody: More intelligent searching for erlparse library2009-08-20, by Matthew Wild
-
Uncertain merge with 0.5's SASL2009-08-20, by Matthew Wild
-
util.sasl: Fix 2 global sets (one a tpyo)2009-08-20, by Matthew Wild
-
Allow ampersands in passwords for SASL PLAIN mechanism and fixing a typo.2009-08-19, by Tobias Markmann
-
Change variable name. The previous choice was too ugly looking.2009-08-19, by Tobias Markmann
-
Use NODEprep for prepping usernames used during SASL logins.2009-08-19, by Tobias Markmann
-
Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616.2009-08-19, by Tobias Markmann
-
Don't allow double compression.2009-08-18, by Tobias Markmann
-
Support compression also after SASL.2009-08-18, by Tobias Markmann
-
Merge with waqas2009-08-18, by Matthew Wild
-
mod_compression: Fixed some undefined global accesses2009-08-18, by Waqas Hussain
-
net.adns: Add some debug logging to help track down traceback2009-08-18, by Matthew Wild
-
net.server: Add checking for nil sockets to prevent traceback2009-08-18, by Matthew Wild
-
Merge waqas with Tobias. Eww.2009-08-18, by Matthew Wild
-
Removed util/discohelper.lua2009-08-18, by Waqas Hussain
-
Removed core/discomanager.lua2009-08-18, by Waqas Hussain
-
modulemanager: Removed unused variables and reference to core.discomanager2009-08-18, by Waqas Hussain
-
modulemanager: Removed unnecessary code in the unload function2009-08-18, by Waqas Hussain
-
modulemanager: Removed legacy disco#items hook2009-08-18, by Waqas Hussain
-
modulemanager: add_feature and add_identity APIs updated to use only the add_item API2009-08-18, by Waqas Hussain
-
componentmanager: Removed disco#items hook, and reference to core.discomanager2009-08-18, by Waqas Hussain
-
mod_disco: Rearranged some lines, and added a FIXME comment2009-08-18, by Waqas Hussain
-
mod_disco: Removed reference to core.discomanager2009-08-18, by Waqas Hussain
-
mod_disco: Removed legacy IQ hooks2009-08-18, by Waqas Hussain
-
mod_disco: Handle disco#items queries using new APIs2009-08-18, by Waqas Hussain
-
mod_disco: Added identity server/im with name 'Prosody'2009-08-18, by Waqas Hussain
-
mod_disco: Handle disco#info queries using new APIs2009-08-18, by Waqas Hussain
-
modulemanager: Added module API function to get all items for a given host based on a key2009-08-18, by Waqas Hussain
-
modulemanager: Module API functions add_item and add_feature updated to use the add_item API2009-08-18, by Waqas Hussain
-
mod_pep: Added name 'Prosody' to the pubsub/pep identity2009-08-18, by Waqas Hussain
-
Added: functions add_item and remove_item to add and remove items to the module API2009-08-18, by Waqas Hussain
-
componentmanager: Added function to get a list of children for a given hostname2009-08-18, by Waqas Hussain
-
mod_register: Updated to use module:get_option instead of configmanager2009-08-13, by Waqas Hussain
-
mod_posix: Updated to use module:get_option instead of configmanager2009-08-13, by Waqas Hussain
-
mod_legacyauth: Added a FIXME2009-08-13, by Waqas Hussain
-
mod_legacyauth: Refactored a bit2009-08-13, by Waqas Hussain
-
mod_legacyauth: Updated to use module:get_option instead of configmanager2009-08-13, by Waqas Hussain
-
mod_legacyauth: Removed useless 'require' call on every login attempt2009-08-13, by Waqas Hussain
-
xmppclient_listener: Remove useless comment2009-08-16, by Matthew Wild
-
Shutdown prosody if changing user or group fails.2009-08-15, by Tobias Markmann
-
Make mod_posix not complain about root user, if setuid is set to something different as root.2009-08-15, by Tobias Markmann
-
Add setuid and setgid support.2009-08-15, by Tobias Markmann
-
Remove print which was used for debugging purposes.2009-08-13, by Tobias Markmann
-
Using pcall to make save the rest from zlib fails. Emit errors on those fails.2009-08-13, by Tobias Markmann
-
Forgot to use the configured compression_level. Now it's used.2009-08-13, by Tobias Markmann
-
Add config option handling.2009-08-13, by Tobias Markmann
-
Another unwanted spaces at the end of a line.2009-08-13, by Tobias Markmann
-
Add a TODO for s2s compression support.2009-08-13, by Tobias Markmann
-
Remove space at the end of a line.2009-08-13, by Tobias Markmann
-
Add FIXME to remember TLS compression detection.2009-08-13, by Tobias Markmann
-
Actually inject de- and compression into the reading/writing functions.2009-08-13, by Tobias Markmann
-
Remove unwanted spaces.2009-08-12, by Tobias Markmann
-
Commit initial version of mod_compression.2009-08-12, by Tobias Markmann
-
Removing tabs at the end of a line.2009-08-12, by Tobias Markmann
-
mod_httpserver: Set default file handler (you can now request static files as /*) and restructure code a bit2009-08-11, by Matthew Wild
-
net.httpserver: Allow overriding default request handler2009-08-11, by Matthew Wild
-
mod_bosh: Calculate rid difference just once2009-08-11, by Matthew Wild
-
mod_bosh: Basic handling of rids (more to come)2009-08-11, by Matthew Wild
-
mod_bosh: Correct reply when closing sessions2009-08-11, by Matthew Wild
-
net.httpserver: Don't log response bodies!2009-08-11, by Matthew Wild
-
util.iterators: Add tail() iterator, to return the last n items2009-08-10, by Matthew Wild
-
util.iterators: Add head() iterator, to return the first n items2009-08-10, by Matthew Wild
Scroll all the way down to load more.