mod_muc: The default room name is the room node
[prosody.git] / core /
2009-04-23 Matthew Wildxmlhandlers: Fix tag pattern again for the default...
2009-04-23 Matthew Wildcore.loggingmanager: Reinstating global log() function
2009-04-22 Matthew Wildcore.loggingmanager: Refactoring, converted to a module...
2009-04-21 Matthew Wildcore.loggingmanager: Add default logging settings ...
2009-04-21 Matthew Wildcore.loggingmanager: Filled out most code, and cleaned up
2009-04-21 Matthew Wildcore.loggingmanager: A new manager (yay!) to manage...
2009-04-20 Matthew Wildcore.s2smanager: Buffer data sent before connection
2009-04-20 Matthew Wildcore.s2smanager: Logging improvements
2009-04-18 Matthew Wildcomponentmanager: Set host.connected = nil when deregis...
2009-04-18 Matthew Wildcore.xmlhandlers: expat is the XML parser, not us....
2009-04-17 Matthew WildMerge
2009-04-17 Matthew Wildcore.configmanager: Fire event when (re)loading config...
2009-04-12 Matthew Wildcore.s2smanager: Don't initiate dialback if we don...
2009-04-11 Matthew Wildcomponentmanager: Set core_route_stanza after stanza_ro...
2009-04-11 Matthew Wildcomponentmanager: Use core_route_stanza to reply in...
2009-04-11 Matthew Wildcomponentmanager: Restore default component when unregi...
2009-04-11 Matthew Wildcomponentmanager: Small logging fix
2009-04-11 Matthew Wildcomponentmanager: Improve default component stanza...
2009-04-10 Matthew WildRemove more debugging code which was accidentally commi...
2009-04-10 Matthew Wildcore.s2smanager: Remove some debugging
2009-04-10 Matthew WildMerge
2009-04-10 Matthew WildMerge
2009-04-08 Matthew WildMerge
2009-04-08 Matthew Wildsessionmanager, componentmanager: Fix some wacky indent...
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-08 Matthew Wildcore.s2smanager: Look away... wait for it... now! Hopef...
2009-04-08 Matthew Wildcomponentmanager: Reply with service-unavailable for...
2009-04-06 Matthew Wildcore.s2smanager: Check for valid host and port before...
2009-04-06 Waqas HussainFixed: Send correct error reply for IQs directed at...
2009-04-06 Waqas HussainFixed: Issue with presence error routing
2009-04-05 Matthew Wildsessionmanager, s2smanager, mod_component: Send reply...
2009-04-03 Matthew Wildcore.sessionmanager: Hop out of <status> tag so that...
2009-03-31 Matthew Wildcore.componentmanager: Fix global set, causing problems...
2009-03-30 Matthew WildAutomated merge with ssh://hg@prosody.im/prosody-hg
2009-03-30 Waqas HussainAdded: componentmanager: Automatically add component...
2009-03-30 Waqas HussainFixed: Some nil access bugs
2009-03-29 Waqas HussainFixed: s2smanager: Apply nameprep on hostnames passed...
2009-03-29 Waqas HussainFixed: sessionmanager: Apply nameprep on hostname passe...
2009-03-29 Waqas HussainFixed: modulemanager: IQs with extended elements in...
2009-03-29 Waqas HussainFixed: rostermanager: Create new roster item if one...
2009-03-29 Waqas HussainFixed: stanza_router: Respond with correct stanza error...
2009-03-23 Matthew Wildcore.rostermanager/mod_roster: Support for roster versi...
2009-03-22 Matthew Wildcore.configmanager: Make components use 'component...
2009-03-21 Matthew Wildcore.xmlhandlers: Filter out default stream namespace...
2009-03-21 Matthew Wildcore.stanza_router: Allow routing from components
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-14 Matthew WildMerge
2009-03-14 Matthew WildDon't reject some valid IQs. Thanks to elmex for spotting.
2009-03-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-07 Waqas Hussainusermanager: Added is_admin(jid)
2009-03-07 Waqas HussainAdded core.objectmanager
2009-03-04 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-04 Waqas Hussaincore.presencemanager: Convert Windows line endings...
2009-03-04 Waqas HussainLet global modules add disco features for all hosts
2009-03-04 Waqas HussainAllow global modules to hook stanza handlers
2009-03-03 Matthew WildAutomated merge with http://luaetta.ath.cx:1234/
2009-03-03 Matthew Wildcore.configmanager: Small fix to check validity of...
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildcore.stanza_router: Don't bounce errors to iq type...
2009-03-02 Matthew Wildcore.s2smanager: Remove some old commented code, break...
2009-02-28 Matthew Wildcore.stanza_router: Reply with error to groupchat messa...
2009-02-28 Matthew Wildcore.componentmanager: Refactor a little to make XEP...
2009-02-27 Matthew Wildcore.xmlhandlers: Remove redundant check in condition
2009-02-26 Matthew Wildcore.xmlhandlers: Optimise completed stanza logic
2009-02-19 Matthew Wildcore.presencemanager: Set 'from' attribute on outgoing...
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-13 Matthew WildAdd RunScript command to config to run a Lua script...
2009-02-13 Matthew WildAdd Include command to include extra configuration...
2009-02-13 Matthew WildReport errors in the config file to the user
2009-02-12 Waqas HussainFixed: kick_old resource conflict resolution policy...
2009-02-11 Matthew Wildstanza_router: Fix handling of iq from c2s to bare...
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-11 Waqas HussainChange the to attribute of messages to the recipients...
2009-02-11 Waqas HussainStanza router: Message to bare JID fixes
2009-02-11 Waqas HussainFixed: Some presence stanzas from local users were...
2009-02-11 Waqas HussainFixed directed presence handling to work correctly...
2009-02-11 Waqas Hussainmodulemanager initializes hosts[host] if it isn't alrea...
2009-02-11 Waqas HussainComponent-host module loading code was breaking module...
2009-02-09 Matthew Wildstanza_router: Fix for when clients don't specify prior...
2009-02-04 Matthew WildFix for never checking if the first module for a host...
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-29 Matthew Wildcomponentmanager: Add support for loading components...
2009-01-29 Matthew Wildconfigmanager: Add support for defining components
2009-01-29 Matthew Wildhostmanager: Fire event when all hosts are loaded from...
2009-01-29 Matthew Wildmodulemanager: Really fix call_module_method to work...
2009-01-29 Matthew Wildmodulemanager: Add get_host_type() API method, and...
2009-01-24 Matthew Wildmodulemanager: Add module:set_global() as a cleaner...
2009-01-24 Matthew Wildcore.modulemanager: Some refactoring to make upcoming...
2009-01-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2009-01-16 Matthew Wildmodulemanager: Comment out logging of modules hooking...
2009-01-16 Matthew Wildstanza_router: That'll teach me to not commit at this...
2009-01-16 Matthew WildReplacing pretty_print() with top_tag() for logging
2009-01-14 Waqas HussainStringprep!
2009-01-14 Waqas Hussainstanza_router: Fixed error replies for unhandled stanzas
2009-01-13 Waqas Hussainmodulemanager: Check for syntax errors before reloading...
2009-01-13 Waqas Hussainmodulemanager: Added reload support, with callbacks...
next