Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | util.sasl: New method to add channel binding handler to a SASL instance. | Tobias Markmann | 2011-01-17 | 1 | -0/+9 | |
| | | | | | | | ||||||
| | * | | | | | Run with own LuaSec. | Tobias Markmann | 2011-01-17 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | Check whether we support the proposed channel binding type. | Tobias Markmann | 2011-01-15 | 2 | -0/+16 | |
| | | | | | | | ||||||
| | * | | | | | Adding some code for channel binding advertising. | Tobias Markmann | 2011-01-12 | 1 | -6/+23 | |
| | | | | | | | ||||||
| * | | | | | | util.set: :items() now returns an iterator instead of the underlying table. ↵ | Matthew Wild | 2013-09-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is much more efficient than 'for item in set' (which still works for now). Current access to _items is generally done directly, this may change. | |||||
| * | | | | | | Merge 0.9->trunk | Matthew Wild | 2013-09-03 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | util.async: Make guarder() local | Matthew Wild | 2013-08-13 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | util.async: Add guarder method, to create guards to ensure only a single ↵ | Matthew Wild | 2013-08-13 | 1 | -1/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runner can pass through a section of code at a time | |||||
| * | | | | | | | util.async: Fix logic bug that prevented error watcher being called for runners | Matthew Wild | 2013-08-13 | 1 | -2/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | util.async: waiter: Throw error if done() called too many times | Kim Alvefur | 2013-08-12 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | util.async: waiter: Remove restriction about wait() being called before done() | Matthew Wild | 2013-08-12 | 1 | -4/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | util.async: runner: Fix check for new state to recognise transition to 'waiting' | Matthew Wild | 2013-08-12 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | util.async: Make functions local | Matthew Wild | 2013-08-12 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | util.async: New library to provide support around coroutine-based ↵ | Matthew Wild | 2013-08-11 | 1 | -0/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-blocking functions | |||||
| * | | | | | | | util.debug: Fix level of locals when inspecting a coroutine | Matthew Wild | 2013-08-11 | 1 | -4/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | util.debug: Further fix to display locals in extended tracebacks | Matthew Wild | 2013-08-10 | 1 | -4/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | util.debug: Fixes to make coroutine tracebacks work properly | Matthew Wild | 2013-08-10 | 1 | -8/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 31 | -130/+130 | |
| | | | | | | | | ||||||
| * | | | | | | | util.events: Remove varargs, event handlers can now only accept a single ↵ | Matthew Wild | 2013-07-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter | |||||
| * | | | | | | | util.sql: Do lazy fetching of affected/rowcount | Kim Alvefur | 2013-07-12 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Backed out changeset 3c57c2281087 | Kim Alvefur | 2013-07-12 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | util.sql: Don't fetch row count of result sets for queries that don't have ↵ | Kim Alvefur | 2013-07-12 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result sets | |||||
| * | | | | | | | util.sql: Set charset and collation for MySQL when creating tables | Kim Alvefur | 2013-07-11 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge the merge | Matthew Wild | 2013-06-13 | 2 | -0/+26 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | util.sasl.external: Add SASL EXTERNAL mechanism | Kim Alvefur | 2013-06-13 | 2 | -0/+26 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge 0.9->trunk | Matthew Wild | 2013-06-13 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge 0.9->trunk | Matthew Wild | 2013-06-13 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge 0.9->trunk | Kim Alvefur | 2013-05-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | util.ip: Fix protocol detection of IPv6 addresses beginning with : | Matthew Wild | 2013-05-18 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | util.ip: Add CIDR notation parsing and matching | Matthew Wild | 2013-05-18 | 1 | -1/+24 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge 0.9->trunk | Kim Alvefur | 2013-05-18 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | util.ip: Add 'private' method/property to determine whether an IP address is ↵ | Matthew Wild | 2013-05-17 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generally expected to be internet-routeable (YMMV) | |||||
| * | | | | | | | | | | | util.ip: Automatically determine protocol of IP address if none specified. ↵ | Matthew Wild | 2013-05-17 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return error if invalid. | |||||
| * | | | | | | | | | | | util.iterators: Small fix for variable scoping issue | Matthew Wild | 2013-05-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | util.iterators: Add filter() to run results through a filter function | Matthew Wild | 2013-05-17 | 1 | -1/+15 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | util.iterators: Various fixes and improvements, primarily use pack() where ↵ | Matthew Wild | 2013-05-17 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it should be used. | |||||
* | | | | | | | | | | | | util.xmppstream: Also disable CharacterData merging after stream restarts | Matthew Wild | 2014-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | util.xmppstream: Disable LuaExpat's buffering (if possible) | Matthew Wild | 2014-04-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | util.dependencies: Log error when LuaExpat is not capable of enforcing ↵ | Matthew Wild | 2014-03-30 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stanza size limits | |||||
* | | | | | | | | | | | | util.xmppstream: Implement stanza size limiting, default limit 10MB | Matthew Wild | 2014-03-30 | 1 | -6/+80 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | util.pluginloader: Always use path separator from package.config (thanks Junne) | Kim Alvefur | 2014-03-09 | 1 | -4/+4 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | util.jid: Strip trailing '.' when normalizing hostnames | Matthew Wild | 2013-12-16 | 1 | -1/+4 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | util.set: Remove unused variable | Matthew Wild | 2013-11-10 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | util.filters: Fix inserting items so that higher priority filters run first | Kim Alvefur | 2013-09-30 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | util.set: Fix :include() and :exclude() methods to iterate the input set ↵ | Matthew Wild | 2013-09-02 | 1 | -2/+2 | |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | correctly | |||||
* | | | | | | util.dataforms: Return nil for empty list-mutli responses, to be consistent ↵ | Florian Zeitz | 2013-06-14 | 1 | -1/+5 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | with other readers | |||||
* | | | | | util.pubsub: Check whether node exists, when deleting | Florian Zeitz | 2013-06-12 | 1 | -0/+3 | |
| |_|/ / |/| | | | ||||||
* | | | | util.pubsub: Fix get_subscriptions to not pass a boolean as node name ↵ | Kim Alvefur | 2013-05-26 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | (thanks jonas) | |||||
* | | | util.ip: Convert IPv4 mapped addresses to hex. | Kim Alvefur | 2013-05-18 | 1 | -0/+7 | |
|/ / | ||||||
* | | util.json: New, faster, stricter, more compliant JSON decoder. Now returns ↵ | Waqas Hussain | 2013-05-07 | 1 | -192/+155 | |
| | | | | | | | | nil,err instead of throwing errors on invalid input. |