Software /
code /
prosody
Graph
-
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
-
Merge with Tobias2009-08-10, by Matthew Wild
-
Moving realm at the beginning of the digest-md5 message send by the server.2009-08-09, by Tobias Markmann
-
Fixing a SASL issue by always passing the realm from SASL framework init to the handlers.2009-08-08, by Tobias Markmann
-
mod_bosh: Updated to use module:get_option instead of configmanager2009-08-09, by Waqas Hussain
-
mod_watchregistrations: Updated to use module:get_option instead of configmanager2009-08-08, by Waqas Hussain
-
mod_selftests: Mark as global2009-08-08, by Waqas Hussain
-
mod_tls: Updated to use module:get_option instead of configmanager2009-08-08, by Waqas Hussain
-
mod_selftests: Updated to use module:get_option instead of configmanager2009-08-08, by Waqas Hussain
-
mod_welcome: Updated to use module:get_option instead of configmanager2009-08-08, by Waqas Hussain
-
ejabberdsql2prosody: Removed unnecessary stanza reserialization for private storage2009-08-08, by Waqas Hussain
-
ejabberdsql2prosody: Added support for offline messages2009-08-08, by Waqas Hussain
-
ejabberdsql2prosody: Fix access of undefined global2009-08-08, by Waqas Hussain
-
mod_version: Rewritten to use new API. Added reply caching, and fixed some issues.2009-08-07, by Waqas Hussain
-
mod_version: Use the module API to read configuration options instead of configmanager2009-08-07, by Waqas Hussain
-
Merge with albert and waqas2009-08-08, by Matthew Wild
-
Merge with 0.52009-08-07, by Matthew Wild
-
Fixed: Outbound subscription requests silently dropped (regression in hg:7f17d0d00fbb)2009-08-07, by Waqas Hussain
-
mod_xmlrpc: Correct stripping of filename/line number prefix in RPC method error results2009-08-05, by Matthew Wild
-
mod_saslauth: Fix coding style and layout, and use of arg[] for vararg2009-08-05, by Matthew Wild
-
mod_saslauth: Fix indentation2009-08-05, by Matthew Wild
-
mod_saslauth: Fix traceback on attempted login for non-existent users2009-08-05, by Matthew Wild
-
Merge with 0.52009-08-05, by Matthew Wild
-
xmppcomponent_listener: Fix to collect component sessions on disconnect2009-08-05, by Matthew Wild
-
Merge with 0.52009-08-05, by Matthew Wild
-
mod_bosh: Fix error reply for host-unknown errors2009-08-05, by Matthew Wild
-
net.httpserver: Allow response.body to be a non-string2009-08-05, by Matthew Wild
-
Merge with waqas2009-08-03, by Matthew Wild
-
ejabberdsql2prosody: Added support for Private XML Storage2009-08-02, by Waqas Hussain
-
ejabberdsql2prosody: Added support for vCards2009-08-02, by Waqas Hussain
-
ejabberdsql2prosody: Added an XML parser2009-08-02, by Waqas Hussain
-
Merge with 0.52009-08-03, by Matthew Wild
-
Fixed: Self-references could be added to rosters via presence subscriptions2009-08-03, by Waqas Hussain
-
Fixed: IQ replies are not sent back on publishing a PEP event2009-08-03, by Waqas Hussain
-
Tagging 0.5.12009-07-29, by Matthew Wild
-
mod_console: EOT (Ctrl-D) closes the connection.2009-07-31, by Paul Aurich
-
Merge with 0.52009-07-29, by Matthew Wild
-
Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables2009-07-29, by Waqas Hussain
-
mod_pep: Added support for pubsub item retraction2009-07-29, by Waqas Hussain
-
Merge with 0.52009-07-28, by Matthew Wild
-
xmpp{client,server,component]_listener: Open stream if sending an error and it isn't already open. Fixes #1202009-07-28, by Matthew Wild
-
mod_console: Finally add in the missing 'help' command \o/2009-07-28, by Matthew Wild
-
configmanager: Default options appearing before Host "*" to global (fixes potential traceback)2009-07-28, by Matthew Wild
-
hostmanager: Warn when user puts port configuration under vhost section2009-07-28, by Matthew Wild
-
core.loggingmanager: Enable timestamps by default for file log sinks2009-07-28, by Matthew Wild
-
ejabberdsql2prosody: Allow for multiple INSERTs to the same table2009-07-28, by Waqas Hussain
-
Merge with 0.52009-07-27, by Matthew Wild
-
Fixed: Possible duplicate error replies for unhandled stanzas2009-07-27, by Waqas Hussain
-
net.httpserver: Reduce log level of 'request left open' message2009-07-27, by Matthew Wild
-
Merge with 0.52009-07-27, by Matthew Wild
-
mod_presence: Tag outgoing unavailables generated by a disconnect with a from attribute2009-07-27, by Matthew Wild
-
xmpp{client,server}_listener: Report contents of packets containing invalid XML2009-07-26, by Matthew Wild
-
mod_console: Show status and priority of clients2009-07-26, by Matthew Wild
-
ejabberdsql2prosody: Fixed a nil global access error2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Add support for rosterusers.ask == "B" (both pending in and out subscriptions)2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Fix typo, and improve the warning message2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Display a warning if a row has more columns than expected2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Added support for all mysql escape sequences2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Added support for the escape sequence '\\' in strings2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Fixed: 'ask' value should be nil for pending-in subscriptions2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Fixed: pending-in subscriptions could halt processing2009-07-26, by Waqas Hussain
-
ejabberdsql2prosody: Added support for rosters2009-07-25, by Waqas Hussain
-
ejabberdsql2prosody: Added a second required command line parameter: hostname2009-07-25, by Waqas Hussain
-
ejabberdsql2prosody: Improved help message2009-07-25, by Waqas Hussain
-
ejabberdsql2prosody: Initial commit2009-07-25, by Waqas Hussain
-
mod_xmlrpc: Remove file and line number from XML-RPC errors2009-07-25, by Waqas Hussain
-
mod_xmlrpc: Fixed typos2009-07-25, by Waqas Hussain
-
usermanager: Reduced some code2009-07-25, by Waqas Hussain
-
usermanager: Removed an unnecessary check2009-07-25, by Waqas Hussain
-
mod_xmlrpc: Added support for secure calls by non-admins2009-07-25, by Waqas Hussain
-
modulemanager: Added get_option(name, default_value) to plugin API2009-07-25, by Waqas Hussain
-
Switch to using a more generic credentials_callback/handler for SASL auth.2009-07-24, by nick
-
mod_saslauth, usermanager: Fetch list of mechanisms from usermanager2009-07-23, by Nick Thomas
-
prosody: net_activate_ports: Check listener exists before trying to open port for it2009-07-23, by Matthew Wild
-
Merge with 0.52009-07-23, by Matthew Wild
-
net.server: Fail to open port if legacy SSL requested, but SSL not available2009-07-23, by Matthias Diene
-
prosodyctl: Also switch group when we switch user2009-07-23, by Matthew Wild
-
pposix, mod_posix: Bump pposix version number2009-07-23, by Matthew Wild
-
pposix: Add setgid() function2009-07-23, by Matthew Wild
-
net.server: Remove listener from listeners table when calling removeserver2009-07-23, by Matthew Wild
-
prosody: Correctly allow console ports to be changed through the config2009-07-23, by Matthew Wild
-
mod_console: Set default_interface to 127.0.0.12009-07-23, by Matthew Wild
-
Merge with 0.52009-07-23, by Matthew Wild
-
ejabberd2prosody, erlparse: Add support for parsing non-ASCII strings and binaries, and atoms enclosed in single quotes2009-07-23, by Sergei Golovan
-
ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)2009-07-21, by Matthew Wild
-
net.server: Continue to initialise port listener even when SSL errors occur2009-07-23, by Matthias Diener
-
Merge with 0.52009-07-22, by Matthew Wild
-
mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback (thanks Deepspawn)2009-07-22, by Matthew Wild
-
ejabberd2prosody, erlparse.lua: Convert from Windows line endings (thanks teo)2009-07-21, by Matthew Wild
-
Merge with 0.52009-07-21, by Matthew Wild
-
mod_muc: Set correct 'from' JID when sending the room subject to joiners, fixes a traceback2009-07-21, by Matthew Wild
-
Tagging 0.5.02009-07-20, by Matthew Wild
-
mod_muc: Expose rooms table to the host and plugins2009-07-20, by Matthew Wild
-
prosody: Send friendly text with system-shutdown stream error2009-07-18, by Matthew Wild
-
xmppclient_listener: Use error text as disconnect reason if there is any2009-07-18, by Matthew Wild
-
mod_console: Add server:shutdown() command2009-07-18, by Matthew Wild
-
mod_console: Add config:reload() command2009-07-18, by Matthew Wild
-
prosody: Return success/error from prosody.reload_config()2009-07-18, by Matthew Wild
-
mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...)2009-07-18, by Matthew Wild
-
Merge with 0.52009-07-14, by Matthew Wild
-
util.xmlrpc: Fixed table serialization (regression introduced in previous change) 0.5.02009-07-14, by Waqas Hussain
-
Merge with 0.52009-07-14, by Matthew Wild
-
mod_httpserver: Update to use new new_from_config() too2009-07-14, by Matthew Wild
-
mod_bosh: Update to use new new_from_config()2009-07-14, by Matthew Wild
-
net.httpserver: Allow specification of the default base URL when using new_from_config()2009-07-14, by Matthew Wild
-
Merge with 0.52009-07-14, by Matthew Wild
-
prosody.cfg.lua.dist: Add mod_pep to the default config file2009-07-14, by Matthew Wild
-
Merge with 0.52009-07-13, by Matthew Wild
-
net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix2009-07-13, by Matthew Wild
-
Merge with 0.52009-07-12, by Matthew Wild
-
net.server: Fix copyright header line endings and text2009-07-12, by Matthew Wild
-
net.server: Correct fix for SSL traceback earlier2009-07-12, by Matthew Wild
-
Merge with 0.52009-07-12, by Matthew Wild
-
mod_bosh: Mark a session as secure if it is created with HTTPS2009-07-12, by Matthew Wild
-
net.httpserver: Mark a request as secure if it is made using HTTPS2009-07-12, by Matthew Wild
-
Merge with 0.52009-07-12, by Matthew Wild
-
mod_httpserver: Use new httpserver helper to initialise ports2009-07-12, by Matthew Wild
-
mod_bosh: Use new httpserver helper to initialise ports2009-07-12, by Matthew Wild
-
net.httpserver: Add helper function to set up HTTP server according to given config options2009-07-12, by Matthew Wild
-
net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback2009-07-12, by Matthew Wild
-
Merge with 0.52009-07-12, by Matthew Wild
-
net.server: Don't close handler if it is already nil when SSL handshake fails2009-07-12, by Matthew Wild
-
prosody: Load util.helpers at startup2009-07-12, by Matthew Wild
-
util.helpers: New util library to aid with debugging, etc.2009-07-12, by Matthew Wild
-
prosody: Call initialisation functions at once2009-07-11, by Matthew Wild
-
prosody: Start of refactoring of main file2009-07-11, by Matthew Wild
-
util.pubsub -> util.broadcast2009-07-11, by Matthew Wild
-
prosody.cfg.lua: Various small changes2009-07-10, by Matthew Wild
-
prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it)2009-07-10, by Matthew Wild
-
prosody.cfg.lua.dist: Add auto-loaded modules to the config2009-07-10, by Matthew Wild
-
mod_uptime: Fix bad uptime if module is loaded at startup2009-07-10, by Matthew Wild
-
Remove version number from copyright headers2009-07-10, by Matthew Wild
-
Add copyright header to those files missing one2009-07-10, by Matthew Wild
-
stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to)2009-07-10, by Matthew Wild
-
Remove completed items from TODO2009-07-10, by Matthew Wild
-
util.pubsub: Fix undefined global accesses2009-07-10, by Matthew Wild
-
util.sasl: Convert spaces to tabs2009-07-10, by Matthew Wild
-
util.stanza: Convert spaces to tabs2009-07-10, by Matthew Wild
-
util.hmac: Convert spaces to tabs2009-07-10, by Matthew Wild
-
util.prosodyctl: Fix undefined global access2009-07-10, by Matthew Wild
-
eventmanager: Convert from Windows line endings2009-07-10, by Matthew Wild
-
mod_time Convert from Windows line endings2009-07-09, by Matthew Wild
-
discomanager: Convert from Windows line endings2009-07-09, by Matthew Wild
-
mod_ping: Convert from Windows line endings2009-07-09, by Matthew Wild
-
mod_disco: Convert from Windows line endings2009-07-09, by Matthew Wild
-
util.discohelper: Convert from Windows line endings2009-07-09, by Matthew Wild
-
mod_presence: Convert from Windows line endings2009-07-09, by Matthew Wild
-
util.events: Convert from Windows line endings2009-07-09, by Matthew Wild
-
mod_console: Expose commands and environment table2009-07-09, by Matthew Wild
-
modulemanager: Small code improvement, move autoloaded modules list to the top of the file2009-07-09, by Matthew Wild
-
mod_console: Add quit and exit as aliases for 'bye' command2009-07-09, by Matthew Wild
-
mod_console: Check for commands when not executing in the global environment2009-07-09, by Matthew Wild
-
prosodyctl: Quit when user pressed ^C in password prompts2009-07-08, by Matthew Wild
-
prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords2009-07-08, by Matthew Wild
-
prosodyctl: Fix traceback when issued with no parameters2009-07-08, by Matthew Wild
-
util.xmlrpc: Support for multiple parameters in requests2009-07-08, by Matthew Wild
-
util.xmlrpc: Add create_request2009-07-08, by Matthew Wild
-
mod_console: server:version() and server:uptime() commands2009-07-08, by Matthew Wild
-
mod_uptime: Use time of server start rather than module load2009-07-08, by Matthew Wild
-
mod_uptime: Convert to unix line endings2009-07-08, by Matthew Wild
-
prosody: Record time the server started2009-07-08, by Matthew Wild
-
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly2009-07-08, by Matthew Wild
-
mod_console: Add c2s:close() command2009-07-08, by Matthew Wild
-
net.xmppclient_listener: Fix potential traceback when no reason is specified for closing a session2009-07-08, by Matthew Wild
-
Merged with trunk2009-07-05, by Waqas Hussain
-
mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender2009-07-05, by Waqas Hussain
-
Merge with main branch.2009-07-05, by Tobias Markmann
-
Remove to-unicode conversion because it's done in sasl.lua now.2009-07-05, by Tobias Markmann
-
Move to-unicode conversion from mod_saslauth.lua to sasl.lua.2009-07-05, by Tobias Markmann
-
Fixed decoding of parameters.2009-07-05, by Tobias Markmann
-
mod_console: Allow customisation/suppression of the banner2009-07-05, by Matthew Wild
-
util.hmac: Some optimisations2009-07-05, by Matthew Wild
-
util.hmac: Fix a global set2009-07-05, by Matthew Wild
-
mod_presence: Send unavailable presence to resources from non-available resources on disconnect2009-07-05, by Waqas Hussain
-
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence2009-07-05, by Waqas Hussain
-
sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data2009-07-05, by Waqas Hussain
-
mod_presence: Broadcast presence to resources before contacts2009-07-05, by Waqas Hussain
-
mod_presence: Prevented normal presence from non-interested resources from being dropped2009-07-05, by Waqas Hussain
-
mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster2009-07-05, by Waqas Hussain
-
mod_presence: Simplified roster iteration2009-07-05, by Waqas Hussain
-
mod_presence: Eliminated a jid_split2009-07-05, by Waqas Hussain
-
mod_presence: Removed some unnecessary code2009-07-05, by Waqas Hussain
-
mod_presence: Declare t_insert, fixes a potential traceback2009-07-03, by Matthew Wild
-
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/2009-07-03, by Matthew Wild
-
s2smanager: Log the hostname and address when s2s connection fails instantly2009-07-03, by Matthew Wild
-
stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s.2009-07-03, by Matthew Wild
-
Merged branches2009-07-02, by Dwayne Bent
-
Added man page for prosodyctl2009-07-02, by Dwayne Bent
-
mod_presence: Removed dead code2009-07-02, by Waqas Hussain
-
datamanager: Fixed incorrect callback result checking2009-07-02, by Waqas Hussain
-
mod_pep: Escape + in pattern2009-07-02, by Matthew Wild
-
prosodyctl: Add message for not-running error2009-07-02, by Matthew Wild
-
prosodyctl: Use prosodyctl_timeout option if it exists in the config2009-07-02, by Matthew Wild
-
prosodyctl: Improve usability with status messages, and waiting up to 5s for the server to start/stop2009-07-02, by Matthew Wild
-
mod_pep: Pass origin/session to publish_all()2009-07-02, by Matthew Wild
-
Added HMAC utility module2009-07-02, by Dwayne Bent
-
prosody: Add fallbacks/ to path2009-07-02, by Matthew Wild
-
Makefile: Install fallbacks/ directory2009-07-01, by Matthew Wild
-
mod_offline: Initial commit2009-07-01, by Waqas Hussain
-
Merged with trunk2009-07-01, by Waqas Hussain
-
mod_pep: Fixed boolean indexing error while casting all messages for a user2009-07-01, by Waqas Hussain
-
Send xml:lang in stream headers, fixes #782009-07-01, by Matthew Wild
-
Making sure the node is in unicode when passing it to password lookup function.2009-07-01, by Tobias Markmann
-
Automated merge with http://waqas.ath.cx:8000/2009-06-29, by Matthew Wild
-
modulemanager: Don't close stream on stream:error with unsupported-stanza-type (fixes #102)2009-06-29, by Waqas Hussain
-
prosody.cfg.lua.dist: Removed 'presence' from default modules list2009-06-29, by Waqas Hussain
-
stanza_router: Removed unnecessary xmlns check2009-06-29, by Waqas Hussain
-
stanza_router: Don't fire preprocessing events if stanza is not from full JID2009-06-29, by Waqas Hussain
-
Merge with nolan2009-06-29, by Matthew Wild
-
Serialize unknown stanza before logging.2009-06-28, by nolan
-
util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks)2009-06-28, by Waqas Hussain
-
mod_pep: Fixed a nil access error2009-06-28, by Waqas Hussain
-
mod_pep: Use cached caps2009-06-28, by Waqas Hussain
-
Merged with trunk2009-06-28, by Waqas Hussain
-
mod_pep: Entity capabilities2009-06-28, by Waqas Hussain
-
Merge with nolan2009-06-28, by Matthew Wild
-
net.httpserver: Don't upset logger when response is nil2009-06-28, by Matthew Wild
-
Log stanza if stanza.to isn't set for some component errors.2009-06-28, by nolan
-
mod_console: Reload/unload a module on a component host if it is loaded there2009-06-28, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-27, by Matthew Wild
-
util.stanza: Serializer optimizations, and nicer output for empty elements2009-06-27, by Waqas Hussain
-
mod_pep: Broadcast only to available recipients with caps2009-06-26, by Waqas Hussain
-
mod_pep: Ignore presence subscriptions when extractng hash information2009-06-26, by Waqas Hussain
-
mod_pep: Added function get_caps_hash_from_presence2009-06-26, by Waqas Hussain
-
util.muc: Fixed duplicate parameter names in function room:set_subject2009-06-26, by Waqas Hussain
-
util.muc: Fixed incorrect parameters for a function call2009-06-26, by Waqas Hussain
-
mod_pep: Removed some YODO comments2009-06-26, by Waqas Hussain
-
mod_pep: Added handler for disco responses2009-06-26, by Waqas Hussain
-
mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)2009-06-26, by Matthew Wild
-
xmppclient_listener: Pass session close reason to destroy_session (to be used in unavailable presence)2009-06-26, by Matthew Wild
-
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs2009-06-26, by Waqas Hussain
-
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api2009-06-26, by Matthew Wild
-
stanza_router: Fire events also for stanzas to components2009-06-26, by Matthew Wild
-
util.events: Replaced ipairs with slightly faster numeric for loop - #optimization2009-06-26, by Waqas Hussain
-
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization2009-06-25, by Waqas Hussain
-
util.stanza: Remove numeric attributes while deserializing2009-06-25, by Waqas Hussain
-
xmlhandlers: Remove numeric attributes2009-06-25, by Waqas Hussain
-
stanza_router: Remove unused variables and code2009-06-25, by Waqas Hussain
-
stanza_router: A little refactoring2009-06-25, by Waqas Hussain
-
stanza_router: Remove unused variables2009-06-25, by Waqas Hussain
-
stanza_router: Remove even more old routing code2009-06-25, by Waqas Hussain
-
stanza_router: Remove some more old routing code2009-06-25, by Waqas Hussain
-
stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code2009-06-25, by Waqas Hussain
-
stanza_router: Removed unused function: select_best_resources2009-06-25, by Waqas Hussain
-
stanza_router: Removed old routing code2009-06-25, by Waqas Hussain
-
mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH!2009-06-25, by Matthew Wild
-
mod_pep: Use new style events2009-06-24, by Waqas Hussain
-
mod_iq: Fire sub-events for IQ results and errors2009-06-24, by Waqas Hussain
-
mod_pep: Broadcast from the user's bare JID, not full JID2009-06-24, by Waqas Hussain
-
mod_pep: Remove data when a user disables a node2009-06-24, by Waqas Hussain
-
mod_pep: Added some comments2009-06-24, by Waqas Hussain
-
mod_pep: Fixed detection of contact presence changes2009-06-24, by Waqas Hussain
-
mod_muc: Now based on util.muc2009-06-23, by Waqas Hussain
-
mod_announce: Work with non-local admins2009-06-23, by Waqas Hussain
-
mod_announce: Use usermanager.is_admin to verify admin status2009-06-23, by Waqas Hussain
-
sessionmanager: Fire event on resource unbind2009-06-23, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-06-23, by Matthew Wild
-
modulemanager: Enabled access to the module API from plugin libraries2009-06-22, by Waqas Hussain
-
modulemanager: Added simple module:require implementation2009-06-21, by Waqas Hussain
-
README: Update for new MUC address2009-06-23, by Matthew Wild
-
prosodyctl: Allow commands to be implemented in modules2009-06-23, by Matthew Wild
-
modulemanager: Expose api table to allow others to extend the module API2009-06-23, by Matthew Wild
-
mod_groups: Support for public groups, and extra logging2009-06-22, by Matthew Wild
-
util.pluginloader: Remove unnecessary return value suppressing the real load error2009-06-22, by Matthew Wild
-
modulemanager: Fix copy/paste error, should be name instead of module_name2009-06-22, by Matthew Wild
-
mod_announce: New module to send a message to all online users2009-06-22, by Matthew Wild
-
mod_httpserver: Allow configuration of ports and base path, like mod_bosh2009-06-22, by Matthew Wild
-
mod_groups: Experimental shared roster support2009-06-22, by Matthew Wild
-
prosody: Switch anonymous_login check to use the new datamanager callback syntax2009-06-22, by Matthew Wild
-
util.datamanager: Allow multiple data storage callbacks, and allow them to modify parameters2009-06-22, by Matthew Wild
-
rostermanager: Fire event on roster load2009-06-22, by Matthew Wild
-
sessionmanager: Fire event on resource bind2009-06-22, by Matthew Wild
-
modulemanager: Call 'load' method when loading a module2009-06-22, by Matthew Wild
-
Merge with Tobias2009-06-20, by Matthew Wild
-
Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.2009-06-20, by Tobias Markmann
-
Adding a parameter for realm to the password_callback.2009-06-20, by Tobias Markmann
-
Adding COMPAT comment.2009-06-20, by Tobias Markmann
-
util.array: Add support for + operator to create a new array from two arrays joined2009-06-20, by Matthew Wild
-
util.array: Make array:reverse() and array:shuffle() return the array to allow chaining2009-06-20, by Matthew Wild
-
util.array: Add array:append() method, to append a new array to an existing one2009-06-20, by Matthew Wild
-
stanza_router: Skip prepping 'to' in many common cases - #optimization2009-06-20, by Waqas Hussain
-
stanza_router: Skip prepping 'from' on c2s origins - #optimization2009-06-20, by Waqas Hussain
-
stanza_router: Fixed a corner case where processing could continue after an error reply2009-06-20, by Waqas Hussain
-
stanza_router: A little refactoring2009-06-20, by Waqas Hussain
-
componentmanager: Using prosody.events instead of core.eventmanager2009-06-20, by Waqas Hussain
-
Main: Don't use empty event data objects for some global events. Some handlers don't expect it.2009-06-20, by Waqas Hussain
-
Main: removed some eventmanager references (replaced by prosody.events)2009-06-20, by Waqas Hussain
-
Fire global events using prosody.events2009-06-20, by Waqas Hussain
-
Merge with trunk2009-06-19, by Waqas Hussain
-
modulemanager: Removed unused function get_module_filename(name)2009-06-14, by Waqas Hussain
-
modulemanager: Changed to use util.pluginloader2009-06-14, by Waqas Hussain
-
util.pluginloader: Initial commit - a plugin resource loader2009-06-14, by Waqas Hussain
-
stanza_router: Remove unused variables2009-06-14, by Waqas Hussain
-
Removed core.presencemanager. This has been superseded by mod_presence.2009-06-14, by Waqas Hussain
-
stanza_router: Remove all traces of presencemanager2009-06-14, by Waqas Hussain
-
mod_roster: Removed references to presencemanager and core_route_stanza2009-06-14, by Waqas Hussain
-
mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence2009-06-14, by Waqas Hussain
-
util.muc: Relaxed top-level routing checks to allow node-less rooms, and removed redundant checks2009-06-14, by Waqas Hussain
-
util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO2009-06-14, by Waqas Hussain
-
mod_muc: Don't reply with an error in response to unacceptable result stanzas2009-06-14, by Waqas Hussain
-
util.muc: Don't reply with an error in response to unacceptable result stanzas2009-06-14, by Waqas Hussain
-
util.muc: Fixed error occuring on room leave2009-06-14, by Waqas Hussain
-
Merge with waqas via albert!2009-06-19, by Matthew Wild
-
modulemanager: Change the ideitity attribute typ to type2009-06-12, by Waqas Hussain
-
loggingmanager: Log timestamps when using default file logging2009-06-19, by Matthew Wild
-
loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config2009-06-19, by Matthew Wild
-
mod_console: Redirect print() to console session when executing commands in global environment2009-06-12, by Matthew Wild
-
mod_console: Fix syntax error2009-06-12, by Matthew Wild
-
mod_console: Add s2s:close() to close s2s sessions between two hosts2009-06-12, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-12, by Matthew Wild
-
mod_pep: Add pubsub#publsih disco feature to host2009-06-12, by Waqas Hussain
-
mod_dialback: Change FIXME comment to COMPAT2009-06-12, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-12, by Matthew Wild
-
mod_pep: Add host identity pubsub/pep2009-06-12, by Waqas Hussain
-
modulemanager: Added function add_identity(category, type) to the modules API2009-06-12, by Waqas Hussain
-
Merge2009-06-12, by Waqas Hussain
-
mod_pep: Fix a nil index bug2009-06-12, by Waqas Hussain
-
net.http: (Re-)add url[en|de]code functions2009-06-12, by Matthew Wild
-
modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error2009-06-08, by Matthew Wild
-
mod_message: Require stanza lib to prevent traceback on error replies2009-06-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-07, by Matthew Wild
-
mod_pep: Give the presence handler a higher than default priority2009-06-07, by Waqas Hussain
-
modulemanager: Allow setting a priority while adding an event handler via the module:hook API2009-06-07, by Waqas Hussain
-
mod_pep: Send items to contacts coming online2009-06-07, by Waqas Hussain
-
mod_pep: Fix undefined global access2009-06-07, by Waqas Hussain
-
mod_pep: Maintain user nodes for delayed delivery2009-06-06, by Waqas Hussain
-
mod_console: Show total incoming/outgoing s2s connections2009-06-06, by Matthew Wild
-
modulemanager: Don't require xmlns to be non-nil2009-06-06, by Matthew Wild
-
modulemanager: module:log() -> self:log() fix2009-06-06, by Matthew Wild
-
modulemanager: Allow setting priority of stanza handlers2009-06-06, by Matthew Wild
-
modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza events2009-06-06, by Matthew Wild
-
mod_console: Allow running code in the global environment by prefixing with '>'2009-06-05, by Matthew Wild
-
mod_console: Some "improvements" to the useless server:reload() command :)2009-06-05, by Matthew Wild
-
mod_console: Much improved module load/unload/reload commands2009-06-05, by Matthew Wild
-
prosody: Prefix hg: to changeset ids in the version2009-06-05, by Matthew Wild
-
mod_version: Use version from prosody.version2009-06-05, by Matthew Wild
-
prosody: Read version from prosody.version file and set, er, prosody.version!2009-06-05, by Matthew Wild
-
Makefile: Experimental support for recording the version of an installed Prosody2009-06-05, by Matthew Wild
-
modulemanager: Load mod_message, mod_iq and mod_presence implicitly2009-06-04, by Waqas Hussain
-
s2smanager: Use a UUID as the dialback secret2009-06-04, by Waqas Hussain
-
stanza_router: Remove unused s2s dialback functions2009-06-04, by Waqas Hussain
-
Merge with trunk2009-06-04, by Waqas Hussain
-
util.sasl: Remove some nastiness2009-06-04, by Waqas Hussain
-
util.uuid: Added function seed(string) to allow further seeding of the PRNG2009-06-04, by Waqas Hussain
-
util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)2009-06-04, by Waqas Hussain
-
util.uuid: More uniqueness!2009-06-04, by Waqas Hussain
-
sessionmanager: It really is username@host, not host@username :)2009-06-04, by Waqas Hussain
-
Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]2009-06-04, by Matthew Wild
-
Makefile: Specify permissions on installed executables [thanks mhavela]2009-06-04, by Matthew Wild
-
prosody: Add support for general 'interface' option which is used as the default network interface2009-06-04, by Matthew Wild
-
net.server: Display server port in error messages2009-06-04, by Matthew Wild
-
Adding .hgignore2009-06-04, by Matthew Wild
-
My merge!!!!2009-06-04, by Waqas Hussain
-
stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result2009-06-03, by Waqas Hussain
-
mod_privacy: Initial commit2009-06-03, by Waqas Hussain
-
stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza2009-06-03, by Waqas Hussain
-
prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it2009-06-02, by Matthew Wild
-
sessionmanager: It's username@host, not host@username :)2009-06-02, by Matthew Wild
-
mod_message: Fix global access2009-06-02, by Waqas Hussain
-
mod_iq: Limit sub-events to get and set IQs2009-06-02, by Waqas Hussain
-
mod_presence: Fix a global access2009-06-02, by Waqas Hussain
-
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas2009-06-02, by Waqas Hussain
-
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas2009-06-02, by Waqas Hussain
-
mod_presence: return true from incoming presence handlers to prevent further processing2009-06-02, by Waqas Hussain
-
mod_presence: Handle non-subscription presence and routing2009-06-02, by Waqas Hussain
-
mod_presence: Handle subscriptions and probes2009-06-02, by Waqas Hussain
-
mod_presence: Add hooks for inbound presence2009-06-02, by Waqas Hussain
-
mod_presence: Fix a comment2009-06-02, by Waqas Hussain
-
mod_presence: Handle all outbound presence stanzas2009-06-02, by Waqas Hussain
-
mod_presence: A little cleanup2009-06-02, by Waqas Hussain
-
mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence2009-06-02, by Waqas Hussain
-
mod_presence: Handle outbound presence to full JIDs2009-06-02, by Waqas Hussain
-
mod_message: A little cleanup2009-06-01, by Waqas Hussain
-
mod_message: mod_message now handles all cases2009-06-01, by Waqas Hussain
-
stanza_router: Reply with an error on groupchat messages to bare JID2009-06-01, by Waqas Hussain
-
mod_message: Added code to handle error groupchat and headline messages to bare JID2009-06-01, by Waqas Hussain
-
mod_message: Move bare JID processing to it's own function2009-06-01, by Waqas Hussain
-
stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas2009-06-01, by Waqas Hussain
-
stanza_router: Proper error for clients sending stanzas after auth but before resource binding2009-06-01, by Waqas Hussain
-
mod_iq: Correctly handle the lack of 'to' on IQs2009-06-01, by Waqas Hussain
-
mod_iq: Immediately return an error for IQs to non-existing bare JIDs2009-06-01, by Waqas Hussain
-
mod_iq: Include event data in sub-events2009-06-01, by Waqas Hussain
-
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases2009-06-01, by Waqas Hussain
-
Merge backout with following commits2009-06-01, by Matthew Wild
-
Backed out changeset 98f0e9eadf3b (better fix on the way)2009-06-01, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-06-01, by Matthew Wild
-
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts2009-06-01, by Waqas Hussain
-
modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload2009-05-31, by Waqas Hussain
-
stanza_router: Don't route before firing events... waqas, is this safe?2009-05-31, by Matthew Wild
-
componentmanager: Add events object to registered components if they don't already have one2009-05-31, by Matthew Wild
-
stanza_router: Fire global event if host doesn't have events, fixes #1032009-05-31, by Matthew Wild
-
net.xmppclient_listener: Add small comment2009-05-31, by Matthew Wild
-
stanza_router: Fire events for non-jabber:client and pre-auth stanzas2009-05-30, by Waqas Hussain
-
modulemanager: Stopped using core.eventmanager in module:fire_event2009-05-30, by Waqas Hussain
-
mod_welcome: Use module:hook instead of module:add_event_hook2009-05-30, by Waqas Hussain
-
mod_watchregistrations: Use module:hook instead of module:add_event_hook2009-05-30, by Waqas Hussain
-
modulemanager: module:fire_event now fires on the global and host-specific events objects as well2009-05-30, by Waqas Hussain
-
xmppcomponent_listener: Removed unused reference to core.eventmanager2009-05-30, by Waqas Hussain
-
modulemanager: Made some code more concise2009-05-30, by Waqas Hussain
-
modulemanager: module:hook now allows global modules to hook events on the prosody.events object2009-05-30, by Waqas Hussain
-
Removed core.eventmanager22009-05-30, by Waqas Hussain
-
mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager22009-05-30, by Waqas Hussain
-
stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager22009-05-30, by Waqas Hussain
-
core.eventmanager2: Now uses the new prosody.events object2009-05-30, by Waqas Hussain
-
Added new prosody.events object2009-05-30, by Waqas Hussain
-
mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure()2009-05-30, by Matthew Wild
-
mod_console: Allow restricting results to matching JIDs in s2s:show()2009-05-30, by Matthew Wild
-
prosody: Remove global functions2009-05-30, by Matthew Wild
-
mod_posix: Use global prosody object2009-05-30, by Matthew Wild
-
prosody: (un)lock_globals() -> prosody.(un)lock_globals()2009-05-30, by Matthew Wild
-
prosody: New global 'prosody' object2009-05-30, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-05-30, by Matthew Wild
-
mod_message, mod_iq: A little cleanup2009-05-30, by Waqas Hussain
-
mod_iq: Initial commit2009-05-30, by Waqas Hussain
-
mod_message: Initial commit2009-05-30, by Waqas Hussain
-
modulemanager: Added hook(event, handler) to the plugin API2009-05-30, by Waqas Hussain
-
stanza_router: Fix syntax errors2009-05-29, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-05-29, by Matthew Wild
-
stanza_router: Fire per-host stanza events2009-05-29, by Waqas Hussain
-
httpclient_listener: Don't use print()...2009-05-29, by Matthew Wild
-
sessionmanager: Removed a redundant check2009-05-29, by Waqas Hussain
-
sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session2009-05-29, by Waqas Hussain
-
sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions2009-05-29, by Waqas Hussain
-
sessionmanager: Added reference to globals full_sessions and bare_sessions2009-05-29, by Waqas Hussain
-
sessionmanager: Removed reference to global 'sessions'2009-05-29, by Waqas Hussain
-
Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions.2009-05-29, by Waqas Hussain
-
Removed unused global 'session'2009-05-29, by Waqas Hussain
-
mod_tls: Add <required/> to stream feature when TLS is required2009-05-29, by Matthew Wild
-
mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure2009-05-29, by Matthew Wild
-
mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...]2009-05-29, by Matthew Wild
-
mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true2009-05-29, by Matthew Wild
-
xmppclient_listener: A connection is also secure when it uses legacy SSL2009-05-29, by Matthew Wild
-
net.server: A connection is not secure if we delay the TLS handshake2009-05-29, by Matthew Wild
-
sessionmanager, mod_tls: Mark a session as secure when TLS is active2009-05-29, by Matthew Wild
-
stanza_router: Break off resource selection for messages into a standalone function2009-05-28, by Matthew Wild
-
mod_presence: Lower some log levels to their correct values2009-05-28, by Matthew Wild
-
mod_presence: Use logger supplied by modulemanager2009-05-28, by Matthew Wild
-
Add log message when DNS lookup is cancelled2009-05-28, by Matthew Wild
-
net.adns: Fix for calling handler when cancelling DNS lookup2009-05-28, by Matthew Wild
-
mod_watchregistrations: admin -> admins2009-05-27, by Matthew Wild
-
prosodyctl: Add error message for no-pidfile2009-05-26, by Matthew Wild
-
s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)2009-05-26, by Matthew Wild
-
net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler2009-05-26, by Matthew Wild
-
net.dns: Add support for cancelling a coroutine-based request2009-05-26, by Matthew Wild
-
mod_watchregistrations: New plugin to send a message to admins when a new user registers2009-05-26, by Matthew Wild
-
mod_roster: Add some comments for the error cases to improve readability2009-05-26, by Matthew Wild
-
s2smanager: Only send reply </stream:stream> when connection is still open2009-05-26, by Matthew Wild
-
mod_roster: Don't send a query element in roster response if roster is unchanged2009-05-26, by Matthew Wild
-
Merge with 0.42009-05-22, by Matthew Wild
-
Tagging 0.4.22009-05-22, by Matthew Wild
-
Tagging 0.4.22009-05-22, by Matthew Wild
-
Merge with 0.42009-05-22, by Matthew Wild
-
Finally add README and INSTALL files2009-05-22, by Matthew Wild
-
Merge with 0.42009-05-21, by Matthew Wild
-
stanza_router: Fix for subscriptions to users on components [0.4 branch only]2009-05-21, by Matthew Wild
-
mod_register: Attach session to user-registered and user-deregistered events2009-05-21, by Matthew Wild
-
core: hosts[*].events2009-05-20, by Waqas Hussain
-
Merge with 0.42009-05-19, by Matthew Wild
-
mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working2009-05-18, by Matthew Wild
-
mod_welcome: New plugin to welcome users who register on the server2009-05-19, by Matthew Wild
-
mod_register: Fire events and log on account creation/deletion2009-05-19, by Matthew Wild
-
modulemanager: Add module:fire_event() to module API2009-05-19, by Matthew Wild
-
stanza_router: Handle outbound presence if inbound handlers don't catch it2009-05-18, by Waqas Hussain
-
util.events: Dispatch code now accepts a variable number of arguments2009-05-16, by Waqas Hussain
-
util.events: Much more efficient index building2009-05-16, by Waqas Hussain
-
stanza_router: s/conn/stream/ in log message2009-05-16, by Matthew Wild
-
stanza_router: Remove FIXME and replace with meaningful comment2009-05-16, by Matthew Wild
-
componentmanager: Don't error on stanzas to bare component JID2009-05-16, by Matthew Wild
-
prosody.cfg.lua.dist: Update example to a better one2009-05-16, by Matthew Wild
-
util.events: handler priorities2009-05-16, by Waqas Hussain
-
modulemanager: require util.stanza2009-05-16, by Waqas Hussain
-
modulemanager: Don't close the stream on unhandled stream:features2009-05-16, by Waqas Hussain
-
stanza_router: Added global function core_post_stanza2009-05-15, by Waqas Hussain
-
util.jid: Eliminate global method use2009-05-15, by Waqas Hussain
-
util.muc: Made internal methods local2009-05-15, by Waqas Hussain
-
stanza_router: Improved message routing order2009-05-15, by Waqas Hussain
-
Dropped support for resource based components2009-05-15, by Waqas Hussain
-
stanza_router: Removed global function core_handle_stanza2009-05-15, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-05-15, by Matthew Wild
-
stanza_router: Cleaner namespace handling2009-05-15, by Waqas Hussain
-
stanza_router: Refactored core_handle_stanza, and added handling for unsupported top-level stanzas2009-05-15, by Waqas Hussain
-
stanza_router: Fire events after all checks2009-05-15, by Waqas Hussain
-
Merging SASL buggy client workaround with current tip.2009-05-15, by Tobias Markmann
-
.2009-05-15, by Tobias Markmann
-
Some beauty treatment.2009-05-15, by Tobias Markmann
-
Adding minimal support for authorization identities to workaround buggy SASL implementations.2009-05-15, by Tobias Markmann
-
adding RFC comment2009-05-15, by Tobias Markmann
-
stanza_router: Removed some unnecessary code2009-05-15, by Waqas Hussain
-
stanza_router: Removed a FIXME2009-05-15, by Waqas Hussain
-
xmlhandlers: Removed another unnecessary check2009-05-15, by Waqas Hussain
-
xmlhandlers: Removed an unnecessary check2009-05-15, by Waqas Hussain
-
core.xmlhandlers: Removed unused variables2009-05-15, by Waqas Hussain
-
stanza_router: Fixed an invalid stanza check2009-05-15, by Waqas Hussain
-
util.stanza: Omit unused clone parameter from error_reply()2009-05-15, by Waqas Hussain
-
mod_presence: Added a FIXME comment about directed presence2009-05-15, by Waqas Hussain
-
stanza_router: Remove unnecessary directed presence handling2009-05-15, by Waqas Hussain
-
stanza_router: Prevent further processing of a handled stanza2009-05-15, by Waqas Hussain
-
mod_presence: return true from the presence handler2009-05-15, by Waqas Hussain
-
util.events: event handlers can now return a result, which also interrupts further handling of the event2009-05-15, by Waqas Hussain
-
util.muc: A MUC library - initial commit2009-05-13, by Waqas Hussain
-
Merge with 0.42009-05-13, by Matthew Wild
-
stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error2009-05-13, by Matthew Wild
-
stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed2009-05-09, by Matthew Wild
-
mod_muc: commented connection replace detection code because google keeps resendng directed presence2009-05-07, by Waqas Hussain
-
mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad2009-05-07, by Waqas Hussain
-
mod_muc: Extracted sending of occupant list into its own function2009-05-07, by Waqas Hussain
-
mod_muc: Extracted history broadcast into its own function2009-05-07, by Waqas Hussain
-
fallbacks/bit: bit manipulation API (compatible with bitlib for now)2009-05-07, by Waqas Hussain
-
mod_pep: Initial commit (extremely basic implementation)2009-05-07, by Waqas Hussain
-
util/serialization: Fixed serialization formatting2009-05-07, by Waqas Hussain
-
util/sasl: Removed unnecessary references to util.encodings.idna2009-05-07, by Waqas Hussain
-
mod_roster: Advertize roster versioning support2009-05-07, by Waqas Hussain
-
Default config: Add 'presence' to list of modules2009-05-07, by Matthew Wild
-
Merge with 0.42009-05-06, by Matthew Wild
-
util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks macaronyde!)2009-05-06, by Matthew Wild
-
Tagging 0.4.12009-05-05, by Matthew Wild
-
util.serialization: Write nil for non-serializable data types, and bump the log level to 'error' 0.4.12009-05-05, by Matthew Wild
-
tools/ejabberd2prosody: Fixed private storage export2009-05-05, by Waqas Hussain
-
tools/ejabberd2prosody: Fixed private storage export2009-05-05, by Waqas Hussain
-
Merge with 0.42009-05-05, by Matthew Wild
-
prosodyctl: Add message for unable-to-save-data error2009-05-05, by Matthew Wild
-
util.prosodyctl: Return success status of usermanager.create_user()2009-05-05, by Matthew Wild
-
prosodyctl: Reformat note to fit in small-width terminals2009-05-05, by Matthew Wild
-
Merge with 0.42009-05-05, by Matthew Wild
-
prosodyctl: Use correct path for the data directory2009-05-05, by Matthew Wild
-
Merge with 0.42009-05-05, by Matthew Wild
-
mod_posix: Reload the config and reopen log files on SIGHUP2009-05-05, by Matthew Wild
-
loggingmanager: File log sinks react to reopen-log-files event2009-05-05, by Matthew Wild
-
prosody: Add functions to reload the config and re-open log files2009-05-05, by Matthew Wild
-
prosodyctl: status: Show warning if we can't find a running Prosody, and we didn't switch user2009-05-05, by Matthew Wild
-
prosodyctl: Switch to Prosody user before attempting to do anything2009-05-05, by Matthew Wild
-
net.httpserver: Fix for urlencoding to always produce 2 digits2009-05-04, by Matthew Wild
-
Merge with 0.42009-05-04, by Matthew Wild
-
net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes)2009-05-04, by Matthew Wild
-
net.httpserver: Fix potential nil access2009-04-22, by Matthew Wild
-
mod_bosh: Give BOSH sessions a logger (thanks Florob)2009-05-04, by Matthew Wild
-
mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener2009-05-04, by Matthew Wild
-
util.serialization: Log a warning when trying to serialize something we can't2009-05-04, by Matthew Wild
-
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections2009-05-04, by Matthew Wild
-
modulemanager: No need for print()2009-05-04, by Matthew Wild
-
util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback2009-05-04, by Matthew Wild
-
Merge with 0.42009-05-03, by Matthew Wild
-
prosodyctl: Hide ejabberd compatibility commands from command listing2009-05-03, by Matthew Wild
-
loggingmanager: Support for specifying a single sink with *sinkname (*syslog should now work)2009-05-03, by Matthew Wild
-
Merge with 0.42009-05-03, by Matthew Wild
-
net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users)2009-05-03, by Matthew Wild
-
net.server: Add getserver() method to find the server listening on the specified port2009-05-03, by Matthew Wild
-
util.datamanager: Lower log level of 'Setting data path' to 'debug'2009-05-02, by Matthew Wild
-
componentmanager: Reduce log output at startup to 'debug'2009-05-02, by Matthew Wild
-
hostmanager: Reduce log output at startup to 'debug'2009-05-02, by Matthew Wild
-
modulemanager: Don't load modules when modules_enable is false2009-05-02, by Matthew Wild
-
prosody: Less verbose logging during shutdown sequence2009-05-02, by Matthew Wild
-
mod_posix: Don't let the server run as root without the magic run_as_root in config2009-05-02, by Matthew Wild
-
prosody: Define prosody_shutdown() before emitting the server-starting event2009-05-02, by Matthew Wild
-
Makefile: Process and install prosodyctl2009-05-02, by Matthew Wild
-
prosodyctl: Multiple fixes for start/status/stop2009-05-02, by Matthew Wild
-
Merge with 0.42009-05-02, by Matthew Wild
-
prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers2009-05-02, by Matthew Wild
-
prosody: Add log messages during shutdown sequence to indicate progress2009-05-02, by Matthew Wild
-
mod_console: Add s2s:show() command to list s2s connections2009-05-02, by Matthew Wild
-
prosody: Don't require console_enabled option anymore2009-05-02, by Matthew Wild
-
Merge with 0.42009-05-01, by Matthew Wild
-
Word-wrap HACKERS file2009-05-01, by Matthew Wild
-
configure: Change --data-dir to --datadir to make consistent with help and other dir flags2009-05-01, by Matthew Wild
-
loggingmanager: Add a comment about 'nowhere' sink type2009-04-30, by Matthew Wild
-
Merge with 0.42009-04-30, by Matthew Wild
-
loggingmanager: Support prepending timestamps in file/console/stdout log sinks2009-04-30, by Matthew Wild
-
presencemanager: Lower log level of a message2009-04-30, by Matthew Wild
-
mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling2009-04-30, by Matthew Wild
-
mod_saslauth: Various logging fixes2009-04-30, by Matthew Wild
-
mod_saslauth: Use module logger instead of creating a new one2009-04-30, by Matthew Wild
-
mod_dialback: Use module logger instead of creating a new one2009-04-30, by Matthew Wild
-
modulemanager: Update logger when a module becomes global2009-04-30, by Matthew Wild
-
Merge with 0.42009-04-29, by Matthew Wild
-
Merge with 0.42009-04-29, by Matthew Wild
-
mod_*: Fix many unnecessary global accesses in modules (already committed to main repo)2009-04-29, by Matthew Wild
-
core.componentmanager: Really fix marking components as disconnected when unregistered2009-04-29, by Matthew Wild
-
configure: Honour --sysconfdir parameter; thanks to Michael Scherer2009-04-28, by Matthew Wild
-
mod_posix: Fix calls to log() (replace with module:log) and make some global accesses explicit2009-04-23, by Matthew Wild
-
mod_posix: Fix for removing the pidfile on exit2009-04-23, by Matthew Wild
-
mod_muc: The default component name is now 'Chatrooms'2009-04-23, by Waqas Hussain
-
mod_muc: The default room name is the room node2009-04-23, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-04-23, by Matthew Wild
-
mod_presence: Broadcast a user's presence to only the user's 'available' resources2009-04-23, by Waqas Hussain
-
mod_muc: The default component name is now 'Chatrooms'2009-04-23, by Waqas Hussain
-
mod_muc: The default room name is the room node2009-04-23, by Waqas Hussain
-
Merge with 0.4 branch2009-04-23, by Matthew Wild
-
net.httpserver: Fix traceback when sending response to a destroyed request2009-04-23, by Matthew Wild
-
net.httpserver: Don't log the response body (can be binary data...)2009-04-23, by Matthew Wild
-
xmlhandlers: Fix tag pattern again for the default namespace2009-04-23, by Matthew Wild
-
Merge with 0.4 branch2009-04-23, by Matthew Wild
-
mod_bosh: Put dummy authid in session creation response to keep JSJaC happy2009-04-23, by Matthew Wild
-
mod_bosh: Add log message for clients connecting to unknown host2009-04-23, by Matthew Wild
-
mod_bosh: Fix nil indexing when client connects to unknown host2009-04-23, by Matthew Wild
-
core.loggingmanager: Reinstating global log() function2009-04-23, by Matthew Wild
-
mod_posix: Remove some debug coooooooooode2009-04-22, by Matthew Wild
-
mod_presence: Fix for local presence subscriptions and probes2009-04-22, by Waqas Hussain
-
stanzarouter: Make _G.hosts local2009-04-22, by Matthew Wild
-
mod_*: Fix a load of global accesses2009-04-22, by Matthew Wild
-
core.componentmanager: Fix global access2009-04-22, by Matthew Wild
-
xmpp{server,client}_listener: Fix global accesses2009-04-22, by Matthew Wild
-
net.server: Fix global access/incorrect parameter2009-04-22, by Matthew Wild
-
net.httpserver: Fix potential nil access2009-04-22, by Matthew Wild
-
net.http: Fix potential nil access2009-04-22, by Matthew Wild
-
net.server: Fix incorrect parameter passing2009-04-22, by Matthew Wild
-
net.server: Fix global access2009-04-22, by Matthew Wild
-
Merge with 0.4.12009-04-22, by Matthew Wild
-
mod_posix: Integrate with loggingmanager, register syslog sink, remove redundant logging code2009-04-22, by Matthew Wild
-
mod_posix: Remove pidfile on exit2009-04-22, by Matthew Wild
-
util.set: Add set.xor() to get a set consisting of items not in both sets2009-04-22, by Matthew Wild
-
util.set: Add set:empty() to discover if the set is the empty set2009-04-22, by Matthew Wild
-
util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double as iterators2009-04-22, by Matthew Wild
-
prosody: Fire events during server shutdown process2009-04-21, by Matthew Wild
-
Merge with 0.4.12009-04-21, by Matthew Wild
-
mod_presence: Remove some rather drastic debugging code2009-04-21, by Waqas Hussain
-
Merge with 0.4.12009-04-21, by Matthew Wild
-
core.loggingmanager: Filled out most code, and cleaned up2009-04-21, by Matthew Wild
-
util.logger: Fix for attempting to call a table2009-04-21, by Matthew Wild
-
mod_presence: Fix incorrect internal routing for probes and subscriptions2009-04-21, by Waqas Hussain
-
Merge with 0.4.12009-04-21, by Matthew Wild
-
prosody: Remove logging code and instead load core.loggingmanager to set up logging2009-04-21, by Matthew Wild
-
core.loggingmanager: A new manager (yay!) to manage log output2009-04-21, by Matthew Wild
-
util.logger: Revamped logger library, but backwards-compatible for users of logger.init()2009-04-21, by Matthew Wild
-
Merge2009-04-20, by Matthew Wild
-
Merging stable into unstable2009-04-20, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-04-14, by Matthew Wild
-
Stopped using presencemanager in stanza_router2009-04-14, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx:8000/2009-04-14, by Matthew Wild
-
mod_presence: initial commit2009-04-14, by Waqas Hussain
-
core/eventmanager2 - new event manager2009-04-14, by Waqas Hussain
-
core.s2smanager: Buffer data sent before connection2009-04-20, by Matthew Wild
-
core.s2smanager: Logging improvements2009-04-20, by Matthew Wild
-
net.adns: Call handler for records already cached2009-04-18, by Matthew Wild
-
core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.2009-04-18, by Matthew Wild
-
Merge2009-04-17, by Matthew Wild
-
prosody: Simple whitespace fix in error output2009-04-17, by Matthew Wild
-
core.configmanager: Fire event when (re)loading config file2009-04-17, by Matthew Wild
-
net.server: Fix potential nil handler usage2009-04-17, by Matthew Wild
-
Allow setting LFLAGS with ./configure --lflags=2009-04-14, by Matthew Wild
-
mod_debug: Set default interface to 127.0.0.12009-04-12, by Matthew Wild
-
net.server: Simple logging fix2009-04-12, by Matthew Wild
-
core.s2smanager: Don't initiate dialback if we don't have a connection yet2009-04-12, by Matthew Wild
-
net.server: Remove some debug code which slipped through2009-04-12, by Matthew Wild
-
Makefiles: Add signal.so to install targets2009-04-12, by Matthew Wild
-
xmppserver_listener: Add session:close() method to outgoing s2s connections too2009-04-12, by Matthew Wild
-
net.server: Add server.setquitting() to gracefully quit the socket loop2009-04-12, by Matthew Wild
-
util.lsignal: Add lsignal library for catching POSIX signals2009-04-12, by Matthew Wild
-
Makefiles, util.signal: Add lsignal library for catching POSIX signals2009-04-12, by Matthew Wild
-
componentmanager: Set core_route_stanza after stanza_router is loaded2009-04-11, by Matthew Wild
-
componentmanager: Use core_route_stanza to reply in the default component2009-04-11, by Matthew Wild
-
componentmanager: Restore default component when unregistering2009-04-11, by Matthew Wild
-
componentmanager: Small logging fix2009-04-11, by Matthew Wild
-
componentmanager: Improve default component stanza handler2009-04-11, by Matthew Wild
-
mod_component: Deregister component on disconnect2009-04-11, by Matthew Wild
-
net.adns: Flush buffer after sending DNS request2009-04-11, by Matthew Wild
-
mod_component: Update for new net_activate_ports2009-04-10, by Matthew Wild
-
Allow config to specify listening interfaces2009-04-10, by Matthew Wild
-
Remove more debugging code which was accidentally committed (don't trust hg)2009-04-10, by Matthew Wild
-
core.s2smanager: Remove some debugging2009-04-10, by Matthew Wild
-
Merge2009-04-10, by Matthew Wild
-
Merge2009-04-10, by Matthew Wild
-
net.adns: Catch errors in DNS response callbacks2009-04-10, by Matthew Wild
-
prosody: Don't look to use SSL when LuaSec not available (thanks Florob)2009-04-09, by Matthew Wild
-
Merge2009-04-08, by Matthew Wild
-
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)2009-04-08, by Matthew Wild
-
mod_debug: Run on a different port, and use a different listener to mod_console2009-04-08, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2009-04-08, by Matthew Wild
-
Fixed: Send correct error reply for IQs directed at unavailable resources2009-04-06, by Waqas Hussain
-
Fixed: Issue with presence error routing2009-04-06, by Waqas Hussain
-
mod_muc: Fix malformed presence stanzas (thanks elmex)2009-04-08, by Matthew Wild
-
util.stanza: stanza:reset() method to reset building state2009-04-08, by Matthew Wild
-
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.2009-04-08, by Matthew Wild
-
net.server: Ensure some logging parameters are strings2009-04-08, by Matthew Wild
-
componentmanager: Reply with service-unavailable for unconnected components2009-04-08, by Matthew Wild
-
core.s2smanager: Check for valid host and port before attempting connection2009-04-06, by Matthew Wild
-
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream2009-04-05, by Matthew Wild
-
net.httpserver: Don't log that a request has been left open if it is destroyed2009-04-05, by Matthew Wild
-
util.dataforms: Allow form layouts to specify default values for fields2009-04-05, by Matthew Wild
-
util.dataforms: Set form type when generating a form2009-04-05, by Matthew Wild
-
util.dataforms: Support for retriving the field value data from forms2009-04-04, by Matthew Wild
-
util.dataforms: Fixes for hidden field type2009-04-04, by Matthew Wild
-
util.dataforms: Fix some field types which didn't render properly2009-04-04, by Matthew Wild
-
util.dataforms: Add support for <required/> fields2009-04-04, by Matthew Wild
-
util.dataforms: Fixed to actually work, mostly2009-04-04, by Matthew Wild
-
core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level2009-04-03, by Matthew Wild
-
Tagging 0.4.02009-03-31, by Matthew Wild
-
mod_bosh: Fix to correctly timeout idle sessions2009-03-31, by Matthew Wild
-
mod_debug: Some updates2009-03-31, by Matthew Wild
-
core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82.2009-03-31, by Matthew Wild
-
mod_debug: New debug module (a simplified mod_console, with raw Lua access to a running Prosody's internals)2009-03-31, by Matthew Wild
-
Add lock_globals() and unlock_globals() functions (for when you really need to use globals)2009-03-31, by Matthew Wild
-
Load util.array and util.iterator at startup2009-03-31, by Matthew Wild
-
Automated merge with ssh://hg@prosody.im/prosody-hg2009-03-30, by Matthew Wild
-
Move SSL initialisation into the correct spot (thanks albert)2009-03-30, by Matthew Wild
-
Added: componentmanager: Automatically add component.host.name to the disco items list of host.name2009-03-30, by Waqas Hussain
-
Fixed: Some nil access bugs2009-03-30, by Waqas Hussain
-
Added: MUC: Room invites2009-03-29, by Waqas Hussain
-
Added: util/events.lua: An event handling library2009-03-29, by Waqas Hussain
-
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"2009-03-29, by Waqas Hussain
-
Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true)2009-03-29, by Waqas Hussain
-
Added: datamanager: Allow a callback to be installed which selectively prevents disk writes2009-03-29, by Waqas Hussain
-
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: mod_register: Node prepping was not being applied to usernames (part of issue #57)2009-03-29, by Waqas Hussain
-
Fixed: mod_regster: traceback when removing accounts2009-03-29, by Waqas Hussain
-
Fixed: rostermanager: Create new roster item if one doesn't exist on subscription approval (fixes issue #77)2009-03-29, by Waqas Hussain
-
Fixed: stanza_router: Respond with correct stanza error on malformed stanzas2009-03-29, by Waqas Hussain
-
Fixed: net/http.lua: HTTP request callback wasn't being called on some errors2009-03-29, by Waqas Hussain
-
util.array: Add :reverse() method2009-03-29, by Matthew Wild
-
util.datetime: Allow specifying a time to format2009-03-29, by Matthew Wild
-
util.array: Expose array.* functions, to be used for unwrapped arrays2009-03-26, by Matthew Wild
-
util.iterators: New iterators library2009-03-25, by Matthew Wild
-
util.array: New array library2009-03-25, by Matthew Wild
-
util.set: Rename private items container, optimise set.difference() and add set.intersection()2009-03-23, by Matthew Wild
-
core.rostermanager/mod_roster: Support for roster versioning2009-03-23, by Matthew Wild
-
util.datamanager: Don't delete data when first entry in table is 'false'. My favourite bug so far.2009-03-22, by Matthew Wild
-
mod_component: Remove some commented code2009-03-22, by Matthew Wild
-
core.configmanager: Make components use 'component' module by default if none specified2009-03-22, by Matthew Wild
-
Update example config, categorise modules, add new modules2009-03-22, by Matthew Wild
-
prosody.cfg.lua.dist: Remove some factual inaccuracies2009-03-22, by Matthew Wild
-
mod_component: Use net_activate_ports to start port listener based on config2009-03-22, by Matthew Wild
-
mod_component: Set default listening interface to 127.0.0.12009-03-22, by Matthew Wild
-
net.connlisteners: Allow listeners to specify default interface2009-03-22, by Matthew Wild
-
prosody: Expose net_activate_ports as a global function for use by plugins2009-03-22, by Matthew Wild
-
prosody: Allow ports to be specified as just numbers2009-03-22, by Matthew Wild
-
util.set: Fix to make constructor work, and functions defined correctly2009-03-22, by Matthew Wild
-
util.set: New util library2009-03-22, by Matthew Wild
-
net.http: Don't throw error on invalid URLs. Fixes #56.2009-03-21, by Matthew Wild
-
Add initial mod_component for XEP-0114 support. Albert, where are you?2009-03-21, by Matthew Wild
-
net.xmppclient_listener: Set default namespace to jabber:client2009-03-21, by Matthew Wild
-
net.xmppserver_listener: Set default namespace to jabber:server2009-03-21, by Matthew Wild
-
core.xmlhandlers: Filter out default stream namespace from stanzas2009-03-21, by Matthew Wild
-
core.stanza_router: Allow routing from components2009-03-21, by Matthew Wild
-
Merge2009-03-20, by Matthew Wild
-
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
Scroll all the way down to load more.