Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-25Fix tables order creationHEADmasterDavid Rousselie
2011-10-08fix whitespace account name for ad-hoc command add-userDavid Rousselie
2010-10-21use WatchedFileHandler for logging to allow correct logrotate usageDavid Rousselie
2010-10-21replace send_stanzas by returned value in handler. Pyxmpp will take care to s...David Rousselie
2010-06-09Fix testsDavid Rousselie
2010-06-08Add post processing boolean field function to take into account boolean sent ...David Rousselie
2010-06-04release JCL 0.1 beta 3David Rousselie
2010-06-04refuse account name with whitespaceDavid Rousselie
2010-05-11release JCL 0.1 beta2David Rousselie
2009-07-01Make JCL work with PyXMPP 1.0.1David Rousselie
2009-06-30Make JCL work with Python 2.6David Rousselie
2009-02-17Add upgrade sql scriptsDavid Rousselie
2009-02-16empty string returned by filters is considered as negative answerDavid Rousselie
2009-02-16Force Account's user column name (SQLObject bug?)David Rousselie
2008-11-09rename user table to user_table to avoir postgresql keyword conflictDavid Rousselie
2008-11-04Allow sender to be None in FeederHandlerDavid Rousselie
2008-11-04Support for multiple feeder handlersDavid Rousselie
2008-09-04Add custom logging formatterDavid Rousselie
2008-09-04Add methods to switch off signals handling in JCLComponentDavid Rousselie
2008-09-04Assert correct account name in supplied registration formDavid Rousselie
2008-09-04Reset signal when JCLComponent stopsDavid Rousselie
2008-09-02Filters not well formed account name given in register formDavid Rousselie
2008-09-01Component tests refactoringDavid Rousselie
2008-08-25Improve threading handling in testDavid Rousselie
2008-08-22Restart by defaultDavid Rousselie
2008-08-22check if stream is still open before using itDavid Rousselie
2008-08-22Restart when Jabber server close the connectionDavid Rousselie
2008-08-21make try-except-finally works with python 2.4David Rousselie
2008-08-19Restart component on Jabber connection failureDavid Rousselie
2008-05-29Set correct component versionDavid Rousselie
2008-05-29Revert to "probe" presence at initialization instead of "available" presenceDavid Rousselie
2008-05-28Delete unused component attributDavid Rousselie
2008-05-28implement Last Activity (XEP-012)David Rousselie
2008-05-28correct JID used to respond to presence stanzasDavid Rousselie
2008-05-28Use "available" presence type instead of "probe"David Rousselie
2008-05-28Implement VCard handlerDavid Rousselie
2008-05-20More testsDavid Rousselie
2008-05-20HelpMessageHandler filter correctionsDavid Rousselie
2008-05-20Correct threads testsDavid Rousselie
2008-05-15Accept uncomplete configuration file, fall back to default valueDavid Rousselie
2008-05-14Send presence when cancelling account errorDavid Rousselie
2008-05-14Does not send presence if it has not changeDavid Rousselie
2008-05-14Update presence status when sending an errorDavid Rousselie
2008-05-13Some refactoring in presence moduleDavid Rousselie
2008-03-10Clean TODO commentsDavid Rousselie
2008-03-08Update JCL to LGPL licenceDavid Rousselie
2008-03-08Update version in PKG-INFODavid Rousselie
2008-03-07Add JCL consoleDavid Rousselie
2008-03-07Handle unknown error while exceuting ad-hoc commandsDavid Rousselie
2008-03-07Handle exception CommandError sent from ad-hoc commands implementationsDavid Rousselie