log

age author description
2011-09-12 Emmanuel Gil Peyrot Always use children instead of tags. Might break something. default tip
2011-09-12 Emmanuel Gil Peyrot Various fixes for the migration to ltx.
2011-08-10 Emmanuel Gil Peyrot Migration to node-xmpp, done!
2011-07-26 Emmanuel Gil Peyrot Move default storage directory; better naming of nodes; fix notification sending.
2011-05-06 Emmanuel Gil Peyrot Fix problems with unneeded text nodes.
2011-04-07 Emmanuel Gil Peyrot Fix auto-subscribe of owner.
2011-03-21 Sonny Piers Rollback last commit error and fix typo error.
2011-03-21 Sonny Piers Fix typo error.
2011-03-21 Sonny Piers Handle 'none' on set affiliation bug #2246
2011-03-20 Sonny Piers Fix for node strict mode compatibility.
2011-03-19 Sonny Piers Little fixes for strict mode compatibility.
2011-03-10 Emmanuel Gil Peyrot Remove usage of fdsq.js in modules.
2011-03-07 Emmanuel Gil Peyrot Typo in 3e0ca96d2dce.
2011-03-07 Emmanuel Gil Peyrot Add an option to choose the host and port of the connection.
2011-03-07 Emmanuel Gil Peyrot Fix an error in strict mode.
2011-03-01 Emmanuel Gil Peyrot Fix compatibility with strict mode of node 0.4 and some files without licence header.
2011-02-26 Emmanuel Gil Peyrot Add an option to hide non-accessible nodes.
2011-02-20 Emmanuel Gil Peyrot Much better handling of modules.
2011-02-20 Emmanuel Gil Peyrot Avoid exposing unneeded object.
2010-12-15 Emmanuel Gil Peyrot Various little fixes.
2010-11-16 Emmanuel Gil Peyrot Use internal toISOString method of Data.
2010-11-10 Emmanuel Gil Peyrot Fix mod_retrieve.
2010-11-10 Emmanuel Gil Peyrot Really should learn that “hg addremove” is good.
2010-11-10 Emmanuel Gil Peyrot Replace util with fdsq to work around a stupid bug.
2010-11-05 Emmanuel Gil Peyrot Add message to publish module and various fixes.
2010-11-05 Emmanuel Gil Peyrot Fix publish; add owner metadata field; add HTTP module and Atom HTTP module.
2010-11-05 Emmanuel Gil Peyrot Fix two modules.
2010-11-04 Emmanuel Gil Peyrot Fix non-PubSub commands.
2010-11-04 Emmanuel Gil Peyrot Rewrite of the module manager; fix of some modules; fix of the directory backend.
2010-11-01 Emmanuel Gil Peyrot Fix an error when loading file/directory.
2010-11-01 Emmanuel Gil Peyrot Replace Paul Sowden’s ISO8601 functions by my own, since their licence is possibly incompatible with AGPL.
2010-11-01 Emmanuel Gil Peyrot Learned that “hg addremove” can be good, sometimes.
2010-11-01 Emmanuel Gil Peyrot Can use differents backends for node storage. Writing directory-based backend in top of file-based backend.
2010-10-31 Emmanuel Gil Peyrot Fix a typo.
2010-10-31 Emmanuel Gil Peyrot Add new modules files.
2010-10-31 Emmanuel Gil Peyrot A lot of refactorization. First attempt to modularize the server.
2010-10-23 Emmanuel Gil Peyrot Fix configure setting error and handle cancelling of configure.
2010-10-19 Emmanuel Gil Peyrot Better handling of modify subscriptions.
2010-10-19 Emmanuel Gil Peyrot Correct an error identifier and use an already defined variable.
2010-10-19 Emmanuel Gil Peyrot Can’t send subscription-options to non-subscribed people.
2010-10-19 Emmanuel Gil Peyrot Send subscription request only if node access_model is authorize.
2010-10-19 Emmanuel Gil Peyrot Show stack on unhandled error.
2010-10-19 Emmanuel Gil Peyrot Don’t regenerate a subid if there is already one.
2010-10-19 Emmanuel Gil Peyrot JID handling conforming to the RFC.
2010-09-09 Emmanuel Gil Peyrot Correct syntax error.
2010-09-08 Emmanuel Gil Peyrot Better access mode handling.
2010-08-26 Emmanuel Gil Peyrot Use new functions like console.log instead of sys.puts, and aerate a bit.
2010-08-26 Emmanuel Gil Peyrot Add an uncaught exceptions caughter to prevent the server from crashing.
2010-08-26 Emmanuel Gil Peyrot Fix getItem method.
2010-08-26 Emmanuel Gil Peyrot First implementation of XEP-0050 (ad-hoc commands).
2010-08-26 Emmanuel Gil Peyrot Rename cx method to cnode and define it if xmpp.js didn’t.
2010-08-26 Emmanuel Gil Peyrot Allow others JIDs than super-owners to create nodes.
2010-08-23 Emmanuel Gil Peyrot A few changes.
2010-06-29 Emmanuel Gil Peyrot Reimport nodes methods when loading from file.
2010-06-29 Emmanuel Gil Peyrot Ensure that the creator of a node is the default owner; don’t crash
2010-06-28 Emmanuel Gil Peyrot Make affiliation notifications working.
2010-06-28 Emmanuel Gil Peyrot Make create node working.
2010-06-28 Emmanuel Gil Peyrot Add a super-owner that has power over all nodes; add support for
2010-06-27 Emmanuel Gil Peyrot Initial commit