Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | mod_pep: Added name 'Prosody' to the pubsub/pep identity | Waqas Hussain | 2009-08-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | modulemanager: Changed the add_identity module API to accept an optional ↵ | Waqas Hussain | 2009-08-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | name parameter (the 'name' attribute for the <identity/> element) | |||||
| * | | | Added: functions add_item and remove_item to add and remove items to the ↵ | Waqas Hussain | 2009-08-18 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | module API | |||||
| * | | | componentmanager: Added function to get a list of children for a given hostname | Waqas Hussain | 2009-08-18 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | mod_register: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -6/+5 | |
| | | | | ||||||
| * | | | mod_posix: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -4/+3 | |
| | | | | ||||||
| * | | | mod_legacyauth: Added a FIXME | Waqas Hussain | 2009-08-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | mod_legacyauth: Refactored a bit | Waqas Hussain | 2009-08-13 | 1 | -9/+2 | |
| | | | | ||||||
| * | | | mod_legacyauth: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | mod_legacyauth: Removed useless 'require' call on every login attempt | Waqas Hussain | 2009-08-13 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | core.s2smanager, xmppserver_listener: Move the responsibility of setting ↵ | Matthew Wild | 2009-08-16 | 2 | -6/+1 | |
| | | | | | | | | | | | | | | | | session.log from the latter to the former for incoming sessions (outgoing are already like this) | |||||
* | | | | xmppclient_listener: Remove useless comment | Matthew Wild | 2009-08-16 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | core.sessionmanager, xmppclient_listener: Move responsibility for setting ↵ | Matthew Wild | 2009-08-16 | 2 | -4/+5 | |
| | | | | | | | | | | | | | | | | session.log to the former from the latter, much more sensible | |||||
* | | | | net.server: Comment all calls to mem_free/collectgarbage... not really ↵ | Matthew Wild | 2009-08-16 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | suitable for a realtime server, let's trust Lua's GC - it's good. | |||||
* | | | | Shutdown prosody if changing user or group fails. | Tobias Markmann | 2009-08-15 | 1 | -4/+14 | |
| | | | | ||||||
* | | | | Make mod_posix not complain about root user, if setuid is set to something ↵ | Tobias Markmann | 2009-08-15 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | different as root. | |||||
* | | | | Add setuid and setgid support. | Tobias Markmann | 2009-08-15 | 1 | -0/+14 | |
| | | | | ||||||
* | | | | Remove print which was used for debugging purposes. | Tobias Markmann | 2009-08-13 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Using pcall to make save the rest from zlib fails. Emit errors on those fails. | Tobias Markmann | 2009-08-13 | 1 | -5/+39 | |
| | | | | ||||||
* | | | | Forgot to use the configured compression_level. Now it's used. | Tobias Markmann | 2009-08-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add config option handling. | Tobias Markmann | 2009-08-13 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | Another unwanted spaces at the end of a line. | Tobias Markmann | 2009-08-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add a TODO for s2s compression support. | Tobias Markmann | 2009-08-13 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Remove space at the end of a line. | Tobias Markmann | 2009-08-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add FIXME to remember TLS compression detection. | Tobias Markmann | 2009-08-13 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Actually inject de- and compression into the reading/writing functions. | Tobias Markmann | 2009-08-13 | 1 | -1/+33 | |
| | | | | ||||||
* | | | | Remove unwanted spaces. | Tobias Markmann | 2009-08-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Commit initial version of mod_compression. | Tobias Markmann | 2009-08-12 | 1 | -0/+35 | |
| | | | | ||||||
* | | | | Removing tabs at the end of a line. | Tobias Markmann | 2009-08-12 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | mod_httpserver: Set default file handler (you can now request static files ↵ | Matthew Wild | 2009-08-11 | 1 | -6/+36 | |
| | | | | | | | | | | | | as /*) and restructure code a bit | |||||
* | | | net.httpserver: Allow overriding default request handler | Matthew Wild | 2009-08-11 | 1 | -3/+4 | |
| | | | ||||||
* | | | mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which ↵ | Matthew Wild | 2009-08-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | may send them without the correct xmlns | |||||
* | | | mod_bosh: Calculate rid difference just once | Matthew Wild | 2009-08-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | mod_bosh: Basic handling of rids (more to come) | Matthew Wild | 2009-08-11 | 1 | -1/+16 | |
| | | | ||||||
* | | | mod_bosh: Correct reply when closing sessions | Matthew Wild | 2009-08-11 | 1 | -2/+1 | |
| | | | ||||||
* | | | net.httpserver: Don't log response bodies! | Matthew Wild | 2009-08-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | util.iterators: Add tail() iterator, to return the last n items | Matthew Wild | 2009-08-10 | 1 | -0/+21 | |
| | | | ||||||
* | | | util.iterators: Add head() iterator, to return the first n items | Matthew Wild | 2009-08-10 | 1 | -0/+12 | |
| | | | ||||||
* | | | Merge with Tobias | Matthew Wild | 2009-08-10 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Moving realm at the beginning of the digest-md5 message send by the server. | Tobias Markmann | 2009-08-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fixing a SASL issue by always passing the realm from SASL framework init to ↵ | Tobias Markmann | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the handlers. | |||||
* | | | | mod_bosh: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-09 | 1 | -8/+6 | |
| | | | | ||||||
* | | | | mod_watchregistrations: Updated to use module:get_option instead of ↵ | Waqas Hussain | 2009-08-08 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | configmanager | |||||
* | | | | mod_selftests: Mark as global | Waqas Hussain | 2009-08-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | mod_tls: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 | 1 | -4/+1 | |
| | | | | ||||||
* | | | | mod_selftests: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | mod_welcome: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 | 1 | -3/+1 | |
| | | | | ||||||
* | | | | ejabberdsql2prosody: Removed unnecessary stanza reserialization for private ↵ | Waqas Hussain | 2009-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | storage | |||||
* | | | | ejabberdsql2prosody: Added support for offline messages | Waqas Hussain | 2009-08-08 | 1 | -0/+21 | |
| | | | | ||||||
* | | | | ejabberdsql2prosody: Fix access of undefined global | Waqas Hussain | 2009-08-08 | 1 | -2/+2 | |
| | | | |