Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.