Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge with waqas | Matthew Wild | 2009-08-18 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | mod_compression: Fixed some undefined global accesses | Waqas Hussain | 2009-08-18 | 1 | -3/+3 | |
| | | | ||||||
* | | | net.adns: Add some debug logging to help track down traceback | Matthew Wild | 2009-08-18 | 1 | -0/+6 | |
| | | | ||||||
* | | | net.server: Add checking for nil sockets to prevent traceback | Matthew Wild | 2009-08-18 | 1 | -7/+13 | |
|/ / | ||||||
* | | net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing ↵ | Matthew Wild | 2009-08-18 | 1 | -3/+6 | |
| | | | | | | | | or empty on a non-Windows system (thanks Louis Mamakos) | |||||
* | | Merge waqas with Tobias. Eww. | Matthew Wild | 2009-08-18 | 9 | -248/+93 | |
|\ \ | ||||||
| * | | Removed util/discohelper.lua | Waqas Hussain | 2009-08-18 | 1 | -89/+0 | |
| | | | ||||||
| * | | Removed core/discomanager.lua | Waqas Hussain | 2009-08-18 | 1 | -66/+0 | |
| | | | ||||||
| * | | modulemanager: Removed unused variables and reference to core.discomanager | Waqas Hussain | 2009-08-18 | 1 | -5/+0 | |
| | | | ||||||
| * | | modulemanager: Removed unnecessary code in the unload function | Waqas Hussain | 2009-08-18 | 1 | -2/+0 | |
| | | | ||||||
| * | | modulemanager: Removed legacy disco#items hook | Waqas Hussain | 2009-08-18 | 1 | -39/+0 | |
| | | | ||||||
| * | | modulemanager: add_feature and add_identity APIs updated to use only the ↵ | Waqas Hussain | 2009-08-18 | 1 | -2/+0 | |
| | | | | | | | | | | | | add_item API | |||||
| * | | componentmanager: Removed disco#items hook, and reference to core.discomanager | Waqas Hussain | 2009-08-18 | 1 | -10/+0 | |
| | | | ||||||
| * | | mod_disco: Rearranged some lines, and added a FIXME comment | Waqas Hussain | 2009-08-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | mod_disco: Removed reference to core.discomanager | Waqas Hussain | 2009-08-18 | 1 | -1/+0 | |
| | | | ||||||
| * | | mod_disco: Removed legacy IQ hooks | Waqas Hussain | 2009-08-18 | 1 | -7/+0 | |
| | | | ||||||
| * | | mod_disco: Handle disco#items queries using new APIs | Waqas Hussain | 2009-08-18 | 1 | -0/+14 | |
| | | | ||||||
| * | | mod_disco: Added identity server/im with name 'Prosody' | Waqas Hussain | 2009-08-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | mod_disco: Handle disco#info queries using new APIs | Waqas Hussain | 2009-08-18 | 1 | -2/+26 | |
| | | | ||||||
| * | | modulemanager: Added module API function to get all items for a given host ↵ | Waqas Hussain | 2009-08-18 | 1 | -0/+13 | |
| | | | | | | | | | | | | based on a key | |||||
| * | | modulemanager: Module API functions add_item and add_feature updated to use ↵ | Waqas Hussain | 2009-08-18 | 1 | -0/+2 | |
| | | | | | | | | | | | | the add_item API | |||||
| * | | 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 | |
|/ / |