Software /
code /
prosody
Graph
-
net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)2014-07-25, by Matthew Wild
-
util.vcard: Add support for uri types in vcard42014-07-09, by Kim Alvefur
-
Merge 0.10->trunk2014-07-09, by Kim Alvefur
-
mod_dialback: Respect dwd config option2014-07-09, by Kim Alvefur
-
mod_pep_plus: Only broadcast newly added subscriptions2014-07-08, by Kim Alvefur
-
Merge 0.10->trunk2014-07-04, by Kim Alvefur
-
mod_dialback.lua: Only check certificates on secure connections2014-07-04, by Kim Alvefur
-
mod_dialback: Short-circuit dialback auth if certificate is considered valid2014-07-04, by Kim Alvefur
-
mod_dialback: Keep the same dialback secret across module reloads2014-07-03, by Kim Alvefur
-
hostmanager, mod_dialback: Move generation of dialback secret out of core2014-05-22, by Kim Alvefur
-
Merge 0.9->0.102014-07-04, by Kim Alvefur
-
mod_register: get_child_text! (thanks Lloyd)2014-07-03, by Kim Alvefur
-
mod_tls: Simplify and use new ssl config merging in certmanager2014-07-03, by Kim Alvefur
-
core.portmanager: Simplify and take advantage of new ssl config merging in certmanager2014-07-03, by Kim Alvefur
-
core.certmanager: Make create_context() support an arbitrary number of option sets, merging all2014-07-03, by Kim Alvefur
-
core.certmanager: Use util.sslconfig2014-07-03, by Kim Alvefur
-
util.sslconfig: Add lib to deal with LuaSec SSL context configs2014-07-03, by Kim Alvefur
-
mod_presence: Move presence/initial event to correct place so it actually fires2014-07-03, by Kim Alvefur
-
Merge 0.10->trunk2014-06-30, by Kim Alvefur
-
Merge 0.9->0.102014-06-30, by Kim Alvefur
-
net.dns: Fix duplicated cache insertions by limiting outstanding queries per name to one2014-06-30, by Kim Alvefur
-
net.adns: Add missing local declaration2014-06-25, by Kim Alvefur
-
Merge 0.10->trunk2014-06-21, by Kim Alvefur
-
Merge 0.9->0.102014-06-21, by Kim Alvefur
-
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types2014-06-20, by Kim Alvefur
-
mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnimator)2014-06-20, by Kim Alvefur
-
mod_presence: Fire a presence/initial event on initial presence2014-06-20, by Kim Alvefur
-
tools/ejabberd2prosody.lua: Fix JID building, node-less jids became @hostname in some cases2014-06-17, by Kim Alvefur
-
mod_c2s: Fix traceback if c2s stream sent to component2014-05-10, by Kim Alvefur
-
plugins/muc/muc: Fire broadcast presences event before creating full/anon presences2014-06-17, by daurnimator
-
plugins/muc: Fix use of incorrect event on occupant join2014-06-17, by daurnimator
-
plugins/muc/mod_muc: fix wrong event for persistence2014-06-11, by daurnimator
-
plugins/muc/muc.lib: Deliver declines to in-room jids correctly2014-06-11, by daurnimator
-
plugins/muc/muc.lib: Don't add invite/decline bodies if they already have one2014-06-06, by daurnimator
-
plugins/muc/muc.lib: Use original decline as template for medated decline2014-06-06, by daurnimator
-
plugins/muc: Move 'x' filtering from occupant to util2014-06-05, by daurnimator
-
mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC API2014-06-05, by Waqas Hussain
-
plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva)2014-06-01, by daurnimator
-
plugins/muc/muc.lib: Fix whois check when broadcasting occupant presence2014-06-01, by Waqas Hussain
-
Merge with daurnimator2014-05-30, by Waqas Hussain
-
plugins/muc/muc.lib: Fire event for presence broadcast2014-05-29, by daurnimator
-
util.vcard: Add missing local declaration2014-05-28, by Kim Alvefur
-
mod_pep_plus: Expose get_pep_service()2014-05-28, by Kim Alvefur
-
util.vcard: Add support for converting to vcard42014-05-28, by Kim Alvefur
-
util.vcard: Library for parsing vCards2014-05-28, by Kim Alvefur
-
Merge 0.10->trunk2014-05-28, by Matthew Wild
-
mod_admin_telnet: Add command to list MUC rooms2014-05-28, by Matthew Wild
-
mod_s2s: Fire a 's2s-created' event when new s2s connections are initialized2014-05-24, by Kim Alvefur
-
Merge 0.10->trunk2014-05-23, by Kim Alvefur
-
mod_s2s: Remove redundant setting of session.direction2014-05-22, by Kim Alvefur
-
mod_s2s: Move filter initialization to common place2014-05-22, by Kim Alvefur
-
mod_s2s: Decide on log function once2014-05-22, by Kim Alvefur
-
Merge with daurnimator2014-05-23, by Matthew Wild
-
plugins/muc/muc.lib: Even unavailable session need to be routed to sometimes (e.g. their own leave)2014-05-21, by daurnimator
-
plugins/muc/muc: Only set role to nil if it's the last session to leave2014-05-21, by daurnimator
-
plugins/muc/occupant: Check for type == nil rather than type ~= unavailable2014-05-19, by daurnimator
-
plugins/muc/muc: Better check for live sessions2014-05-19, by daurnimator
-
plugins/muc/muc: Always send occupant list to joining sessions2014-05-19, by daurnimator
-
plugins/muc/mod_muc: Get rid of room global; use module:shared to get it2014-05-19, by daurnimator
-
plugins/muc/mod_muc: Place adhoc section into own scope2014-04-30, by daurnimator
-
plugins/muc/mod_muc: Don't use rooms object directory in adhoc section2014-04-30, by daurnimator
-
plugins/muc/mod_muc.lua: Add "each_room" function to iterate over rooms (instead of accessing directly)2014-04-30, by daurnimator
-
plugins/muc/mod_muc: Move `restrict_room_creation` into own area. now uses pre-create hook2014-04-29, by daurnimator
-
plugins/muc/lock.lib: lock inside of pre-create instead of 'created'2014-04-29, by daurnimator
-
plugins/muc/mod_muc: Use module:shared instead of save/restore2014-04-29, by daurnimator
-
plugins/muc/mod_muc: Remove support for `host_session.muc`2014-04-29, by daurnimator
-
plugins/muc/mod_muc: Move room persistence to own block2014-04-29, by daurnimator
-
plugins/muc: Add room:has_occupant() method2014-04-29, by daurnimator
-
plugins/muc/mod_muc: No need to treat the host room specially2014-04-28, by daurnimator
-
plugins/muc/mod_muc: Use get_option_string instead of get_option and checking2014-04-28, by daurnimator
-
plugins/muc/mod_muc: Move affiliation monkey patch into own scope2014-04-28, by daurnimator
-
Merge with daurnimator2014-05-17, by Matthew Wild
-
Merge with Prosody trunk2014-05-08, by Matthew Wild
-
plugins/muc/members_only.lib: Compare affiliations via rank; wrap some long lines2014-04-21, by daurnimator
-
plugins/muc/muc.lib: Remove reversed conditionals when firing pre- events2014-04-21, by daurnimator
-
plugins/muc/subject.lib: If subject is not set by an occupant, it should come from room jid itself2014-04-18, by daurnimator
-
plugins/muc/muc.lib: When user leaves; set their role to nil2014-04-18, by daurnimator
-
plugins/muc: Move 'moderated' code to seperate file; changes default "muc-get-default-role" behaviour2014-04-18, by daurnimator
-
plugins/muc: Move 'hidden' ('public') code to own file2014-04-16, by daurnimator
-
plugins/muc: Move subject code to seperate module2014-04-16, by daurnimator
-
plugins/muc/muc.lib: Refactor subject logic; fix bug of mixed up subject/author2014-04-15, by daurnimator
-
plugins/muc: Move persistent room configuration to own module2014-04-15, by daurnimator
-
plugins/muc/muc.lib: Move members_only into seperate file2014-04-04, by daurnimator
-
plugins/muc/muc.lib: Turn get_default_role into an event2014-04-03, by daurnimator
-
plugins/muc: Move valid_roles, valid_affiliations and is_kickable_error to new muc/util module2014-04-03, by daurnimator
-
plugins/muc/muc.lib: Use util.iterators to count occupants2014-04-03, by daurnimator
-
plugins/muc: Move history to an external module2014-04-03, by daurnimator
-
plugins/muc: Move `whois` code to seperate file2014-04-03, by daurnimator
-
plugins/muc/muc.lib: Remember to coerce nil role to "none"2014-04-03, by daurnimator
-
plugins/muc/muc.lib: Refactor of change-nick presence handling2014-04-03, by daurnimator
-
plugins/muc/muc.lib: Clean up whois handling2014-04-03, by daurnimator
-
plugins/muc/occupant.lib: Don't allow an unavailable session to be the primary jid2014-04-02, by daurnimator
-
plugins/muc: Move name functions to seperate module2014-04-02, by daurnimator
-
plugins/muc: Move password functions to seperate module2014-04-02, by daurnimator
-
plugins/muc/lock.lib: Need to let creator into the locked room :)2014-04-02, by daurnimator
-
plugins/muc: Move locking to seperate module2014-04-02, by daurnimator
-
plugins/muc/mod_muc: Move room locking into hook2014-04-02, by daurnimator
-
plugins/muc/muc.lib: Move description functions out to own file2014-04-02, by daurnimator
-
plugins/muc/muc.lib: Modify muc-config-submitted to keep a list of status codes instead of fields changed2014-04-02, by daurnimator
-
plugins/muc/muc.lib: Refactor out process_form into hooks2014-04-01, by daurnimator
-
plugins/muc/muc.lib: Move default config layout into hooks2014-04-01, by daurnimator
-
plugins/muc/muc.lib: Split up get_disco_info into events2014-04-01, by daurnimator
-
plugins/muc/muc.lib: Add muc-room-locked event2014-03-31, by daurnimator
-
plugins/muc/muc.lib: restrict invitations in members only rooms to admins2014-03-31, by daurnimator
-
plugins/muc/muc.lib: Don't try and get occupant jids for annotating invite affiliation changes2014-03-31, by daurnimator
-
plugins/muc/muc.lib: Update declines to be more like invites2014-03-31, by daurnimator
-
plugins/muc/muc.lib: Add pre-invite event. Move role check to it2014-03-31, by daurnimator
-
plugins/muc/muc.lib: Tidy up muc-invite event.2014-03-31, by daurnimator
-
plugins/muc/muc.lib: Remove top level pre-join event. Assign event priorities for other handlers2014-03-31, by daurnimator
-
plugins/muc/muc.lib: Use occupant methods where possible2014-03-29, by daurnimator
-
plugins/muc/muc.lib: Subjects get sent even if empty.2014-03-29, by daurnimator
-
plugins/muc/muc.lib: Fix typo (moderators vs moderator)2014-03-28, by daurnimator
Scroll all the way down to load more.