Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge with 0.5 | Matthew Wild | 2009-09-19 | 1 | -1/+29 | |
|\| | ||||||
| * | s2smanager: Pass A-record lookups through adns module | Matthew Wild | 2009-09-19 | 1 | -1/+29 | |
| | | ||||||
* | | configmanager: Assign a chunk name to config files loaded using the default ↵ | Waqas Hussain | 2009-09-12 | 1 | -4/+4 | |
| | | | | | | | | config loader (fixes issues with some diagnostic tools). | |||||
* | | ComponentManager: Removed unused variable. | Waqas Hussain | 2009-09-11 | 1 | -1/+0 | |
| | | ||||||
* | | ComponentManager: Removed dependency on core_route_stanza. The default ↵ | Waqas Hussain | 2009-09-11 | 1 | -4/+1 | |
| | | | | | | | | component handler now replies using origin.send(). | |||||
* | | ComponentManager: Fixed: Default handler sent error replies on result stanzas. | Waqas Hussain | 2009-09-11 | 1 | -1/+1 | |
| | | ||||||
* | | ComponentManager: Fixed a bit of logging. | Waqas Hussain | 2009-09-11 | 1 | -2/+1 | |
| | | ||||||
* | | Merge with 0.5 | matthew | 2009-09-05 | 1 | -1/+1 | |
|\| | ||||||
| * | modulemanager: Fixed: Internally generated stanzas could be missing ↵ | Waqas Hussain | 2009-09-06 | 1 | -1/+1 | |
| | | | | | | | | namespaces, which causes tracebacks in logging (e.g., auto-generated offline presence) | |||||
* | | Merge waqas with Tobias. Eww. | Matthew Wild | 2009-08-18 | 3 | -125/+39 | |
|\ \ | ||||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | |||||
| * | | 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 | |
| | | | ||||||
* | | | core.s2smanager, xmppserver_listener: Move the responsibility of setting ↵ | Matthew Wild | 2009-08-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | session.log from the latter to the former for incoming sessions (outgoing are already like this) | |||||
* | | | core.sessionmanager, xmppclient_listener: Move responsibility for setting ↵ | Matthew Wild | 2009-08-16 | 1 | -1/+5 | |
|/ / | | | | | | | session.log to the former from the latter, much more sensible | |||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-28 | 3 | -1/+7 | |
|\| | ||||||
| * | configmanager: Default options appearing before Host "*" to global (fixes ↵ | Matthew Wild | 2009-07-28 | 1 | -0/+1 | |
| | | | | | | | | potential traceback) | |||||
| * | hostmanager: Warn when user puts port configuration under vhost section | Matthew Wild | 2009-07-28 | 1 | -0/+5 | |
| | | ||||||
| * | core.loggingmanager: Enable timestamps by default for file log sinks | Matthew Wild | 2009-07-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge with 0.5 | Matthew Wild | 2009-07-27 | 1 | -5/+1 | |
|\| | ||||||
| * | Fixed: Possible duplicate error replies for unhandled stanzas | Waqas Hussain | 2009-07-28 | 1 | -5/+1 | |
| | | ||||||
* | | usermanager: Reduced some code | Waqas Hussain | 2009-07-25 | 1 | -3/+1 | |
| | | ||||||
* | | usermanager: Removed an unnecessary check | Waqas Hussain | 2009-07-25 | 1 | -1/+1 | |
| | | ||||||
* | | modulemanager: Added get_option(name, default_value) to plugin API | Waqas Hussain | 2009-07-25 | 1 | -0/+4 | |
| | | ||||||
* | | Switch to using a more generic credentials_callback/handler for SASL auth. | nick | 2009-07-24 | 1 | -3/+8 | |
|/ | | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 11 | -11/+11 | |
| | ||||||
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 5 | -0/+40 | |
| | ||||||
* | stanza_router: Catch and log an error case which I don't think should happen ↵ | Matthew Wild | 2009-07-10 | 1 | -1/+4 | |
| | | | | (but sometimes seems to) | |||||
* | eventmanager: Convert from Windows line endings | Matthew Wild | 2009-07-10 | 1 | -24/+24 | |
| | ||||||
* | discomanager: Convert from Windows line endings | Matthew Wild | 2009-07-09 | 1 | -52/+52 | |
| | ||||||
* | modulemanager: Small code improvement, move autoloaded modules list to the ↵ | Matthew Wild | 2009-07-09 | 1 | -1/+3 | |
| | | | | top of the file | |||||
* | configmanager, modulemanager: Allow components to have modules specified in ↵ | Matthew Wild | 2009-07-09 | 2 | -23/+21 | |
| | | | | the config (but don't load the global set of modules for them) | |||||
* | s2smanager: Fix to correctly bounce stanzas if first connection attempt ↵ | Matthew Wild | 2009-07-08 | 1 | -2/+9 | |
| | | | | fails instantly | |||||
* | Moved automatic unavailable presence generation on disconnect from ↵ | Waqas Hussain | 2009-07-05 | 1 | -8/+0 | |
| | | | | sessionmanager to mod_presence | |||||
* | sessionmanager: Replace raw session by an event data table for resource ↵ | Waqas Hussain | 2009-07-05 | 1 | -2/+2 | |
| | | | | bind/unbind events, allowing extra data | |||||
* | sessionmanager: Reset bare_sessions[user] after resource conflict ↵ | Matthew Wild | 2009-07-03 | 1 | -0/+1 | |
| | | | | resolution. Fixes the other stanza gobbling bug \o/ | |||||
* | sessionmanager: Newly created sessions shouldn't have a priority. Fixes one ↵ | Matthew Wild | 2009-07-03 | 1 | -1/+1 | |
| | | | | of the stanza-gobbling bugs \o/ | |||||
* | s2smanager: Log the hostname and address when s2s connection fails instantly | Matthew Wild | 2009-07-03 | 1 | -1/+1 | |
| | ||||||
* | hostmanager: Add disallow_s2s to config, defaults to false unless ↵ | Matthew Wild | 2009-07-03 | 1 | -1/+6 | |
| | | | | anonymous_login is enabled, then defaults to true | |||||
* | stanza_router: Check host.disallow_s2s before routing over s2sout. you can ↵ | Matthew Wild | 2009-07-03 | 1 | -6/+10 | |
| | | | | haz no s2s. | |||||
* | Send xml:lang in stream headers, fixes #78 | Matthew Wild | 2009-07-01 | 2 | -2/+2 | |
| | ||||||
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-06-29 | 1 | -1/+2 | |
|\ |