Mercurial > libervia-backend
graph
-
frontends (primitivus): assign the current profile to the parameters dialog frontends_multi_profilesFri, 06 Mar 2015 14:46:03 +0100, by souliane
-
quick_frontend: register the 'personalEvent' signal frontends_multi_profilesFri, 06 Mar 2015 14:22:49 +0100, by souliane
-
quick_frontend: replace last occurences of QuickApp.chat_wins with QuickApp.widgets frontends_multi_profilesThu, 05 Mar 2015 13:48:49 +0100, by souliane
-
frontends (primitivus): fixes MUC nicks completion frontends_multi_profilesWed, 04 Mar 2015 14:04:03 +0100, by souliane
-
quick_frontend: add a method getWidget to return a widget without creating it if it doesn't exist frontends_multi_profilesWed, 04 Mar 2015 14:17:38 +0100, by souliane
-
frontends: add listeners 'profilePlugged', 'disconnect' and 'gotMenus' (the last one to be removed when the menus are refactored to quick_app) frontends_multi_profilesTue, 03 Mar 2015 22:17:57 +0100, by souliane
-
frontends (QuickApp), tools (TriggerManager): frontends can also use triggers + add those for sending and receiving a message frontends_multi_profilesTue, 03 Mar 2015 15:05:10 +0100, by souliane
-
frontends (XMLUI): fixes wrong argument name frontends_multi_profilesTue, 03 Mar 2015 06:00:23 +0100, by souliane
-
quick frontends: signal cache: if a signal arrives between the beginning of profile plugging, and the when the profile is actually ready, it is cached and replayed when the profile is ready. frontends_multi_profilesTue, 24 Feb 2015 20:29:57 +0100, by Goffi
-
primitivus (contact list): removed our own bare jid from not_in_roster frontends_multi_profilesTue, 24 Feb 2015 18:21:03 +0100, by Goffi
-
quick frontends (contact list): added self.whoami frontends_multi_profilesTue, 24 Feb 2015 18:20:34 +0100, by Goffi
-
quick_frontends, primitivus (contact list): added nick observer + implemented onNickUpdate frontends_multi_profilesTue, 24 Feb 2015 17:14:10 +0100, by Goffi
-
plugin XEP-0054: "nick" is now keeped in cache: frontends_multi_profilesTue, 24 Feb 2015 17:01:33 +0100, by Goffi
-
core (persistent dict): added setdefault method frontends_multi_profilesTue, 24 Feb 2015 16:54:28 +0100, by Goffi
-
quick frontends, primitivus: fixed listener calls (kwargs where forgotten) + fixed presence listener + renamed updatePresence to onPresenceUpdate for consistency with oter listeners frontends_multi_profilesTue, 24 Feb 2015 16:52:44 +0100, by Goffi
-
quick frontends: fixed use of profile for listeners frontends_multi_profilesTue, 24 Feb 2015 14:40:19 +0100, by Goffi
-
primitivus, quick_frontends: moved newMessage signal handler to quick_frontend frontends_multi_profilesMon, 23 Feb 2015 18:04:25 +0100, by Goffi
-
plugin XEP-0085: fixed bad call to udateEntityData frontends_multi_profilesMon, 23 Feb 2015 18:04:25 +0100, by Goffi
-
quick frontends(contact list): added a getFullJid method to add resource to a bare jid frontends_multi_profilesMon, 23 Feb 2015 18:04:25 +0100, by Goffi
-
quick_frontends (contact list): use of intermediate method for showEmptyGroups and showOfflineMessages to convert bridge values to actual booleans frontends_multi_profilesMon, 23 Feb 2015 18:04:16 +0100, by Goffi
-
quick_frontend, primitivus: use a listener to update the contact list when receiving a presence frontends_multi_profilesSun, 22 Feb 2015 21:30:20 +0100, by souliane
-
quick_frontend (quick_app): addListener takes a profiles_filter argument to check the profile before calling a listener (profile must be passed right after the event type in callListeners) frontends_multi_profilesSun, 22 Feb 2015 20:39:33 +0100, by souliane
-
plugin XEP-0085: fixes the calls to memory.deleteEntityDatum and self.updateCache (was self.updateEntityData, has been renamed to avoid confusion with the memory method) frontends_multi_profilesSun, 22 Feb 2015 11:43:11 +0100, by souliane
-
quick_frontend: add a 'presence' listener for the 'presenceUpdate' signal frontends_multi_profilesSun, 22 Feb 2015 15:11:29 +0100, by souliane
-
quick_frontend (quick_contact_list): add property roster_entities_connected and method getSpecials frontends_multi_profilesSat, 21 Feb 2015 12:39:04 +0100, by souliane
-
frontends: merge sat_frontends.constants to sat_frontends.quick_frontend.constants frontends_multi_profilesSun, 22 Feb 2015 14:13:42 +0100, by souliane
-
quick_frontend (quick_app): fixes the call to a bridge method that was done with a JID instead of unicode frontends_multi_profilesSun, 22 Feb 2015 13:58:33 +0100, by souliane
-
core, quick_frontends: fixes one typo and a variable naming issue frontends_multi_profilesSat, 21 Feb 2015 17:22:39 +0100, by souliane
-
quick_frontend, primitivus: fixes typo between method alert and class Alert frontends_multi_profilesSat, 21 Feb 2015 12:34:48 +0100, by souliane
-
frontends (quick_frontend): fixes a typo (listerner --> listener) frontends_multi_profilesFri, 20 Feb 2015 22:06:13 +0100, by souliane
-
quick_frontend (quick_widgets): revert commit 1319 frontends_multi_profilesTue, 10 Feb 2015 10:33:54 +0100, by souliane
-
quick frontends (quick widgets): doesn't force anymore "on_new_widget" to None for on_existing_widget=C.WIDGET_RECREATE: the original behaviour for on_new_widget need to be kept frontends_multi_profilesTue, 10 Feb 2015 19:08:01 +0100, by Goffi
-
quick frontends(quick app): add a listeners (observer/observable) mechanism to call a callback when a event happen. Implemented an "avatar" event. frontends_multi_profilesMon, 09 Feb 2015 21:39:51 +0100, by Goffi
-
frontends (quick frontend): use of new getEntitiesData to get cached values for avatars on profile connection. frontends_multi_profilesMon, 09 Feb 2015 21:39:51 +0100, by Goffi
-
plugin xep-0054: various improvments on avatars management: frontends_multi_profilesMon, 09 Feb 2015 21:39:51 +0100, by Goffi
-
core: added a "profileConnecting" method check: frontends_multi_profilesMon, 09 Feb 2015 21:39:51 +0100, by Goffi
-
core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profilesMon, 09 Feb 2015 21:39:51 +0100, by Goffi
-
core: added getEntitiesData which get cache data for several entities at once frontends_multi_profilesMon, 09 Feb 2015 21:39:51 +0100, by Goffi
-
core: boolConst is used to convert a boolean value to its equivalent string constant frontends_multi_profilesMon, 09 Feb 2015 21:39:47 +0100, by Goffi
-
quick_frontend: getOrCreateWidget callbacks can return another widget frontends_multi_profilesMon, 09 Feb 2015 09:19:30 +0100, by souliane
-
frontends (tools): Pyjamas's JID implementation can be compared to an object of a different type: frontends_multi_profilesSat, 07 Feb 2015 14:47:23 +0100, by souliane
-
quick_frontend: fixes hash setting for QuickWidget frontends_multi_profilesFri, 06 Feb 2015 22:28:00 +0100, by souliane
-
quick frontend(quick widgets): fixed bad condition test in previous commit frontends_multi_profilesFri, 06 Feb 2015 20:46:14 +0100, by Goffi
-
quick frontend(quick widgets): added the ability to use a callable with getOrCreateWidget's on_existing_widget frontends_multi_profilesFri, 06 Feb 2015 20:43:28 +0100, by Goffi
-
quick_ frontend (quick widgets): added explanation in docstring for non special keywords in getOrCreateWidget frontends_multi_profilesFri, 06 Feb 2015 20:09:01 +0100, by Goffi
-
quick_frontend: remove the contact from the groups it has been removed from frontends_multi_profilesFri, 06 Feb 2015 19:31:13 +0100, by souliane
-
quick frontend (quick widgets): class' __name__ method is used for classes_map hash because the use of class directly was causing bugs with pyjamas (difficult to find, several MicroblogPanel instances were added only once in Libervia's TabPanel, hash method seemed buggy) frontends_multi_profilesFri, 06 Feb 2015 19:05:51 +0100, by Goffi
-
quick frontend (quick_widgets): add deleteWidget method frontends_multi_profilesFri, 06 Feb 2015 19:03:13 +0100, by Goffi
-
quick frontends (QuickContactList): added isEntityInGroup method frontends_multi_profilesFri, 06 Feb 2015 19:02:10 +0100, by Goffi
-
Quick Frontend (quick_widgets): added on_existing_widget in getOrCreateWidget (see docstring for more infos) + use of constants frontends_multi_profilesFri, 06 Feb 2015 19:01:06 +0100, by Goffi
-
core: fixed items registration in roster management frontends_multi_profilesFri, 06 Feb 2015 18:54:44 +0100, by Goffi
-
core: fixed some logging calls without unicode strings, and use of print frontends_multi_profilesFri, 06 Feb 2015 18:53:07 +0100, by Goffi
-
core: better use of C.bool: C.bool only accept basestring subclasses and return the associated constant, C.boolConst return the associated constant for a boolean value frontends_multi_profilesFri, 06 Feb 2015 18:46:26 +0100, by Goffi
-
quick_frontend: add some properties for QuickContactList frontends_multi_profilesThu, 05 Feb 2015 12:10:42 +0100, by souliane
-
quick_frontend: fix the history log message frontends_multi_profilesFri, 06 Feb 2015 10:50:01 +0100, by souliane
-
modification of the social contract according to the General Assembly of 19/08/2014Thu, 05 Feb 2015 11:59:26 +0100, by souliane
-
plugin groupblog: fixes bad errback default valueFri, 30 Jan 2015 14:08:01 +0100, by souliane
-
plugin XEP-0054: couple of fixes in VCard/avatar management: frontends_multi_profilesMon, 26 Jan 2015 02:03:16 +0100, by Goffi
-
core: added items() and iteritems() methods to PersistentDict frontends_multi_profilesMon, 26 Jan 2015 01:57:06 +0100, by Goffi
-
remove remaining references to Wix frontends_multi_profilesSat, 24 Jan 2015 16:12:50 +0100, by souliane
-
core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profilesSat, 24 Jan 2015 01:00:29 +0100, by Goffi
-
Wix removal: Wix is now officially abandonned (a futur desktop frontend will replace it) frontends_multi_profilesSat, 24 Jan 2015 00:15:01 +0100, by Goffi
-
quick_frontend, primitivus: moved parts of primitivus's profileManager to quick_frontend frontends_multi_profilesSat, 24 Jan 2015 00:14:58 +0100, by Goffi
-
plugin XEP-0313: handle forwarded pubsub eventThu, 15 Jan 2015 21:54:53 +0100, by souliane
-
tmp: update wokkel MAM implementationThu, 15 Jan 2015 21:02:41 +0100, by souliane
-
tmp, plugins: fixes the imports fron sat.tmpWed, 14 Jan 2015 10:44:49 +0100, by souliane
-
plugin XEP-0313: update (still draft)Fri, 09 Jan 2015 10:51:12 +0100, by souliane
-
tmp: update tmp.wokkel.rsm, add tmp.wokkel.mamFri, 09 Jan 2015 10:50:11 +0100, by souliane
-
plugin XEP-0060: free SatPubSubClient instance on profile disconnectionFri, 09 Jan 2015 10:45:15 +0100, by souliane
-
plugin groupblog: fixes bad errback valueFri, 09 Jan 2015 10:44:37 +0100, by souliane
-
setup: fixes to install sat.tmp.wokkelThu, 25 Dec 2014 12:26:49 +0100, by souliane
-
plugin XEP-0334: first draftThu, 25 Dec 2014 12:09:05 +0100, by souliane
-
test: fix/improve tests for plugins XEP-0033 and XEP-0085 (mainly to return a Deferred)Thu, 25 Dec 2014 11:49:13 +0100, by souliane
-
plugin XEP-0313: first draft:Fri, 19 Dec 2014 14:43:42 +0100, by souliane
-
core (xmpp): set missing "from" attribute of received messages to the server domainFri, 19 Dec 2014 11:42:45 +0100, by souliane
-
plugin XEP-0277: minor fix in plugin declarationFri, 19 Dec 2014 11:41:23 +0100, by souliane
-
plugin XEP-0297: first draftFri, 19 Dec 2014 11:40:28 +0100, by souliane
-
plugin XEP-0203: first draftFri, 19 Dec 2014 11:38:24 +0100, by souliane
-
test: fixes tests for XEP-0033Fri, 19 Dec 2014 11:36:43 +0100, by souliane
-
test: refactoring:Fri, 19 Dec 2014 11:36:00 +0100, by souliane
-
test: fixes import for wokkel.rsmMon, 15 Dec 2014 15:29:08 +0100, by souliane
-
test: add tests for plugin_misc_groupblogMon, 15 Dec 2014 14:05:28 +0100, by souliane
-
plugins XEP-0060, XEP-0277, groupblog: make use of RSM (XEP-0059)Mon, 15 Dec 2014 14:04:19 +0100, by souliane
-
plugins XEP-0059, XEP-0060: leave internal wokkel extensions to sat.tmp.wokkelMon, 15 Dec 2014 14:03:13 +0100, by souliane
-
use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkelMon, 15 Dec 2014 12:46:58 +0100, by souliane
-
quick_frontend, primitivus: multi-profiles refactoring part 1 (big commit, sorry :p): frontends_multi_profilesWed, 10 Dec 2014 19:00:09 +0100, by Goffi
-
plugin XEP-0085: disabled a problematic assert (see FIXME) frontends_multi_profilesWed, 10 Dec 2014 18:37:14 +0100, by Goffi
-
core: improved roster management + misc: frontends_multi_profilesWed, 10 Dec 2014 18:32:33 +0100, by Goffi
-
plugin XEP-0060: listNodes should not use SatPubSubClient.getDiscoItems but self.host.getDiscoItems, cf. revs 1217 (318eab3f93f8) and 1259 (633fcd13a7dc)Mon, 24 Nov 2014 17:20:51 +0100, by souliane
-
plugin pubsub: fixed redefinition of PubSubRequestFri, 21 Nov 2014 16:36:24 +0100, by Goffi
-
memory: fixes issue in a testWed, 22 Oct 2014 18:58:29 +0200, by souliane
-
plugin misc_room_game, radiocol, tarot: fixes bridge method "prepareRoom" declaration (add "async=True")Wed, 22 Oct 2014 14:38:20 +0200, by souliane
-
plugin XEP-0045: use HISTORY_LIMIT param to retrieve the MUC historyWed, 22 Oct 2014 14:16:01 +0200, by souliane
-
plugin XEP-0054: the fix by revision 1248 (77a4592816f6) was not completeWed, 22 Oct 2014 11:42:15 +0200, by souliane
-
test: fixes test for XEP-0085 (use full JID)Mon, 20 Oct 2014 20:46:10 +0200, by souliane
-
plugin XEP-0085: send 'gone' state before disconnectionMon, 20 Oct 2014 20:26:46 +0200, by souliane
-
plugin XEP-0085: use the full JID + fixes bad entity data "type" valueMon, 20 Oct 2014 12:57:55 +0200, by souliane
-
memory: add method isContactConnectedMon, 20 Oct 2014 16:38:49 +0200, by souliane
-
plugin XEP-0045: set the entity data "type" asap (userJoinedRoom is triggered before the join callback)Mon, 20 Oct 2014 15:09:37 +0200, by souliane
-
plugin sec_otr: a trigger was not returning TrueMon, 20 Oct 2014 12:57:27 +0200, by souliane
-
plugin XEP-0054: fixes error message when we get a ConnectionLost failureSun, 19 Oct 2014 15:25:04 +0200, by souliane
-
memory: temporary dirty hack to fix the personnal key issue after the auth session expiredSun, 19 Oct 2014 15:07:16 +0200, by souliane
-
core, plugins: improve a bit some log messagesSat, 18 Oct 2014 16:28:37 +0200, by souliane
-
plugin misc_imap: fixes call to log.debug with more than one argumentSun, 19 Oct 2014 12:31:28 +0200, by souliane
-
plugin XEP-0115: better disco error handlingSun, 19 Oct 2014 11:54:07 +0200, by souliane
-
plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)Sun, 19 Oct 2014 02:48:11 +0200, by souliane
-
plugin XEP-0060: fixes listing the nodes on the pubsub serviceSat, 18 Oct 2014 20:23:12 +0200, by souliane
-
frontends (quick_app): fixes wrong JID construction when processing getPresenceStatuses resultSat, 18 Oct 2014 13:02:41 +0200, by souliane
-
memory: don't save last resource in entity data for the MUC jidsFri, 17 Oct 2014 20:26:01 +0200, by souliane
-
plugin XEP-0045: handle MUC presenceFri, 17 Oct 2014 15:49:46 +0200, by souliane
-
memory (params): set "Show empty groups" to True by defaultThu, 16 Oct 2014 17:02:44 +0200, by souliane
-
bridge (frontends side): fixed call of async method in blocking contextThu, 16 Oct 2014 20:18:40 +0200, by Goffi
-
core (config): fixed a bad option checkThu, 16 Oct 2014 20:10:08 +0200, by Goffi
-
core (config): added the Exception default value which raise an exception instead of returning the default in getConfigSat, 11 Oct 2014 16:26:43 +0200, by Goffi
-
core: better management of default value in getConfigTue, 07 Oct 2014 17:12:41 +0200, by Goffi
-
plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errorsMon, 06 Oct 2014 17:25:41 +0200, by souliane
-
plugin XEP-0115: trap "service-unavailable" error when retrieving disco infosTue, 07 Oct 2014 10:19:01 +0200, by souliane
-
primitivus: fixes displaying online contacts when "Show offline contacts" is FalseTue, 07 Oct 2014 11:45:34 +0200, by souliane
-
primitivus: implement parameter "Show empty groups"Mon, 06 Oct 2014 13:54:41 +0200, by souliane
-
primitivus: implement "Show offline contacts" parameter (sync with "DISCONNECTED_HIDE" action key)Mon, 06 Oct 2014 12:44:58 +0200, by souliane
-
constants: split C.bool in C.bool and C.str so:Mon, 06 Oct 2014 12:22:14 +0200, by souliane
-
memory (params): add parameters "Show offline contacts" and "Show empty groups"Mon, 06 Oct 2014 11:20:43 +0200, by souliane
-
memory (params): use more generic param attribute "constraint" instead of "min" and "max"Mon, 06 Oct 2014 11:18:37 +0200, by souliane
-
frontends (primitivus): new command :search <pattern>Sat, 04 Oct 2014 10:26:10 +0200, by souliane
-
bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)Sat, 04 Oct 2014 10:25:32 +0200, by souliane
-
frontends: printInfo and printMessage timestamp attribute defaults to None instead of ''Sat, 04 Oct 2014 10:23:13 +0200, by souliane
-
memory: add Parameter "Chat history limit"Wed, 24 Sep 2014 13:49:43 +0200, by souliane
-
memory: getHistory with limit=0 now returns an empty list, use limit=None to return all messagesFri, 03 Oct 2014 12:43:59 +0200, by souliane
-
memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributesFri, 03 Oct 2014 12:27:43 +0200, by souliane
-
plugin XEP-0059: first draft, pubsub and jabber search do not exploit it yetMon, 22 Sep 2014 22:25:44 +0200, by souliane
-
plugin maildir: fixes missing importMon, 22 Sep 2014 20:50:20 +0200, by souliane
-
plugin XEP-0060, groupblog: avoid unecessary pubsub errors while doing massive requests:Mon, 22 Sep 2014 20:49:13 +0200, by souliane
-
memory (disco): add nodeIdentifier parameter to getItemsMon, 22 Sep 2014 20:34:29 +0200, by souliane
-
memory: session timeout won't be reset on each access if the Sessions() is called with resettable_timeout=FalseMon, 22 Sep 2014 19:24:07 +0200, by souliane
-
memory: profileSessions.profileGetUnique was not resetting the timerMon, 22 Sep 2014 18:42:54 +0200, by souliane
-
memory: handle the case where an existing session ID is re-used for creating a new sessionMon, 22 Sep 2014 20:26:40 +0200, by souliane
-
memory: Sessions.newSession can be called with a forced session IDSun, 21 Sep 2014 13:10:55 +0200, by souliane
-
core: move XMPP keep-alife value to the constantsSun, 21 Sep 2014 13:06:53 +0200, by souliane
-
we are in dev version againThu, 18 Sep 2014 11:43:21 +0200, by souliane
-
SàT v0.5.1 releasedThu, 18 Sep 2014 11:42:07 +0200, by souliane
-
update CHANGELOG for v5.1Thu, 18 Sep 2014 11:28:41 +0200, by souliane
-
test: fixes FakeSAT for plugin XEP-0033Wed, 17 Sep 2014 10:02:24 +0200, by souliane
-
plugin XEP-0033: fixes sending the message after the changes made in rev 1052 (e88bff4c8b77)Thu, 11 Sep 2014 15:38:57 +0200, by souliane
-
misc: added Olly Betts to contributors + various fixed for Matteo CyprianiMon, 15 Sep 2014 14:18:34 +0200, by Goffi
-
misc: updated urls of pyxe an pyfeedMon, 15 Sep 2014 14:18:27 +0200, by Matteo Cypriani
-
misc: fixed typos in READMEMon, 15 Sep 2014 14:18:27 +0200, by Matteo Cypriani
-
misc: README typos fixesMon, 15 Sep 2014 14:18:26 +0200, by Matteo Cypriani
-
misc: update versions in README4PACKAGERS + typosMon, 15 Sep 2014 14:18:25 +0200, by Matteo Cypriani
-
misc: fixed some typosMon, 15 Sep 2014 14:18:25 +0200, by Matteo Cypriani
-
misc (install): Lower default setuptools versionTue, 09 Sep 2014 22:09:51 -0400, by Matteo Cypriani
-
wix: Avoid setting a bad iconTue, 09 Sep 2014 18:51:35 -0400, by Olly Betts
-
misc: forgotten to change distribute_setup.py to ez_setup.py in MANIFEST.inMon, 15 Sep 2014 13:29:38 +0200, by Goffi
-
we are in dev version againMon, 15 Sep 2014 12:07:40 +0200, by Goffi
-
update the minimal versions of urwid and urwid_satextThu, 11 Sep 2014 10:40:28 +0200, by souliane
-
SàT 0.5.0 releasedTue, 09 Sep 2014 08:15:35 +0200, by Goffi
-
misc: INSTALL note for pyfeed/xeTue, 09 Sep 2014 07:58:54 +0200, by Goffi
-
misc: CHANGELOG updateMon, 08 Sep 2014 23:30:42 +0200, by Goffi
-
core (disco): added a timeout to get itemsMon, 08 Sep 2014 21:23:21 +0200, by Goffi
-
frontends (dbus): error is not truncated anymore if it's not a SàT error.Mon, 08 Sep 2014 21:23:21 +0200, by Goffi
-
plugin OTR: added a warning to tell that the history is not logged anymore and advanced feature are disabled when using OTRMon, 08 Sep 2014 21:23:18 +0200, by Goffi
-
primitivus: added a FOCUS_EXTRA key (default: "ctrl f") which can be used to focus a main part:Mon, 08 Sep 2014 19:19:32 +0200, by Goffi
-
Primitivus (xmlui): fixed window closing on save params + removed now unused onConfigureRoom in ChatMon, 08 Sep 2014 18:32:36 +0200, by Goffi
-
Primitivus: fixed cancel button for status changeMon, 08 Sep 2014 18:15:15 +0200, by Goffi
-
Primitivus: fixed focus in ContactList:Mon, 08 Sep 2014 18:14:51 +0200, by Goffi
-
plugin groupblog: fixes return value of getLastGroupBlogsAtom when an error occuredMon, 08 Sep 2014 16:53:41 +0200, by souliane
-
Primitivus: main_widget is now in its own class (PrimitivusTopWidget), menu and notification bar (un)hidding is cleanerMon, 08 Sep 2014 15:50:51 +0200, by Goffi
-
Primitivus (file transfer): an error popup is shown when bad unicode is used in path, and an info popup is show to indicate that the file request has been sentMon, 08 Sep 2014 15:50:51 +0200, by Goffi
-
plugins XEP-0096, XEP-0065: fixed bad log callsMon, 08 Sep 2014 15:50:51 +0200, by Goffi
-
primitivus (profile manager): added FOCUS_UP and FOCUS_DOWN managementMon, 08 Sep 2014 15:50:49 +0200, by Goffi
-
primitivus: added REFRESH_SCREEN key to global namespaceSat, 06 Sep 2014 17:34:26 +0200, by Goffi
-
README: redirect media credits to sat_media repository (the pictures are no more hosted here)Mon, 08 Sep 2014 14:54:17 +0200, by souliane
-
updated CHANGELOG for version 0.5Mon, 08 Sep 2014 12:41:33 +0200, by souliane
-
plugin OTR: do not save in history the encrypted messages for skipped profilesSun, 07 Sep 2014 20:08:56 +0200, by souliane
-
primivitus: info messages now use "info_msg" attribute (yellow)Fri, 05 Sep 2014 19:29:30 +0200, by Goffi
-
frontends: use of new "info" type in newMessageFri, 05 Sep 2014 19:29:30 +0200, by Goffi
-
core: a new "info" type is used in newMessage for system messages (not comming from outside)Fri, 05 Sep 2014 19:29:30 +0200, by Goffi
-
plugin OTR: forces FINISHED state if we are in ENCRYPTED state on contact disconnectionFri, 05 Sep 2014 11:16:38 +0200, by souliane
-
plugin OTR: disconnect the active OTR sessions and delete the context on profile disconnectionFri, 05 Sep 2014 11:01:14 +0200, by souliane
-
plugin OTR: fixes handling of the FINISHED stateFri, 05 Sep 2014 10:39:06 +0200, by souliane
-
core (xmpp): fixes SatPresenceProtocol.available to prevent an eventual code skippingThu, 04 Sep 2014 11:26:22 +0200, by souliane
-
misc (README4PACKAGERS): Urwid minimal version is now 1.2.0Thu, 04 Sep 2014 20:34:38 +0200, by Goffi
-
primitivus: added disable_mouse config option /!\ minimal Urwid version is now 1.2.0Thu, 04 Sep 2014 20:30:57 +0200, by Goffi
-
primitivus: fixed forgotten keysThu, 04 Sep 2014 20:24:41 +0200, by Goffi
-
primitivus: forgot to rename _historyCb methodThu, 04 Sep 2014 19:40:43 +0200, by Goffi
-
primitivus: SIGINT is now ignored, APP_QUIT key/menu or :quit command must be used to quit PrimitivusThu, 04 Sep 2014 19:05:57 +0200, by Goffi
-
primitivus: profile manager now handle APP_QUIT keyThu, 04 Sep 2014 19:05:57 +0200, by Goffi
-
primitivus: moved history method definition out of keypressThu, 04 Sep 2014 19:05:57 +0200, by Goffi
-
primitivus: key can be changed in config:Thu, 04 Sep 2014 19:05:57 +0200, by Goffi
-
primitivus: use of new keys modules from Urwid SàTextThu, 04 Sep 2014 19:05:57 +0200, by Goffi
-
add licence information for otr.js and dependenciesWed, 03 Sep 2014 20:54:14 +0200, by souliane
-
misc (install): fixed self.root access when it's not usedWed, 03 Sep 2014 17:55:05 +0200, by Goffi
-
misc (install): updated old distribute_setup.py to new setuptools' ez_setup.pyWed, 03 Sep 2014 17:44:19 +0200, by Goffi
-
misc (install): use os.symlink instead of distutils.file_util.copy_file to avoid error when --root is usedWed, 03 Sep 2014 17:18:27 +0200, by Goffi
-
misc (installation): --root option is ignored for _final destinationsWed, 03 Sep 2014 16:40:52 +0200, by Goffi
-
misc: README4PACKAGERS updateWed, 03 Sep 2014 12:25:07 +0200, by Goffi
-
misc (launch script): added a "status" commandWed, 03 Sep 2014 11:46:09 +0200, by Goffi
-
misc (D-Bus, installation): added a .service file for D-Bus auto-launch feature + installation from setup.py (path adaptation now use regex).Wed, 03 Sep 2014 11:46:06 +0200, by Goffi
-
plugin OTR: add bridge method skipOTR to desactivate OTR handling for a given profileMon, 01 Sep 2014 15:45:35 +0200, by souliane
-
core: sendMessage handles the extra data key 'send_only' to skip triggers, storage and echoMon, 01 Sep 2014 15:43:16 +0200, by souliane
-
plugin OTR: two small fixesMon, 01 Sep 2014 16:11:45 +0200, by souliane
-
plugin OTR: remove unnecessary attribute SatXMPPClient.otr_priv_keyMon, 01 Sep 2014 16:05:28 +0200, by souliane
-
core: more robust plugins importationMon, 01 Sep 2014 11:05:27 +0200, by Goffi
-
plugin OTR: added ability to drop private keyWed, 27 Aug 2014 01:27:24 +0200, by Goffi
-
core (constants): Bool method allow to convert from python bool to string constant for true/false (in both directions)Wed, 27 Aug 2014 01:27:05 +0200, by Goffi
-
core (XMLUI): sugar method "note" allow to easily create a XMLUI note dialog (more methods for other dialogs should follow)Wed, 27 Aug 2014 01:24:26 +0200, by Goffi
-
plugin OTR: authentication management + fixed a bug in setState (due to a wrong docstring in potr.context.getCurrentTrust)Wed, 27 Aug 2014 00:23:14 +0200, by Goffi
-
sat_frontends (tools): force JID's node and domain to lower-case:Tue, 26 Aug 2014 13:33:12 +0200, by souliane
-
move sat.tools.jid to sat_frontends.tools.jidTue, 26 Aug 2014 12:52:46 +0200, by souliane
-
setup: sat_frontends was omitted by the cleaning methodTue, 26 Aug 2014 09:54:23 +0200, by souliane
-
plugin otr: priv_key is better than getPrivKey here, as it should not be None + fixed private key encryption/decryptionMon, 25 Aug 2014 21:32:29 +0200, by Goffi
-
plugin OTR: added start/refresh and end session menusMon, 25 Aug 2014 21:32:23 +0200, by Goffi
-
plugin OTR: a warning is logged when Account is instancied with a bare jid.Mon, 25 Aug 2014 21:32:23 +0200, by Goffi
-
plugin OTR: temporary potr monkey patch to work around a unicode bug, to be removed as soon as a potr fixed version is released (potr maintainer should do it soon)Mon, 25 Aug 2014 21:32:23 +0200, by Goffi
-
primivitus: fixed jid escaping for dynamic menus in one2one chatMon, 25 Aug 2014 21:32:23 +0200, by Goffi
-
reverted commit b1cb1d70bea9: jid should not be lowercase !Mon, 25 Aug 2014 19:39:07 +0200, by Goffi
-
core (stdui): fixed forgotten parametter in getParamErrorMon, 25 Aug 2014 21:32:23 +0200, by Goffi
-
core: twistd plugin refactoring:Mon, 25 Aug 2014 17:21:04 +0200, by Goffi
-
core (installation): replaced PIL by its maintained fork pillow (installation from pip is working out of the box with pillow, not with PIL)Mon, 25 Aug 2014 17:21:03 +0200, by Goffi
-
misc: added Session.vim to .hgignoreMon, 25 Aug 2014 17:21:03 +0200, by Goffi
-
primitivus (chat): fixes the messages display when opening a new chat windowSun, 24 Aug 2014 18:39:32 +0200, by souliane
-
quick_frontend, primitivus: add primitivus command ":history [limit]" (default value for limit is 50)Sat, 23 Aug 2014 20:26:04 +0200, by souliane
-
primitivus: improve the check to alert for new messageSun, 24 Aug 2014 18:23:55 +0200, by souliane
-
installation: setup.py update:Sun, 24 Aug 2014 18:44:18 +0200, by Goffi
-
core: sat bakcend is now a twisted plugin (no more .tac file)Sun, 24 Aug 2014 18:44:17 +0200, by Goffi
-
core (logging): fixed twisted backend for twistd plugin, /!\ stdout logging in debug/nodaemon mode does'nt work anymore with .tac files.Sun, 24 Aug 2014 18:44:17 +0200, by Goffi
-
primitivus: prevent a notification flood when displaying the historyFri, 22 Aug 2014 12:31:55 +0200, by souliane
-
primitivus: change behavior of commands ":presence" and ":status" :Sat, 23 Aug 2014 20:11:37 +0200, by souliane
-
tools (jid): force JIDs to lower caseSun, 24 Aug 2014 13:15:51 +0200, by souliane
-
quick_frontend: fixes an issue with the profile in the signal handlerThu, 21 Aug 2014 22:46:57 +0200, by souliane
-
core (logging): logging is added to stdout in nodaemon mode (it was already the case in debug mode)Thu, 21 Aug 2014 02:14:24 +0200, by Goffi
-
misc: daemon mode refactoring:Wed, 20 Aug 2014 23:45:21 +0200, by Goffi
-
misc: stdout encoding management in python part of sat.shWed, 20 Aug 2014 23:42:58 +0200, by Goffi
-
core (constants): minor comment changeWed, 20 Aug 2014 23:07:59 +0200, by Goffi
-
core (constants): better management of xdg importWed, 20 Aug 2014 23:04:57 +0200, by Goffi
-
core (constants): removed pyjamas workaroundWed, 20 Aug 2014 22:59:33 +0200, by Goffi
-
plugin XEP-0050: notes are now managed:Wed, 20 Aug 2014 21:22:06 +0200, by Goffi
-
frontends: dialog don't crash anymore is no submit_id is given (submit does nothing in this case)Wed, 20 Aug 2014 21:16:14 +0200, by Goffi
-
core (constants): fixed bad XMLUI level constantsWed, 20 Aug 2014 21:15:04 +0200, by Goffi
-
setup: cleaning also handles egg filenames not containing the python versionWed, 13 Aug 2014 18:39:46 +0200, by souliane
-
frontends: XMLUI refactoring + dialogs:Wed, 13 Aug 2014 14:48:49 +0200, by Goffi
-
core (XMLUI): Dialogs are now managemed in XMLUI:Mon, 11 Aug 2014 19:10:24 +0200, by Goffi
-
core (constants): added constants mainly used in XMLUIMon, 11 Aug 2014 19:10:24 +0200, by Goffi
-
frontends: signals are managed in a more generic wayMon, 11 Aug 2014 19:10:24 +0200, by Goffi
-
plugin misc_static_blog: add a menu for displaying a user static blogTue, 15 Jul 2014 18:28:40 +0200, by souliane
-
plugin XEP-0045: change security limit of "config room" menu to 4Tue, 15 Jul 2014 18:26:36 +0200, by souliane
-
setup: SAT_INSTALL environment variable handles "clean" and "purge" optionsTue, 15 Jul 2014 13:37:50 +0200, by souliane
-
memory (sqlite): fixes upgrade Deferred issueSun, 06 Jul 2014 21:54:07 +0200, by souliane
-
memory: fixes encoding issues during encryptionSun, 06 Jul 2014 21:13:47 +0200, by souliane
-
memory (memory): delete profile session on profile deletionFri, 27 Jun 2014 20:05:31 +0200, by souliane
-
core: use of debug log instead of error when port default value is usedThu, 26 Jun 2014 14:59:02 +0200, by Goffi
-
plugin OTR: various improvments:Thu, 26 Jun 2014 14:58:25 +0200, by Goffi
-
pluging XEP-0045: configure room dynamic menuThu, 26 Jun 2014 00:05:25 +0200, by Goffi
-
core, frontends (menus): MENU_ROOM and MENU_SINGLE are now managedThu, 26 Jun 2014 00:05:20 +0200, by Goffi
-
core (menus): constants are used for menu typesWed, 25 Jun 2014 20:54:15 +0200, by Goffi
-
plugin misc_account: delete the profile session after the registration is doneWed, 25 Jun 2014 19:11:30 +0200, by souliane
-
memory: add helper methods encryptValue and decryptValueWed, 25 Jun 2014 19:01:00 +0200, by souliane
-
core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:Mon, 23 Jun 2014 10:23:13 +0200, by souliane
-
core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:Mon, 23 Jun 2014 00:44:10 +0200, by souliane
-
frontends (XMLUI): use of logging system instead of printWed, 25 Jun 2014 14:01:58 +0200, by Goffi
-
core/frontends (XMLUI): value can now be inserted as a <value/> element, if not present value attribute is tested, else empty string is used.Wed, 25 Jun 2014 14:01:57 +0200, by Goffi
-
frontends (XMLUI): implementation of read_only attributes for widgets String, TextBox, Password and BoolWed, 25 Jun 2014 14:01:56 +0200, by Goffi
-
core (XMLUI): created a read_only attribute for InputWidget + new JidInputWidgetWed, 25 Jun 2014 14:01:55 +0200, by Goffi
-
plugin XEP-0045: small refactorization + clean on profile's disconnectionMon, 23 Jun 2014 16:07:13 +0200, by souliane
-
plugin XEP-0045, text_commands: add some commands:Mon, 23 Jun 2014 15:42:56 +0200, by souliane
-
plugin XEP-0054: crop uploaded avatar to get a squareThu, 19 Jun 2014 20:33:42 +0200, by souliane
-
plugin misc_account: suppress the profile after its creation if the XMPP account registration failedThu, 19 Jun 2014 19:20:52 +0200, by souliane
-
reverted commit bb4517e69957: note was not implemented on purposeWed, 18 Jun 2014 16:35:20 +0200, by Goffi
-
tools (xmlui): data form 'text-multi' element must be converted to xmlui 'textbox' (not 'text')Wed, 18 Jun 2014 14:55:35 +0200, by souliane
-
plugin XEP-0050: handle note element in command answerWed, 18 Jun 2014 14:52:52 +0200, by souliane
-
prepare changelog for version 0.5Mon, 16 Jun 2014 20:06:08 +0200, by souliane
-
misc: remove some pylints warningsSun, 15 Jun 2014 18:18:36 +0200, by souliane
-
frontends (quick_frontend): fixes the handling of asyncConnect failureSun, 15 Jun 2014 16:09:30 +0200, by souliane
-
bridge: DBusException also transports the twisted failure conditionSun, 15 Jun 2014 16:06:02 +0200, by souliane
-
bridge (D-Bus): frontend side now use a 120 s timeout for async callsSun, 15 Jun 2014 00:18:28 +0200, by Goffi
-
plugin XEP-0050: form returned by completed command are now managedSat, 14 Jun 2014 17:26:22 +0200, by Goffi
-
core (XMLUI): management of text-multi in _dataFormField2XMLUIDataSat, 14 Jun 2014 17:25:08 +0200, by Goffi
-
core (XMLUI): data form result now manage generic data setSat, 14 Jun 2014 17:24:16 +0200, by Goffi
-
plugin XEP-0045: room configuration returns a success or failure messageThu, 12 Jun 2014 18:56:08 +0200, by souliane
-
tools (xml_tools): dataForm2XMLUI handles the default value for "list-single" fieldsThu, 12 Jun 2014 18:19:55 +0200, by souliane
-
test (memory): fixes crypto encryption/decryption testThu, 12 Jun 2014 15:57:22 +0200, by souliane
-
memory (sqlite): fixes upgrade to database v2Thu, 12 Jun 2014 15:56:41 +0200, by souliane
-
memory, tools (config): move special config retrieval from memory to toolsMon, 09 Jun 2014 20:40:13 +0200, by souliane
-
frontends: async failures are more detailed (full class name + error message)Sat, 07 Jun 2014 15:39:20 +0200, by souliane
-
bridge: async failures are more detailed (full class name + error message)Sat, 07 Jun 2014 15:20:39 +0200, by souliane
-
core (xmpp): onMessage handles an eventual subject (used for announcement / headline message)Mon, 02 Jun 2014 19:25:06 +0200, by souliane
-
core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signalFri, 23 May 2014 09:59:35 +0200, by souliane
-
core, frontends: remove bridge method "connect" (always use asyncConnect)Fri, 23 May 2014 10:40:54 +0200, by souliane
-
frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in rosterThu, 29 May 2014 14:34:01 +0200, by souliane
-
test: fixes the tests for plugin XEP-0033Sun, 08 Jun 2014 17:39:21 +0200, by souliane
-
tools (config): fixConfigOption creates the section if it doesn't existSun, 08 Jun 2014 17:27:03 +0200, by souliane
-
plugin otr: first draftSat, 07 Jun 2014 16:39:08 +0200, by Goffi
-
installation: added python OTR dependencySat, 07 Jun 2014 16:39:08 +0200, by Goffi
-
core (XMPP): message received (onMessage) refactoring:Sat, 07 Jun 2014 16:38:53 +0200, by Goffi
-
core (XMPP): sendMessage refactoring:Sat, 07 Jun 2014 16:35:29 +0200, by Goffi
-
memory (params), test: fixes updateParams bugTue, 03 Jun 2014 17:10:12 +0200, by souliane
-
memory (params), test: fixes bug relative to parameter filteringTue, 03 Jun 2014 15:10:51 +0200, by souliane
-
plugin XEP-0100: fixes the call to log.debug (line 185)Wed, 04 Jun 2014 12:57:49 +0200, by souliane
-
primitivus: fixes freedesktop notifications when the owner name is changingWed, 28 May 2014 12:14:28 +0200, by souliane
-
memory: synchronize the upgrade to database v2 to be sure libervia's profile password is read to be written in the config file before its encryptionFri, 23 May 2014 13:00:35 +0200, by souliane
-
tools: add missing file src/tools/config.pyFri, 23 May 2014 10:03:33 +0200, by souliane
-
memory: auto-update configuration file with libervia's passphrase when migrating the databaseFri, 23 May 2014 09:59:15 +0200, by souliane
-
plugins misc_account, misc_register_account: manually delete the sessions when not needed anymoreWed, 21 May 2014 23:17:51 +0200, by souliane
-
core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection failsWed, 21 May 2014 23:15:01 +0200, by souliane
-
memory (params): fixes bugs in setParam:Wed, 21 May 2014 21:14:40 +0200, by souliane
-
plugin misc_accout: update relative to the introduction of profile password:Wed, 21 May 2014 12:07:13 +0200, by souliane
-
plugin misc_account: do not send the password with the confirmation email for account creationTue, 20 May 2014 15:47:08 +0200, by souliane
-
memory (params): fix parameters of type "list" to use the default option when no individual value is setTue, 20 May 2014 09:34:02 +0200, by souliane
-
fixes setup with PyCrypto minimal versionFri, 16 May 2014 11:26:46 +0200, by souliane
-
core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:Fri, 16 May 2014 00:58:20 +0200, by souliane
-
tools (xmlui): to click a button in a "param" form will automatically submit the parameters of the same categoryFri, 16 May 2014 00:53:09 +0200, by souliane
-
wix: update the connection mechanism to ask for non empty profile passwordsWed, 07 May 2014 18:16:15 +0200, by souliane
-
quick_app, primitivus: update the connection mechanism to ask for non empty profile passwordsWed, 07 May 2014 16:11:32 +0200, by souliane
-
jp: option '-c' is not longer a flag but a string to define the profile password:Wed, 07 May 2014 16:10:20 +0200, by souliane
-
stdui: add ui_profile_manager to interact with frontends when profile authentication is neededWed, 07 May 2014 16:03:38 +0200, by souliane
-
plugins misc_account, misc_smtp: update the plugins that deal with passwordsMon, 12 May 2014 17:51:38 +0200, by souliane
-
core, memory, bridge: added profile password + password encryption:Wed, 07 May 2014 16:02:23 +0200, by souliane
-
memory: add class ProfileSessions based on SessionsSat, 10 May 2014 17:37:32 +0200, by souliane
-
memory, test: added module crypto to hash passwords and encrypt/decrypt passwords or blocksWed, 07 May 2014 15:46:43 +0200, by souliane
-
core: fixed typoThu, 15 May 2014 20:25:52 +0200, by Goffi
-
core: getReady and asyncConnect now wait full initialisation, not only memoryThu, 15 May 2014 20:01:56 +0200, by Goffi
-
plugin text commands: added /me command to avoid the need to escape the /Thu, 15 May 2014 19:51:53 +0200, by Goffi
-
bridge (constructor): fixed D-Bus frontend generator for async method without sig_in + fixed --debug option + regenerated bridge to fix bad frontend D-Bus bridge.Thu, 15 May 2014 16:35:28 +0200, by Goffi
-
test: fix the tests after the changes of logging systemWed, 14 May 2014 13:26:23 +0200, by souliane
-
core (log): moved configuration to core.log_config; this avoid import issues with pyjamas.Wed, 14 May 2014 12:51:24 +0200, by Goffi
-
plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and descriptionTue, 13 May 2014 17:17:57 +0200, by souliane
-
better PEP-8 complianceWed, 07 May 2014 15:44:31 +0200, by souliane
-
core (i18n): use logging system instead of printThu, 08 May 2014 19:11:47 +0200, by Goffi
-
core (log): added "custom" backendThu, 08 May 2014 19:11:20 +0200, by Goffi
-
core (logs): workaround for pyjamas bugThu, 08 May 2014 17:16:15 +0200, by Goffi
-
memory, jp: added jp commands to load/save parameters templateSun, 04 May 2014 18:43:54 +0200, by souliane
-
core: if in debug mode and ipdb is present, use ipdb instead of pdbMon, 05 May 2014 20:16:14 +0200, by Goffi
-
core (log/standard backend): added "%(profile)s" format managementMon, 05 May 2014 20:16:13 +0200, by Goffi
-
core(log): standard backend: colors are now checked on a per handler basisMon, 05 May 2014 20:16:08 +0200, by Goffi
-
wix: use of new logging systemMon, 05 May 2014 20:12:21 +0200, by Goffi
-
primitivus: use of new logging system:Mon, 05 May 2014 20:12:19 +0200, by Goffi
-
quick_frontend: use of new logging systemMon, 05 May 2014 18:58:34 +0200, by Goffi
-
core (log): added magic %(profile)s key to log_fmt:Mon, 05 May 2014 18:58:34 +0200, by Goffi
-
core (log): refactoring + twisted backend:Mon, 05 May 2014 18:58:34 +0200, by Goffi
-
core (log): added advanced feature to basic backend (colors/formatting/level and logger filtering)Mon, 05 May 2014 18:58:34 +0200, by Goffi
-
core (logs): added formatting, name filter and outputs management:Mon, 05 May 2014 18:58:34 +0200, by Goffi
-
core (constants): use realpath instead of abspath + do not import it when building liberviaThu, 01 May 2014 11:14:25 +0200, by souliane
-
memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as defaultWed, 30 Apr 2014 19:54:21 +0200, by souliane
-
plugins TEXT-COMMANDS, XEP-0045, XEP-0048, XEP-0249:Wed, 30 Apr 2014 16:34:09 +0200, by souliane
-
core: fixes constants.pySun, 27 Apr 2014 18:51:03 +0200, by souliane
-
primitivus: fixes contact group updateSun, 27 Apr 2014 18:22:12 +0200, by souliane
-
plugin XEP_0033: fixes the server part and the testsFri, 11 Apr 2014 11:02:42 +0200, by souliane
-
tests: fixed log init in helpers (log init must be done before any call to a log method)Wed, 23 Apr 2014 12:01:59 +0200, by Goffi
-
test: configuration/use of new logging systemMon, 21 Apr 2014 20:04:52 +0200, by Goffi
-
tests: fixed import in test_helpers_pluginsMon, 21 Apr 2014 19:45:10 +0200, by Goffi
-
plugin XEP-0096: fixed a bug introduced by the log refactoringSun, 20 Apr 2014 11:51:48 +0200, by Goffi
-
core (log): configuration and environment variables are now checked for log level and colors:Sat, 19 Apr 2014 20:11:23 +0200, by Goffi
-
core: use of the new core.log module:Sat, 19 Apr 2014 19:19:19 +0200, by Goffi
-
core (log): twisted backend use logging methods instead of log.msgSat, 19 Apr 2014 16:48:26 +0200, by Goffi
-
core: logging refactoring, first step:Sat, 19 Apr 2014 00:02:38 +0200, by Goffi
-
core (constants): added some basic ANSI escape codesFri, 18 Apr 2014 23:36:52 +0200, by Goffi
-
plugins XEP-0048, XEP-0049: feature is not checked anymore before using private XML storage, as feature announcement is not mandatory in XEP-0049Thu, 10 Apr 2014 16:12:50 +0200, by Goffi
-
core (stdui): added forgotten __init__.pyTue, 08 Apr 2014 09:50:45 +0200, by Goffi
-
core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.pyThu, 03 Apr 2014 16:10:44 +0200, by souliane
-
jp: added bookmarks subcommandsMon, 07 Apr 2014 16:24:29 +0200, by Goffi
-
plugin XEP-0048: bookmarks deletion + added "delete" option for /bookmark commandMon, 07 Apr 2014 16:24:29 +0200, by Goffi
-
plugin XEP-0048: added list of bookmarks in XMLUI, selecting one join the roomMon, 07 Apr 2014 16:24:28 +0200, by Goffi
-
plugin XEP-0048: added /bookmark text commandMon, 07 Apr 2014 16:22:35 +0200, by Goffi
-
plugin XEP-0048: bookmarks (first draft)Mon, 07 Apr 2014 16:22:35 +0200, by Goffi
-
core (XMLUI): _cleanValue method to avoid issues with DBus types (must be deleted in the future)Mon, 07 Apr 2014 16:22:35 +0200, by Goffi
-
plugin XEP-0049: private xml storageMon, 07 Apr 2014 16:22:35 +0200, by Goffi
-
core (memory): added __iter__ to PersistentDictMon, 07 Apr 2014 16:22:33 +0200, by Goffi
-
plugin XEP-0115: minor logs improvmentMon, 07 Apr 2014 16:22:18 +0200, by Goffi
-
tools, frontends (xmlui): add Widget.setInternalCallback:Thu, 03 Apr 2014 14:56:16 +0200, by souliane
-
frontends (xmlui): add setter methods + fixes:Thu, 03 Apr 2014 14:49:05 +0200, by souliane
-
reverted changeset 5c7707c958d8 (revision 969)Thu, 03 Apr 2014 14:38:48 +0200, by souliane
-
jp (info/disco): fixed disco loop when --connect is usedWed, 02 Apr 2014 12:37:32 +0200, by Goffi
-
core: better plugin initialisation sequence:Wed, 02 Apr 2014 12:31:23 +0200, by Goffi
-
jp: "disco" subcommand, moved into a new "info" subcommand + added "version" subcommand which get software versionWed, 02 Apr 2014 12:31:15 +0200, by Goffi
-
jp: using C.APP_URL for application urlWed, 02 Apr 2014 12:11:07 +0200, by Goffi
-
tools, frontends (xmlui): add setter methods for widgets + new widget InternalButton to process UI operationsTue, 01 Apr 2014 21:30:21 +0200, by souliane
-
tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:Tue, 01 Apr 2014 21:21:13 +0200, by souliane
-
core, frontends (constants): frontends Const inheritates from core ConstTue, 01 Apr 2014 16:27:59 +0200, by souliane
-
jp: added disco subcommandTue, 01 Apr 2014 21:16:39 +0200, by Goffi
-
jp: fixed jid unicode decodingTue, 01 Apr 2014 21:16:02 +0200, by Goffi
-
jp: fixed missing importTue, 01 Apr 2014 21:15:35 +0200, by Goffi
-
core (disco): added discoInfos and discoItems bridge methodsTue, 01 Apr 2014 21:14:57 +0200, by Goffi
-
plugin XEP-0115: fixed bad disco_infos constructionMon, 31 Mar 2014 20:19:34 +0200, by Goffi
-
memory (disco): bug fix in findFeaturesSetMon, 31 Mar 2014 17:50:07 +0200, by souliane
-
core (XMPP): typo againMon, 31 Mar 2014 17:12:09 +0200, by Goffi
-
core (XMPP): fixed typoMon, 31 Mar 2014 17:10:10 +0200, by Goffi
-
core (XMPP): added warning when a contact ins roster is not subscribed from or toMon, 31 Mar 2014 17:07:25 +0200, by Goffi
-
plulgin XEP-0115: fixed caps_optimize initMon, 31 Mar 2014 16:57:02 +0200, by Goffi
-
plugin XEP-0065: fixed initialisation sequenceMon, 31 Mar 2014 16:08:15 +0200, by Goffi
-
quick frontends: first connection fixesMon, 31 Mar 2014 15:22:35 +0200, by Goffi
-
plugin account: reverted patch abd3a75d629cMon, 31 Mar 2014 12:35:59 +0200, by Goffi
-
plugin xep-0115: caps optimisationMon, 31 Mar 2014 12:24:20 +0200, by Goffi
-
plugin XEP-0092: use of checkFeature instead of hasFeature + timeout + message adapted to failure if software version is not availableMon, 31 Mar 2014 12:23:13 +0200, by Goffi
-
core (disco): added checkFeature method + fixed hasFeature testMon, 31 Mar 2014 12:23:13 +0200, by Goffi
-
plugin XEP-0045: profileConnected return the deferred, so muc service presence is checked before the end of initialisationMon, 31 Mar 2014 12:23:13 +0200, by Goffi
-
core: fixed bad closure in connection intialisation sequence (profileConnected in plugins were not called correctly)Mon, 31 Mar 2014 12:23:13 +0200, by Goffi
-
plugin account: prosody gid is used to spawn prosodyctl processMon, 31 Mar 2014 12:23:10 +0200, by Goffi
-
core (XMPP): fix status in presenceFri, 28 Mar 2014 19:19:11 +0100, by Goffi
-
core(memory): fixed last resourceFri, 28 Mar 2014 19:11:00 +0100, by Goffi
-
plugin XEP-0092: feature check before requesting versionFri, 28 Mar 2014 18:19:29 +0100, by Goffi
-
core, plugin XEP-0115: discovery refactoring:Fri, 28 Mar 2014 18:07:22 +0100, by Goffi
-
core (memory): entities cache improvments:Fri, 28 Mar 2014 18:07:17 +0100, by Goffi
-
core: more organisation in constants.pyFri, 28 Mar 2014 18:07:13 +0100, by Goffi
-
core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleanedFri, 28 Mar 2014 18:07:02 +0100, by Goffi
-
misc: precisions about pyjamas in README4PACKAGERSFri, 28 Mar 2014 18:06:51 +0100, by Goffi
-
wix: fixed onShowProfileThu, 27 Mar 2014 10:36:20 +0100, by Goffi
-
plugin account, groupblog: user can erase all their microblogs at onceThu, 27 Mar 2014 02:24:20 +0100, by souliane
-
primitivus: do not display the presence/status dialog if the profile is not connectedTue, 25 Mar 2014 17:26:31 +0100, by souliane
-
memory: be sure that local_dir exists before creating a new databaseTue, 25 Mar 2014 14:57:38 +0100, by souliane
-
memory: bug fix the current local_dir after sat.conf is auto-updatedMon, 24 Mar 2014 16:43:08 +0100, by souliane
-
plugin account: bug fix profile deletion from the database + unsubscribe the contactsMon, 24 Mar 2014 16:21:14 +0100, by souliane
-
core: presence stanzas were sent twiceMon, 24 Mar 2014 10:16:07 +0100, by souliane
-
misc: updated setup.py and README4PACKAGERSSun, 23 Mar 2014 22:34:24 +0100, by souliane
-
misc: sat stop would not kill all sat instances anymoreSun, 23 Mar 2014 22:44:49 +0100, by souliane
-
core, memory: use XDG recommended paths as the defaults for the config and local directoriesSun, 23 Mar 2014 22:43:43 +0100, by souliane
-
plugin text commands: commands are now sorted in /helpMon, 24 Mar 2014 15:18:53 +0100, by Goffi
-
plugin XEP-0045: added user information to /whois text commandMon, 24 Mar 2014 14:46:18 +0100, by Goffi
-
plugin text-commands: fixed name conflicts management + plugin parrot: removed now done TODOMon, 24 Mar 2014 13:49:37 +0100, by Goffi
-
plugin text commands: refactoring, text now only contain main commands, and other plugin can add commands themselve:Mon, 24 Mar 2014 10:57:15 +0100, by Goffi
-
core: plugins now accepts recommendations:Sun, 23 Mar 2014 10:02:50 +0100, by Goffi
-
test: fix tests fo plugins XEP-0033 and XEP-0085Sat, 22 Mar 2014 18:47:17 +0100, by souliane
-
core: removed default_config:Sat, 22 Mar 2014 17:48:10 +0100, by Goffi
-
core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generationSat, 22 Mar 2014 15:34:05 +0100, by Goffi
-
plugin text commands: refactoring:Sat, 22 Mar 2014 13:47:33 +0100, by Goffi
-
plugin XEP-0092: new plugin (software version)Sat, 22 Mar 2014 13:44:33 +0100, by Goffi
-
core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JIDSat, 22 Mar 2014 13:42:59 +0100, by Goffi
-
bridge: remove unecessary signals/methods declarationsFri, 21 Mar 2014 09:09:51 +0100, by souliane
-
bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connectThu, 20 Mar 2014 21:18:18 +0100, by souliane
-
core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'Fri, 21 Mar 2014 16:27:09 +0100, by Goffi
-
tests: tests fixesFri, 21 Mar 2014 16:19:46 +0100, by Goffi
-
core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants thereFri, 21 Mar 2014 16:08:11 +0100, by Goffi
-
primitivus: EditBar doesn't propagate key pressed anymore if it manage a 'up' or 'down' event (history event)Fri, 21 Mar 2014 15:36:01 +0100, by Goffi
-
primitivus: PrimitivusVerticalContainer box widgets management:Fri, 21 Mar 2014 15:04:13 +0100, by Goffi
-
primitivus: removed deprecated use of set_focusFri, 21 Mar 2014 15:04:03 +0100, by Goffi
-
core (XMLUI): BoolWidget now accept real boolean for valueFri, 21 Mar 2014 15:03:56 +0100, by Goffi
-
core: minor docstring fixesFri, 21 Mar 2014 15:03:51 +0100, by Goffi
-
plugin XEP-0085: bug fixes, especially for groupchat messagesTue, 18 Mar 2014 13:52:12 +0100, by souliane
-
primitivus: display chat states (with symbols) for MUC participantsMon, 17 Mar 2014 13:24:55 +0100, by souliane
-
quick_app: better PEP-8 complianceSun, 16 Mar 2014 21:25:49 +0100, by souliane
-
tools: xml_tools.ElementParser do not replace '\n' and '\t' with ' ' by defaultSat, 15 Mar 2014 00:15:49 +0100, by souliane
-
test: update radiocol test regarding the last changesSat, 15 Mar 2014 01:19:22 +0100, by souliane
-
plugin radiocol: preload signal also contains the uploader nicknameTue, 11 Mar 2014 11:59:11 +0100, by souliane
-
frontends: added SYNTAX_TEXT in the constantsMon, 10 Mar 2014 22:19:11 +0100, by souliane
-
plugin radiocol: add MP3 supportWed, 05 Mar 2014 23:24:03 +0100, by souliane
-
misc: added Naha to READMEWed, 05 Mar 2014 16:09:27 +0100, by Goffi
-
misc: README4PACKAGERS improvmentsWed, 05 Mar 2014 16:03:05 +0100, by Matteo Cypriani
-
jp: updated main loop to gobject 3Wed, 05 Mar 2014 16:03:04 +0100, by Matteo Cypriani
-
removed deprecated and really old Sortilege frontend, today Primitivus is the console frontendTue, 04 Mar 2014 01:24:15 +0100, by Goffi
-
misc: added gobject dependency for primitivus in README4PACKAGERSTue, 04 Mar 2014 00:29:10 +0100, by Goffi
-
plugin account: user can change his password or delete his XMPP accountMon, 03 Mar 2014 10:00:15 +0100, by souliane
-
core (memory): asyncDeleteProfile can force the deletion of a profile, even if it's connected (when called from the backend only)Mon, 03 Mar 2014 15:37:49 +0100, by souliane
-
core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfileMon, 03 Mar 2014 09:59:10 +0100, by souliane
-
plugin groupblog: added a convenient bridge method getGroupBlogsWithCommentsFri, 28 Feb 2014 11:19:08 +0100, by souliane
-
plugin XEP-0060, groupblog: added nodeIdentifiers attribute to getItems in order to retrieve items by idsTue, 25 Feb 2014 17:49:15 +0100, by souliane
-
plugin blog_banner: added temporary plugin with a user parameter to set a blog bannerTue, 25 Feb 2014 11:32:21 +0100, by souliane
-
we are in a dev version again...Sat, 01 Mar 2014 13:35:21 +0100, by Goffi
-
SàT 0.4.1 releasedFri, 28 Feb 2014 15:03:34 +0100, by Goffi
-
updated changelogFri, 28 Feb 2014 14:56:35 +0100, by Goffi
-
better INSTALL instructionsFri, 28 Feb 2014 14:41:51 +0100, by Goffi
-
setup.py fixes and improvmentsFri, 28 Feb 2014 14:39:45 +0100, by Goffi
-
README4PACKAGERS fixesThu, 27 Feb 2014 18:42:42 +0100, by Goffi
-
SàT 0.4 releasedWed, 26 Feb 2014 14:10:34 +0100, by Goffi
-
CHANGELOG fixes/updateWed, 26 Feb 2014 10:40:01 +0100, by Goffi
-
updated CHANGELOG for v 0.4.0Tue, 25 Feb 2014 17:48:50 +0100, by souliane
-
plugin card_game: update to use the new XMLUI mechanism:Wed, 26 Feb 2014 02:17:43 +0100, by souliane
-
plugin room_game: fix issues with data structures initializationWed, 26 Feb 2014 02:13:29 +0100, by souliane
-
tools, plugin XEP-0077: small fixesTue, 25 Feb 2014 22:58:42 +0100, by souliane
-
core (xmpp): fix automatic contact deletionTue, 25 Feb 2014 18:47:15 +0100, by souliane
-
some typos fixes in the README filesWed, 26 Feb 2014 09:34:46 +0100, by souliane
-
README4PACKAGERS updateWed, 26 Feb 2014 01:54:16 +0100, by Goffi
-
added README4PACKAGERSWed, 26 Feb 2014 01:52:36 +0100, by souliane
-
README and INSTALL updatesWed, 26 Feb 2014 00:36:34 +0100, by Goffi
-
plugin misc account: updated the welcome emailTue, 25 Feb 2014 23:45:50 +0100, by Goffi
-
plugin demo directory: temporary plugin to integrate Salut's directory in SàT's parameters:Tue, 25 Feb 2014 23:03:17 +0100, by Goffi
-
plugin XEP-0085: fixed bad trigger return valueTue, 25 Feb 2014 23:03:17 +0100, by Goffi
-
plugin XEP-0055: salut.libervia.org is temporarly used as default valueTue, 25 Feb 2014 23:03:17 +0100, by Goffi
-
core (memory): added 'no' value management in configuration's booleansTue, 25 Feb 2014 23:03:13 +0100, by Goffi
-
core (xmlui), frontends: handling of "text" type in params xml + bug fixesTue, 25 Feb 2014 23:01:26 +0100, by Goffi
-
frontends: fix typos, do not use logging in the xmlui tools:Tue, 25 Feb 2014 10:59:05 +0100, by souliane
-
core (xmlui): fixed types with empty value are now correctly managed in _dataFormField2XMLUIDataTue, 25 Feb 2014 02:22:17 +0100, by Goffi
-
i18n: updated the translation filesMon, 24 Feb 2014 19:21:07 +0100, by souliane
-
test: skip radiocol tests if the sound samples are not foundMon, 24 Feb 2014 12:57:56 +0100, by souliane
-
plugin groupblog: bug fix for the atom feedMon, 24 Feb 2014 12:21:59 +0100, by souliane
-
plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atomSun, 23 Feb 2014 13:54:41 +0100, by souliane
-
plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:Fri, 14 Feb 2014 21:24:31 +0100, by souliane
-
test: fix the tests for plugin room gameThu, 20 Feb 2014 17:51:51 +0100, by souliane
-
test: skip the test for markdown syntax if the module is not installedThu, 20 Feb 2014 16:37:05 +0100, by souliane
-
plugin XEP-0277: last commit was actually a part of the next oneSun, 23 Feb 2014 23:59:02 +0100, by Goffi
-
plugin XEP-0277: added missing docstringSun, 23 Feb 2014 23:30:35 +0100, by Goffi
-
core (sqlite): automatic database update:Sun, 23 Feb 2014 23:30:32 +0100, by Goffi
-
plugin text syntaxes: fixed cleaners encodingThu, 20 Feb 2014 13:28:10 +0100, by Goffi
-
plugin XEP-0277: encoding fixThu, 20 Feb 2014 13:28:09 +0100, by Goffi
-
primitivus: displayed presence/status was not updated when the presence is "Online".Tue, 18 Feb 2014 19:37:29 +0100, by souliane
-
plugin room_game, radiocol: RoomGame.send returns a Deferred.Tue, 18 Feb 2014 17:49:33 +0100, by souliane
-
misc: setup.py was not installing sat_frontends.jpTue, 18 Feb 2014 16:24:19 +0100, by souliane
-
plugin groupblog: do not log error message when asking for the entries of a non existent node (e.g the contact hasn't posted any message yet)Tue, 18 Feb 2014 14:35:30 +0100, by souliane
-
core: fix mispelled argumentTue, 18 Feb 2014 14:33:35 +0100, by souliane
-
misc: exclude misc/_jp from xgettext inputMon, 17 Feb 2014 19:23:13 +0100, by souliane
-
misc: fix unnamed arguments in format stringsMon, 17 Feb 2014 14:58:26 +0100, by souliane
-
misc: update distribute_setup.py to version 0.6.49Mon, 17 Feb 2014 12:25:17 +0100, by Thomas Preud'homme
-
frontends (tools): addURLToImage makes an image clickableThu, 13 Feb 2014 15:35:21 +0100, by souliane
-
plugin text_syntaxes: html2text was breaking the long URLsThu, 13 Feb 2014 12:29:14 +0100, by souliane
-
frontends: add COMMANDS constant for Wysiwyg edition + add "image" button info for the syntaxesThu, 13 Feb 2014 10:42:29 +0100, by souliane
-
memory (sqlite): the result of pickle.dumps in addToHistory must be encoded for the special characters to be stored.Wed, 12 Feb 2014 21:46:48 +0100, by souliane
-
plugin XEP_0277: fix encode/decode errorsWed, 12 Feb 2014 15:24:03 +0100, by souliane
-
plugin XEP_0277: check for XHTML namespace and decapsulate the content from the main div containerWed, 12 Feb 2014 15:23:15 +0100, by souliane
-
plugin text_syntaxes: rstrip the conversion result to avoid new lines systematically added by converters (e.g. html2text do this)Wed, 12 Feb 2014 15:21:00 +0100, by souliane
-
tools: composition RICH_FORMATS constant has been renamed to RICH_SYNTAXESWed, 12 Feb 2014 15:19:48 +0100, by souliane
-
core: bug fix at connection timeFri, 07 Feb 2014 22:17:06 +0100, by souliane
-
memory: bug fix to not register twice frontends parameters + added some tests for param updateFri, 07 Feb 2014 17:10:24 +0100, by souliane
-
plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:Wed, 05 Feb 2014 16:36:51 +0100, by souliane
-
plugin groupblog: added method getLastGroupBlogsAtom returns the Atom feed of blog postsWed, 22 Jan 2014 17:10:28 +0100, by souliane
-
test radiocol: added a full scenario testWed, 15 Jan 2014 23:24:22 +0100, by souliane
-
test: improvements for the helpers classes:Wed, 15 Jan 2014 23:22:07 +0100, by souliane
-
plugins room_games, radiocol, libervia: small changes like refactorization to ease the maintenanceFri, 17 Jan 2014 15:02:46 +0100, by souliane
-
plugin radiocol: sync data includes a "jump to time" infoThu, 16 Jan 2014 11:44:14 +0100, by souliane
-
plugins radiocol_tarot: do not process received messages for MUC users that are actually not playing the game + fix for testing purposeWed, 15 Jan 2014 23:09:39 +0100, by souliane
-
plugins room_games, radiocol: better synchronization after a user joins a running gameWed, 15 Jan 2014 23:01:23 +0100, by souliane
-
jp: added ad-hoc subcommand with a remote sub-subcommand to create a D-Bus remoteMon, 17 Feb 2014 18:57:53 +0100, by Goffi
-
jp: short option for progress is now -P instead of -g, so -g can be used for groupsMon, 17 Feb 2014 18:57:09 +0100, by Goffi
-
plugin Ad-Hoc D-Bus: first draft:Mon, 17 Feb 2014 18:57:06 +0100, by Goffi
-
plugin XEP-0050: fixed UnknownGroupError management + "@ALL@" profile for status commandThu, 13 Feb 2014 18:50:56 +0100, by Goffi
-
core(XMLUI): empty options in ListWidget now just show a warning message, no more assertThu, 13 Feb 2014 18:50:49 +0100, by Goffi
-
core: fixed UnknownGroupError exception in getJidsFromGroupThu, 13 Feb 2014 18:50:41 +0100, by Goffi
-
jp: zsh completion, first draft (added in a new /misc directory):Mon, 10 Feb 2014 13:53:46 +0100, by Goffi
-
jp: refactoring:Mon, 10 Feb 2014 13:44:09 +0100, by Goffi
-
misc (README): updated Link Mauve and Dal contributions, moved Souliane as a main contributorWed, 05 Feb 2014 14:52:40 +0100, by Goffi
-
jp: added missing license headersWed, 05 Feb 2014 14:52:38 +0100, by Goffi
-
jp: refactoring using ArgParseWed, 05 Feb 2014 14:35:26 +0100, by Dal
-
core: registerNewAccount partial fixTue, 04 Feb 2014 18:54:06 +0100, by Goffi
-
frontends: fixed /me usage + renamed a couple of "type" parameters to type_Tue, 04 Feb 2014 18:51:16 +0100, by Goffi
-
dates updateTue, 04 Feb 2014 18:32:49 +0100, by Goffi
-
core (XMLUI): fixed labels management for lists in _dataFormField2XMLUIDataTue, 04 Feb 2014 18:32:46 +0100, by Goffi
-
core: security limit in menusTue, 04 Feb 2014 18:32:39 +0100, by Goffi
-
frontends: some modifications to ease the the use of the new sat_frontends.tools.xmlui.XMLUI class in LiberviaTue, 04 Feb 2014 18:32:33 +0100, by Goffi
-
core: added "one_shot" option to registered callback:Tue, 04 Feb 2014 18:24:27 +0100, by Goffi
-
core (XMLUI), frontends: advancedListContainer part 2:Tue, 04 Feb 2014 18:21:51 +0100, by Goffi
-
XMLUI (core, frontends): added JidWidget and DividerWidget + popup type + some bugfixes:Tue, 04 Feb 2014 18:19:32 +0100, by Goffi
-
core, frontends: implementation of AdvancedListContainer first draft + misc:Tue, 04 Feb 2014 18:19:29 +0100, by Goffi
-
core, frontends: XMLUI refactoring:Tue, 04 Feb 2014 18:19:00 +0100, by Goffi
-
plugin XEP-0045, primitivus: added MUC configurationTue, 04 Feb 2014 18:06:12 +0100, by Goffi
-
xmlui: added boolean type management in XMLUIResult2DataFormResultTue, 04 Feb 2014 18:04:32 +0100, by Goffi
-
plugin XEP-0055, Primitivus: Directory search dialogs are now entirely done in plugin XEP-0055, specific code in frontend is not needed anymoreTue, 04 Feb 2014 18:03:53 +0100, by Goffi
-
core: XMLUI now use @property for session_id and submitTue, 04 Feb 2014 18:02:40 +0100, by Goffi
-
primitivus: fixed bad closure, resulting in menus bug.Tue, 04 Feb 2014 18:02:37 +0100, by Goffi
-
core, frontends: XMLUI refactoring:Tue, 04 Feb 2014 18:02:35 +0100, by Goffi
-
test: added tests for the plugin "room game" + rename other test filesFri, 10 Jan 2014 18:20:30 +0100, by souliane
-
test: make FakeClient profile dependent and add some tools to test MUCFri, 10 Jan 2014 18:15:02 +0100, by souliane
-
test: silent info/warning that were polluting the outputFri, 10 Jan 2014 18:19:34 +0100, by souliane
-
test: define the constants JIDs and profiles as listsThu, 09 Jan 2014 11:18:33 +0100, by souliane
-
plugins room games, XEP-0045: small fixes, improved docstringsFri, 10 Jan 2014 18:07:36 +0100, by souliane
-
plugin room game: improved docstrings, added '_' as prefix for internal methods namesThu, 09 Jan 2014 10:28:25 +0100, by souliane
-
test: use the SatTestCase methods instead of builtin "assert" in tests for memory, plugin xep-0033Tue, 07 Jan 2014 09:27:53 +0100, by souliane
-
plugin XEP-0054: also work with python2-pillowFri, 10 Jan 2014 21:12:06 +0100, by Emmanuel Gil Peyrot
-
test: added tests for XEP-0033Sun, 05 Jan 2014 13:05:31 +0100, by souliane
-
test: FakeMemory inherits from Memory + more helpers basic support + cleaningSun, 05 Jan 2014 13:04:54 +0100, by souliane
-
plugin XEP-0033: the comparison for auto-fixing for the stanza recipient was not correctSun, 05 Jan 2014 13:00:17 +0100, by souliane
-
memory: factorize the node checks in Params.__constructProfileXmlSun, 05 Jan 2014 07:26:41 +0100, by souliane
-
test: added tests for XEP-0085Sat, 04 Jan 2014 21:09:32 +0100, by souliane
-
test: added some tests for MemorySat, 04 Jan 2014 17:16:40 +0100, by souliane
-
test: added support of basic memory stuff in helpers.pySat, 04 Jan 2014 15:46:30 +0100, by souliane
-
test: store the constants in constants.py + better PEP8 complianceSat, 04 Jan 2014 15:45:08 +0100, by souliane
-
memory: bug fix related to method paramsRegisterApp + getParams was not always returning a DeferredSat, 04 Jan 2014 21:13:51 +0100, by souliane
-
memory: fixed wrong information in the docstrings for security_limitSat, 04 Jan 2014 21:12:49 +0100, by souliane
-
core, bridge: new method paramsRegisterApp to register frontend's specific parametersFri, 27 Dec 2013 13:28:26 +0100, by souliane
-
frontends: fixed sendMessage calls, sendMessage is now async so callback and errback need to be specified + redraw in PrimivitusApp.notifyFri, 03 Jan 2014 21:25:07 +0100, by Goffi
-
i18n: merged jp i18n french translation in core fr.poSun, 29 Dec 2013 17:48:14 +0100, by Goffi
-
core: fixed setup.py (removed former sat_frontends and jp i18n references)Sun, 29 Dec 2013 17:48:04 +0100, by Goffi
-
core: dynamics menus refactoring:Sun, 29 Dec 2013 17:10:14 +0100, by Goffi
-
i18n: merged sat_frontends and sat translations in core's i18nSun, 29 Dec 2013 17:10:10 +0100, by Goffi
-
core: i18n refactoring:Sun, 29 Dec 2013 17:06:01 +0100, by Goffi
-
plugin groupblog, XEP-0277: store both published and updated timestampsThu, 19 Dec 2013 13:54:40 +0100, by souliane
-
tools: addURLToText moved from libervia to sat_frontends/tools/stringsWed, 18 Dec 2013 15:37:30 +0100, by souliane
-
core: fix bridge method getContactsFromGroup return value (list of jids --> list of strings)Wed, 18 Dec 2013 10:39:19 +0100, by souliane
-
quick_frontend: fix presence/status update (do not share between different resources)Wed, 18 Dec 2013 09:55:02 +0100, by souliane
-
primitivus: redraw after changing the presence or statusWed, 18 Dec 2013 07:44:35 +0100, by souliane
-
plugins radiocol, xep-0054: better handling of upload errors:Tue, 17 Dec 2013 18:44:53 +0100, by souliane
-
plugin radiocol: fix wrong call of deleteFileTue, 17 Dec 2013 11:35:41 +0100, by souliane
-
plugin xep-0050 (ad-hoc commands): requesting part. first draftTue, 24 Dec 2013 15:43:52 +0100, by Goffi
-
core (xml_tools): dataForm*2XML renamed to dataForm*2XMLUI and now return XMLUI instead of raw XML + submit_id is managed, and session_id is returned if presentTue, 24 Dec 2013 15:43:22 +0100, by Goffi
-
backend, frontends: XMLUI refactoring:Tue, 24 Dec 2013 15:19:18 +0100, by Goffi
-
backend, frontends: callbacks refactoring:Tue, 24 Dec 2013 15:19:08 +0100, by Goffi
-
plugin xep-0050: using new Sessions classTue, 24 Dec 2013 15:19:08 +0100, by Goffi
-
core (memory): added optional profile checking in Sessions:Tue, 24 Dec 2013 15:19:08 +0100, by Goffi
-
core (memory): new Sessions management class (similar to dict)Tue, 24 Dec 2013 15:19:08 +0100, by Goffi
-
core, frontends: callMenu is now async and don't use callback_id anymoreTue, 24 Dec 2013 15:18:31 +0100, by Goffi
-
core (xml tools): bad default parameter in XMLUI.addListTue, 24 Dec 2013 01:31:18 +0100, by Goffi
-
plugin XEP-0050: fixed getDiscoItems when no commands were added + fixed commands purge on profile disconnectionTue, 24 Dec 2013 01:31:01 +0100, by Goffi
-
core,bridge: sendMessage bridge method is now asyncTue, 17 Dec 2013 01:46:45 +0100, by Goffi
-
core, bridge: better GenericException handlingTue, 17 Dec 2013 00:56:39 +0100, by Goffi
-
plugin XEP-0033: avoid the controlled error to explode (use return Failure(...) instead of raise)Mon, 16 Dec 2013 17:49:54 +0100, by souliane
-
plugin XEP-0033: bug fix for sending messages with the addressing feature to several serversMon, 16 Dec 2013 14:48:28 +0100, by souliane
-
core: bug fix for serverDiscoItems (bad use of addCallbacks)Mon, 16 Dec 2013 14:36:38 +0100, by souliane
-
core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.pyMon, 16 Dec 2013 14:35:26 +0100, by souliane
-
plugin room_games, radiocol: send the current queue to new playersThu, 28 Nov 2013 19:23:59 +0100, by souliane
-
plugins groupblog (xep-0060, xep-0277): added blog item modification/deletionTue, 10 Dec 2013 09:02:20 +0100, by souliane
-
plugins text-syntaxes: added a default value to use the current user syntax in convertMon, 09 Dec 2013 15:31:07 +0100, by souliane
-
plugin XEP-0045: remove redondant errback from _joinThu, 28 Nov 2013 21:27:18 +0100, by souliane
-
plugin XEP-0033: implementation of the addressing feature:Wed, 11 Dec 2013 17:16:53 +0100, by souliane
-
core (tools): set min and max priorities for triggers and warn if several triggers have the same not null priorityFri, 13 Dec 2013 05:35:24 +0100, by souliane
-
bridge (constructor): added categories for the mediawiki exportMon, 25 Nov 2013 13:32:21 +0100, by souliane
-
primivitus: do not notify when an empty message is receivedMon, 25 Nov 2013 12:36:49 +0100, by souliane
-
primitivus: save the input history when "esc" is pressedMon, 25 Nov 2013 12:29:14 +0100, by souliane
-
frontends: set and retrieve your own presence and statusMon, 25 Nov 2013 01:56:07 +0100, by souliane
-
frontends: define the constants with classes and inheritance instance of using __builtin__Sat, 23 Nov 2013 10:21:40 +0100, by souliane
-
frontends: presence update in quick app:Sun, 24 Nov 2013 11:22:20 +0100, by souliane
-
core: bad indentation in SatPresenceProtocol.availableSun, 24 Nov 2013 11:15:54 +0100, by souliane
-
reverted last commitFri, 13 Dec 2013 17:46:35 +0100, by Goffi
-
plugin account: don't wait for emails anymoreFri, 13 Dec 2013 17:40:48 +0100, by Goffi
-
plugin microbloging: fixes bad callsFri, 13 Dec 2013 17:18:29 +0100, by Goffi
-
plugin account: configuration constants can be overriden in sat.conf (section "plugin account") + better deferred management in email sendingFri, 13 Dec 2013 17:15:57 +0100, by Goffi
-
core: management of _list and _dict in sat.confThu, 12 Dec 2013 01:06:19 +0100, by Goffi
-
plugin XEP-0050: Ad-Hoc commands first draft (answering part)Tue, 10 Dec 2013 17:25:31 +0100, by Goffi
-
core: fixed statuses parameter in setPresence, and using @NONE@ instead of @DEFAULT@ for default profile_keyTue, 10 Dec 2013 17:25:31 +0100, by Goffi
-
core: use of Twisted JID instead of string bare jid in roster SatRosterProtocolTue, 10 Dec 2013 17:25:31 +0100, by Goffi
-
plugin XEP-0055: fixed form's namespaceTue, 03 Dec 2013 13:51:08 +0100, by Goffi
-
plugin XEP-0085: fixed bad return value for sendMessage trigger's post treatmentTue, 03 Dec 2013 13:09:49 +0100, by Goffi
-
bridge: fixed bridge_constructorSun, 01 Dec 2013 17:28:30 +0100, by Goffi
-
core (memory): fixed setDefault behaviour + minor refactoringThu, 28 Nov 2013 17:23:08 +0100, by Goffi
-
jp: removed named argument for pipeOut, as it's not managed with dynamicaly added methodsTue, 26 Nov 2013 18:30:35 +0100, by Goffi
-
jp: fixed sendFile callSat, 23 Nov 2013 13:38:05 +0100, by Goffi
-
frontends tools: moved src/tools/frontends to frontends/src/toolsThu, 21 Nov 2013 18:57:10 +0100, by souliane
-
plugin tools: turn src/plugin/games.py into a plugin and move it to src/plugins/plugin_misc_room_game.pyThu, 21 Nov 2013 18:23:08 +0100, by souliane
-
plugins (games): more factorization and flexibility for launching and joining games:Thu, 21 Nov 2013 15:49:53 +0100, by souliane
-
frontends tools: added symbols for MUC user activity identificationThu, 21 Nov 2013 15:38:53 +0100, by souliane
-
plugins XEP-0045: added methods to get room nicks and "MUC user left" triggerTue, 19 Nov 2013 19:31:59 +0100, by souliane
-
plugins (games): add a method to send messages more easilyMon, 18 Nov 2013 14:25:40 +0100, by souliane
-
plugin XEP-0045: fixed incorrect exceptions nameSun, 17 Nov 2013 17:02:22 +0100, by souliane
-
plugins (MUC, tools, games): generalize the generation of a unique room name when joining a MUC and no room is specified:Sun, 17 Nov 2013 16:59:12 +0100, by souliane
-
plugins (tools): collective games (with no opponent, like radiocol) were handled like other gamesSun, 17 Nov 2013 16:30:46 +0100, by souliane
-
plugin XEP-0249: silently discard MUC invitation if user is already inSun, 17 Nov 2013 16:23:29 +0100, by souliane
-
bridge: removed plugin method definitions from the old static systemSun, 17 Nov 2013 16:11:55 +0100, by souliane
-
plugin group blog: management of extra data/rich text for blog commentsFri, 15 Nov 2013 15:27:03 +0100, by Goffi
-
plugin XEP-0277, groupblog: rich text management for receiving microblogsThu, 14 Nov 2013 18:36:02 +0100, by Goffi
-
plugin XEP-0277, group blog: rich text management for sending microblogsThu, 14 Nov 2013 18:35:51 +0100, by Goffi
-
plugin text syntaxes: clean_xhtml now accept lxml's HtmlElement to avoid parsing two times the same xmlThu, 14 Nov 2013 17:53:47 +0100, by Goffi
-
plugin XEP-0277, group blogs: proper asynchronous methods for sending blogs.Thu, 14 Nov 2013 17:51:35 +0100, by Goffi
-
plugin group blog: renamed options parameter as extra for consistency with sendMessageThu, 14 Nov 2013 16:49:57 +0100, by Goffi
-
plugin XEP-0071: rich messages management for sendMessageWed, 13 Nov 2013 14:03:16 +0100, by Goffi
-
plugin XEP-0071: XHTML2XHTML_IM don't return the <body> root tag anymore.Wed, 13 Nov 2013 14:02:02 +0100, by Goffi
-
core: dont save anymore messages to database if there is no "message" data (fix empty records with chat states)Wed, 13 Nov 2013 14:01:13 +0100, by Goffi
-
plugin text syntaxes: fixed bad parameter order for getParamAWed, 13 Nov 2013 14:00:07 +0100, by Goffi
-
core: sendMessage's options parameter has been renamed to extra to be consistent with newMessageWed, 13 Nov 2013 13:58:10 +0100, by Goffi
-
core: sendMessage triggers now use a treatments deferred;Wed, 13 Nov 2013 13:57:36 +0100, by Goffi
-
test: better ignore_blank in helpers's assertEqualXMLTue, 12 Nov 2013 16:56:34 +0100, by Goffi
-
plugin text syntaxes: fixed missing importTue, 12 Nov 2013 14:51:32 +0100, by Goffi
-
tests: plugin text syntaxes sanitisation testsTue, 12 Nov 2013 14:16:11 +0100, by Goffi
-
tests: added XML comparaison method to helpersTue, 12 Nov 2013 14:16:11 +0100, by Goffi
-
plugin text syntaxes: styles sanitisationTue, 12 Nov 2013 14:14:36 +0100, by Goffi
-
tools frontend: moved here from Libervia some definitions for message compositionSat, 09 Nov 2013 09:12:38 +0100, by souliane
-
misc: added a file for frontend's string operations:Fri, 08 Nov 2013 19:14:13 +0100, by souliane
-
plugin XEP-249: added parameter Misc / Auto-join MUC on invitationTue, 05 Nov 2013 21:08:31 +0100, by souliane
-
tools: renamed tools.jid.JID attribute "short" to "bare"Tue, 29 Oct 2013 16:26:55 +0100, by souliane
-
primitivus card_game: bug fix and improvementMon, 28 Oct 2013 19:04:49 +0100, by souliane
-
plugin card_game: better PEP-8 complianceMon, 28 Oct 2013 18:49:01 +0100, by souliane
-
primitivus, wix: auto-display MUC dialog after it has been joined:Mon, 28 Oct 2013 18:29:34 +0100, by souliane
-
core (tools): small fix in using imported methodsThu, 24 Oct 2013 08:47:45 +0200, by souliane
-
plugins radiocol, card_game, quiz: code factorizationWed, 23 Oct 2013 12:45:13 +0200, by souliane
-
tools: moved src/tools/games.py to src/tools/frontends/Fri, 18 Oct 2013 11:58:42 +0200, by souliane
-
memory: fixed getHistory behavior when parameter between=True:Wed, 23 Oct 2013 00:28:00 +0200, by souliane
-
primitivus, wix: fixed bridge methods calls for plugins radiocol and card gameTue, 22 Oct 2013 16:24:11 +0200, by souliane
-
wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 complianceTue, 22 Oct 2013 09:41:27 +0200, by souliane
-
primitivus: code factorization for user notificationMon, 21 Oct 2013 15:52:28 +0200, by souliane
-
core (memory): cleaned the part for load/save to xml (not used)Fri, 18 Oct 2013 19:23:03 +0200, by souliane
-
social contract: typos fixes:Fri, 08 Nov 2013 17:48:27 +0100, by souliane
-
new xml tools module (sat.tools.frontends.xml):Sat, 09 Nov 2013 10:17:53 +0100, by Goffi
-
plugin text_syntaxes: fixed clean_xhml (it now return XHTML instead of HTML)Sat, 09 Nov 2013 10:16:35 +0100, by Goffi
-
moved sat.tools.frontend to sat.tools.frontendsFri, 08 Nov 2013 16:35:51 +0100, by Goffi
-
plugin misc_account: added method getNewAccountDomainThu, 07 Nov 2013 17:01:40 +0100, by souliane
-
frontend, primitivus: added input history (mode-wise)Thu, 07 Nov 2013 16:58:20 +0100, by souliane
-
social contract: typos fixesThu, 07 Nov 2013 16:14:56 +0100, by souliane
-
core, bridge: extra parameter is saved in history:Thu, 07 Nov 2013 15:29:39 +0100, by Goffi
-
plugin XEP_0071: first draftTue, 05 Nov 2013 22:41:45 +0100, by Goffi
-
plugin XEP-0115: changed node for "http://sat.goffi.org" + filtering using list comprehension instead of filter()Tue, 05 Nov 2013 22:40:56 +0100, by Goffi
-
core: added SatIdentityHandler for Disco Identity, and set identity to "client/pc/Salut à Toi"Tue, 05 Nov 2013 22:40:55 +0100, by Goffi
-
plugin text syntaxes: this plugin manage rich text syntaxes conversions and cleaning.Tue, 05 Nov 2013 22:40:46 +0100, by Goffi
-
install: added lxml to setup.py dependenciesThu, 31 Oct 2013 17:18:32 +0100, by Goffi
-
core: Deferred in onMessage.Thu, 31 Oct 2013 17:18:04 +0100, by Goffi
-
core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.Thu, 31 Oct 2013 17:14:15 +0100, by Goffi
-
primitivus: fixed crash on private messagesTue, 15 Oct 2013 23:10:31 +0200, by Goffi
-
core, plugins: fixed bad use of children instead of elements() for domish.Element instances.Tue, 15 Oct 2013 19:28:34 +0200, by Goffi
-
plugin xep-0085: bug fix + improvementMon, 07 Oct 2013 13:09:57 +0200, by souliane
-
misc: added Dal to contributorsMon, 07 Oct 2013 14:58:41 +0200, by Goffi
-
jp: profiles managementMon, 07 Oct 2013 14:56:09 +0200, by Dal
-
bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.Wed, 02 Oct 2013 20:25:19 +0200, by souliane
-
core, primitivus: better support for parameter of type listWed, 02 Oct 2013 17:38:29 +0200, by souliane
-
plugin XEP-0085: improvement for sending "composing" stateThu, 26 Sep 2013 10:44:57 +0200, by souliane
-
wix: bug fix at startup when the method chatStateReceived doesn't existThu, 26 Sep 2013 10:14:23 +0200, by souliane
-
install: minimum required wokkel version is now 0.7.1, updated setup.pyFri, 04 Oct 2013 12:22:51 +0200, by Goffi
-
install: fixed setup.py (changed "imaging" to "PIL")Thu, 03 Oct 2013 12:58:00 +0200, by Goffi
-
bridge: doc fix for newContactSun, 29 Sep 2013 16:29:57 +0200, by Goffi
-
tests: helpers improvments:Sun, 29 Sep 2013 16:29:36 +0200, by Goffi
-
tests: fix SatMessageProtocolTest.test_onMessageThu, 26 Sep 2013 17:33:04 +0200, by Goffi
-
tests: Use of FailTest for DifferentArgsException instead of Exception, so the test fail instead of raising en error.Thu, 26 Sep 2013 17:32:24 +0200, by Goffi
-
primitivus: disconnected contact crash fixSun, 22 Sep 2013 01:49:19 +0200, by Goffi
-
core: misc bug fixesSat, 21 Sep 2013 15:34:10 +0200, by Goffi
-
plugin misc_account: fix for sending a failure messageSun, 08 Sep 2013 14:59:14 +0200, by souliane
-
plugin XEP-0085: renamed category and parameterSat, 07 Sep 2013 19:50:12 +0200, by souliane
-
core: fix for methods signatureSun, 08 Sep 2013 15:00:15 +0200, by souliane
-
core: added the security_limit to setParamSat, 07 Sep 2013 02:03:17 +0200, by souliane
-
Added Soul to contributorsSun, 08 Sep 2013 19:18:46 +0200, by Goffi
-
core: better handling of profile_key and don't write the param file anymoreThu, 05 Sep 2013 21:03:52 +0200, by souliane
-
misc: a few "cosmetic" changes (PEP 8...)Thu, 05 Sep 2013 20:57:00 +0200, by souliane
-
primitivus: chat state implementationSun, 08 Sep 2013 19:13:02 +0200, by souliane
-
plugin XEP-0085: Chat State NotificationsThu, 05 Sep 2013 20:48:47 +0200, by souliane
-
core: memory's updateEntityData improvments.Sun, 08 Sep 2013 19:12:59 +0200, by souliane
-
core: security attribute added to the parametersThu, 05 Sep 2013 20:28:44 +0200, by souliane
-
primitivus: menu to search directory (using XEP-0055)Sun, 08 Sep 2013 18:05:19 +0200, by Goffi
-
primitivus: really basic implementation of advanced list.Sun, 08 Sep 2013 18:05:19 +0200, by Goffi
-
plugin XEP-0055: implementation of Jabber SearchSun, 08 Sep 2013 18:05:19 +0200, by Goffi
-
core: added advanced list to XMLUI (need improvment, very basic so far)Sun, 08 Sep 2013 18:05:19 +0200, by Goffi
-
i18n: fixed bad translationSun, 08 Sep 2013 18:05:19 +0200, by Goffi
-
wix: fixed application quitting (fix bug 25)Sun, 23 Jun 2013 01:42:12 +0200, by Goffi
-
core, bridge, jp, quick_frontend: SàT stop more gracefully if bridge can't be initialised:Fri, 21 Jun 2013 02:00:37 +0200, by Goffi
-
doc: added instructions to launch D-Bus on a terminal environment, as requested in bug 27.Thu, 20 Jun 2013 17:44:27 +0200, by Goffi
-
core: fixed crash on first run, when no profile exist yetThu, 20 Jun 2013 17:22:40 +0200, by Goffi
-
core: fixed bad database creation on first run in sqlite storageThu, 20 Jun 2013 17:17:35 +0200, by Goffi
-
plugin XEP-0277: RuntimeError is now catched during link parsing (can happen if no service jid is found)Thu, 20 Jun 2013 17:15:21 +0200, by Goffi
-
pluging maildir: some trivial fixes:Thu, 20 Jun 2013 12:37:06 +0200, by Goffi
-
pluging groupblog: comments handling:Thu, 20 Jun 2013 12:14:43 +0200, by Goffi
-
core: more explicit UnknownEntityErrorThu, 20 Jun 2013 12:11:54 +0200, by Goffi
-
plugin group blog: getItems for comments fixed when we are the publisher of the parent nodeMon, 17 Jun 2013 13:55:11 +0200, by Goffi
-
plugin groupblog: fixed bad inialisation checkMon, 17 Jun 2013 13:30:57 +0200, by Goffi
-
plugin group blog: comments handling (comments are automaticaly requested when a comment node is found)Mon, 17 Jun 2013 13:17:43 +0200, by Goffi
-
plugin groupblog: comment item is specified through microblog data, there is no more a specific signal typeSun, 16 Jun 2013 18:49:02 +0200, by Goffi
-
plugins XEP-0060, XEP-0277, groupblog: comments implementation (first draft, not finished yet):Mon, 20 May 2013 23:21:29 +0200, by Goffi
-
misc: added Thomas Preud'homme to contributors + a thanks message to maintainers =)Sun, 07 Apr 2013 23:27:07 +0200, by Goffi
-
quick frontend, jp: fix localesSun, 07 Apr 2013 22:54:47 +0200, by Thomas Preud'homme
-
misc: fixed bridge_constructor.py typoSun, 24 Mar 2013 15:41:30 +0100, by Goffi
-
core: added Priority managementSun, 10 Mar 2013 20:55:29 +0100, by Goffi
-
Primitivus: fixed xmlui/chat bad contents changeSun, 10 Mar 2013 20:54:45 +0100, by Goffi
-
fixed licences in docstrings (they are now in comments)Fri, 08 Mar 2013 00:36:22 +0100, by Goffi
-
Primitivus: fixed contacts list (un)hiddingSun, 24 Feb 2013 15:29:31 +0100, by Goffi
-
primitivus: fixed urwid issues with recent urwid versionsSun, 24 Feb 2013 13:57:37 +0100, by Goffi
-
installation: added forgotten imaging dependencySat, 23 Feb 2013 17:50:58 +0100, by Goffi
-
core: fixed sendMessageSat, 23 Feb 2013 12:25:34 +0100, by Goffi
-
plugin export command: first draftFri, 22 Feb 2013 00:22:50 +0100, by Goffi
-
plugin parrot: sendMessage now avoid triggersFri, 22 Feb 2013 00:19:32 +0100, by Goffi
-
core: sendMessage refactoring:Fri, 22 Feb 2013 00:15:50 +0100, by Goffi
-
jp, core: jp's clean_ustr moved to a new general utils moduleFri, 22 Feb 2013 00:11:47 +0100, by Goffi
-
plugin text commands: basic /whois command (just show jid so far)Wed, 20 Feb 2013 20:37:17 +0100, by Goffi
-
plugin XEP-0045: fixed isNickInRoomWed, 20 Feb 2013 20:36:09 +0100, by Goffi
-
misc: add ctags_links to .hgignoreWed, 20 Feb 2013 20:08:15 +0100, by Goffi
-
core: version update to development versionWed, 20 Feb 2013 19:52:46 +0100, by Goffi
-
plugin XEP-0045: fixed mucLeave bridge methodSat, 26 Jan 2013 00:30:00 +0100, by Goffi
-
Fix pep8 support in src/bridge.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
Fix pep8 support in src/plugins.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
core: added forgotten errback in sqlite's deleteProfileMon, 21 Jan 2013 00:59:50 +0100, by Goffi
-
Fix pep8 support in src/memory.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
Fix pep8 support in src/test.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
Fix pep8 support in src/tools.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
Fix pep8 support in src/core.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
Remove every old-style class.Fri, 18 Jan 2013 17:55:35 +0100, by Emmanuel Gil Peyrot
-
Remove trailing whitespaces.Fri, 18 Jan 2013 17:55:34 +0100, by Emmanuel Gil Peyrot
-
Fix coding style in setup.py.Fri, 18 Jan 2013 17:55:27 +0100, by Emmanuel Gil Peyrot