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