util.iterators: it2table: Fix variable name
|
Matthew Wild |
2011-12-07 |
util.array: Expand some of the more basic methods to act more sensibly than their names suggested
|
Matthew Wild |
2011-12-07 |
util.array: Add pluck() method to pick a given property from each item
|
Matthew Wild |
2011-12-07 |
mod_bosh: Move stream:features sending until after the current request has been added to session.requests. Ensures correct inactivity logic.
|
Matthew Wild |
2011-12-07 |
mod_bosh: Remove a session from inactive_sessions before destroying it
|
Matthew Wild |
2011-12-07 |
mod_bosh: Store time to destroy session in inactive_sessions, removing dependency on session.bosh_max_inactive in cleanup timer
|
Matthew Wild |
2011-12-07 |
util.dataforms: Fix verfication for booleans
|
Florian Zeitz |
2011-12-03 |
util.dataforms: Fix form verification
|
Florian Zeitz |
2011-12-02 |
util.ip: Fix syntax error (while I search for my pre-commit hooks)
|
Matthew Wild |
2011-11-30 |
util.ip: Fix in IP range calculation for 172.16.0.0/12
|
Matthew Wild |
2011-11-30 |
s2smanager: Use config over xmppserver's default interface
|
Matthew Wild |
2011-11-28 |
net.xmppserver_listener: Set default interface to '*' (fixes traceback) (thanks Zash)
|
Matthew Wild |
2011-11-28 |
net.server_select: Autostart SSL negotiation as the last part of socket setup to avoid a traceback (#262) (thanks Maranda)
|
Matthew Wild |
2011-11-28 |
Merge with Florob
|
Matthew Wild |
2011-11-26 |
loggingmanager: Remove unused 'critical' level
|
Matthew Wild |
2011-11-22 |
util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies.
|
Waqas Hussain |
2011-11-21 |
util.xmppstream: A little cleanup.
|
Waqas Hussain |
2011-11-21 |
MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur).
|
Waqas Hussain |
2011-11-21 |
util.rfc3484: Use a stable sorting algorithm
|
Florian Zeitz |
2011-11-06 |
s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
|
Florian Zeitz |
2011-10-26 |
s2smanager, xmppserver_listener: Support for connecting to other servers via IPv6
|
Florian Zeitz |
2011-10-22 |
util.rfc3484: New util implementing RFC3484 sorting
|
Florian Zeitz |
2011-10-22 |
util.ip: New module containing IP related functions
|
Florian Zeitz |
2011-10-22 |
util.debug: Fix potential traceback
|
Matthew Wild |
2011-11-19 |
migrator/jabberd14: Support for reading jabberd14 spool files.
|
Waqas Hussain |
2011-11-19 |
Merge with Zash
|
Matthew Wild |
2011-11-18 |
util.pposix: Don't trust errno for success. Thanks Quince
|
Kim Alvefur |
2011-11-18 |
mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness.
|
Waqas Hussain |
2011-11-05 |
util.timer: Variable name change (func -> callback)
|
Matthew Wild |
2011-11-03 |
util.debug: Experimental new library for producing more extensive debug tracebacks
|
Matthew Wild |
2011-11-03 |
Merge with Zash
|
Matthew Wild |
2011-11-02 |
Makefile: Fix making of prosody.version
|
Kim Alvefur |
2011-10-23 |
prosody: Ensure prosody.paths.config is never nil (certmanager.create_context fails otherwise).
|
Waqas Hussain |
2011-11-01 |
certmanager: More informative logging.
|
Waqas Hussain |
2011-11-01 |
util.jid: Added escape() and unescape().
|
Waqas Hussain |
2011-11-01 |
Merge with Zash
|
Matthew Wild |
2011-10-26 |
Makefile: Merge identical rules and some other improvements.
|
Kim Alvefur |
2011-10-17 |
util.json: Fix for single-line comments (thanks Norbert Kiesel)
|
Matthew Wild |
2011-10-26 |
Makefile: Fix making of prosody.version
|
Kim Alvefur |
2011-10-23 |
Makefile: Merge identical rules and some other improvements.
|
Kim Alvefur |
2011-10-17 |
util.watchdog: Watchdog timer library
|
Matthew Wild |
2011-10-21 |
net.dns: Preserve metatable on manual cache purge
|
Matthew Wild |
2011-10-19 |
net.server_event, net.server_select: Fixed some global pollution.
|
Waqas Hussain |
2011-10-13 |
mod_register: Add support for additional registration fields
|
Florian Zeitz |
2011-08-11 |
util.dataforms: Add field verification logic
|
Florian Zeitz |
2011-08-11 |
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile
|
Matthew Wild |
2011-10-12 |
mod_saslauth: Never send empty <mechanisms/>, for real this time.
|
Waqas Hussain |
2011-10-12 |
mod_pep: Always include a 'from' attribute on service discovery requests to local clients (compatibility fix for OneTeam).
|
Waqas Hussain |
2011-10-12 |
net.server_select: Minor whitespace fix.
|
Waqas Hussain |
2011-10-12 |
mod_saslauth: Never send empty <mechanisms/>.
|
Waqas Hussain |
2011-10-12 |
mod_watchregistrations: Update to pass default options to module:get_option(), and reformat the code a little
|
Matthew Wild |
2011-10-12 |
mod_motd: Update to use module:get_option_string
|
Matthew Wild |
2011-09-27 |
mod_motd: Send no message (instead of 'blank') if no message is set in the config (thanks medics)
|
Matthew Wild |
2011-09-27 |
net.server_select: Never call onincoming with nil data when a listener doesn't have an onconnect handler
|
Matthew Wild |
2011-09-27 |
util.array: Fix array.collect() for iterators that expect initial value of var to be preserved
|
Matthew Wild |
2011-09-24 |
util.iterators: Add range(from, to)
|
Matthew Wild |
2011-09-24 |