mathieui
ec5bb3b213
Use the revision/date for the poezio version if a .git is found
2012-08-05 02:04:52 +02:00
mathieui
0b8211fe28
Fix a traceback due to a missing '%'
2012-08-02 16:32:59 +02:00
mathieui
3897d131c1
Implement XEP-0012 (last activity) ; Fixes #1870
...
- Add a /activity command
- Load xep_0012 on start
- Add a 'l' shortcut in the roster to get the last activity
- Using "/activity" in a direct conversation will add a message in the
conversation, and not in the info buffer.
2012-08-02 16:24:10 +02:00
mathieui
18074c3c23
Add simple communication blocking ( Fixes #1837 )
...
- Add /block, /unblock, and /list_blocks commands
- Enable the commands only if the server advertises the feature
- http://xmpp.org/extensions/xep-0191.html#example-9 was not tested, but
should work (could not find a server to test with)
- Add documentation for the commands
2012-08-02 01:09:10 +02:00
mathieui
0cb39b32a4
Do not generate invalid jids (e.g. localpart@domainpart/)
...
This is in prevision of a sleekxmpp update with JID validation.
Also, comment the “server” option in the config file a bit better.
2012-08-01 20:10:00 +02:00
mathieui
9322835659
Finally fix the ipv6 issues.
...
- with reattempt = True & max_attempts = 0
2012-07-13 02:22:25 +02:00
mathieui
a7e3814c09
Prevent a crash when the value of custom_port is not expected
2012-06-01 22:46:21 +02:00
mathieui
cea0d284d9
Change version to 0.8-dev
2012-05-24 23:57:32 +02:00
mathieui
a8947a3a31
Change version to 0.7.5
2012-05-24 23:55:30 +02:00
mathieui
0af1c7fe9a
Docstrings, and small cleanup
2012-05-21 02:14:25 +02:00
mathieui
7778ad9216
0030 query now says 'Poezio' or nothing for the client’s identity
...
(Fixes #2273 )
2012-05-04 18:52:36 +02:00
mathieui
bdcddf56e1
Load xep_0092 even if send_poezio_info is false
2012-04-18 23:07:28 +02:00
mathieui
c6e4358706
Fix bookmarks
2012-03-13 21:39:06 +01:00
mathieui
27a7bfc92c
Add a whitespace_interval option
2012-03-13 18:46:02 +01:00
mathieui
5c412a66b8
Add a ca_cert_path option
2012-03-09 00:48:49 +01:00
mathieui
be5ccce421
Useless option ssl=True (deprecated & unused)
2012-02-13 14:04:23 +01:00
Florent Le Coz
c9c066ae33
[Link Mauve] Add the ability to send and receive Attention (XEP-0224).
2012-01-27 19:13:04 +01:00
mathieui
bbcd9c631c
Add an auto_reconnect option
2012-01-26 17:21:13 +01:00
mathieui
4d7a11e238
Add an XML tab (/xml_tab) to view incoming/outgoing stanzas
...
Fixes #2074
2012-01-26 10:05:32 +01:00
mathieui
97aaeb1d13
Load the XEP-0048 plugin on startup
2011-11-26 23:09:51 +01:00
mathieui
5c47b735b3
Should avoir connecting on port -1.
...
Fixes #2289
2011-11-15 19:41:49 +01:00
mathieui
80edd248ec
Make custom_host and custom_port work better
2011-11-10 17:20:25 +01:00
Florent Le Coz
cfb074c178
Set version to 0.7.5 and update the changelog
2011-11-09 01:35:27 +01:00
Florent Le Coz
8fad2f464a
Update version to 0.7.2
2011-11-08 23:48:32 +01:00
mathieui
c3c67b5e0a
Code cleanup (unused import, variables, undefined names, etc…)
2011-11-06 21:10:09 +01:00
Florent Le Coz
71ed190f30
By the way, that’s version 0.7.2
2011-09-11 20:29:19 +02:00
Florent Le Coz
96794a4e49
Change license to zlib (MIT sucks :()
2011-09-11 17:10:05 +02:00
Florent Le Coz
d41634d4ea
Change license to MIT
2011-09-06 02:45:53 +02:00
Florent Le Coz
ca0b4af364
First pubsub browser iteration: can list root nodes, create an item and receive items
2011-06-20 03:19:37 +02:00
Florent Le Coz
ba02b51554
Convert html markup received in xhtml_im elements to poezio colors
...
and use that as the body
2011-03-29 20:36:02 +02:00
Florent Le Coz
fb40ac54fc
Kind of big cleanup.
...
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods.
2011-03-05 21:42:56 +01:00
Florent Le Coz
138b17cdb3
In normal conversations: Send composing and active chat states
...
and display the state of the remote contact
2011-02-24 20:02:18 +01:00
Florent Le Coz
d31f1390ad
update version to 0.7.5-dev and remove some debug
2011-02-09 20:42:57 +01:00
Florent Le Coz
7598a9eff9
Update to 0.7.1
2011-02-02 01:48:46 +01:00
Florent Le Coz
1b995e4bf0
Data form support.
...
supported yet:
text-single, text-private, list-single, boolean
The interface is really ugly, but, well, it works
2011-01-21 04:46:21 +01:00
Florent Le Coz
a14c2ad2da
Version 0.7
2011-01-13 23:59:14 +01:00
Florent Le Coz
7509fb0002
Prompt password if no password is provided in config file
2011-01-13 23:20:17 +01:00
Florent Le Coz
749933fc16
/accept and /deny commands
...
User can now decide to accept or deny a subscription, in
the roster
2011-01-11 06:43:31 +01:00
Florent Le Coz
9a81b923e6
Do not automatically reconnect. Ever
2011-01-10 19:28:17 +01:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
cfc3309009
restaure software version and local time
2011-01-09 00:09:51 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
8017b2d9f1
Handle authentication and connection errors. fixed #1994
2011-01-08 23:20:27 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d712d2e1c9
update copyright date
2011-01-01 13:27:07 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
cbcec6a798
completion of the jid's node when doing /join ro@some.server.fr/[TAB](it completes the 'ro' part \o/. Also a begining of /list command, but that does nothing
2010-11-29 18:36:54 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0216ac29db
Do not refresh the screen on each input
2010-11-15 13:16:30 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
7fd6153720
fix some little issues. Rename gui to core, use logging lib instead of the custom debug option. Add a -d option
2010-11-09 20:37:39 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
df6d2fc2d3
use custom_port and custom_host if advanced configuration is needed. Else it will use SRV DNS resolution if dnspython is installed
2010-11-08 01:33:36 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
fe4dd60b95
fix how we get the domain to connect to
2010-10-16 18:53:13 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
db27041571
remove the warnings caused by the new version of sleekxmpp, and update the connection method (changed also in sleek)
2010-10-16 18:47:39 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
0c254bc915
use 'with' context manager for the locks
2010-10-04 19:50:15 +00:00
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
d4e3e51c1f
update e-mail address and README
2010-10-04 01:45:16 +00:00