root/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @10779 [10779] 58 minutes asterix update features window and README about idle module
(edit) @10778 [10778] 60 minutes asterix added missing idle module
(edit) @10777 [10777] 71 minutes asterix [thorstenp] use ctype to have idle. No need to compile it from C. Fixes …
(edit) @10774 [10774] 110 minutes asterix [thorstenp] use sorted() and list comprehension
(edit) @10773 [10773] 113 minutes asterix [thorstenp] replace filter lambda with list comprehension
(edit) @10772 [10772] 2 hours asterix [thorstenp] fix rederer typo
(edit) @10771 [10771] 2 hours asterix [thorstenp] remove uselexx space
(edit) @10770 [10770] 2 hours asterix [thorstenp] remove whitespace at eol
(edit) @10769 [10769] 2 hours asterix [thorstenp] remove some utf8 byteorder mark
(edit) @10768 [10768] 2 hours asterix [thorstenp] fix unequal operator
(edit) @10767 [10767] 2 hours asterix fix bad indentation
(edit) @10766 [10766] 2 hours asterix [thorstenp] fix empty exception clauses
(edit) @10765 [10765] 2 hours asterix fix string exceptions
(edit) @10764 [10764] 3 hours asterix [thorsten] pfix exceptions not inheriting from exception
(edit) @10763 [10763] 3 hours asterix [thorstenp] fix reimported modules
(edit) @10762 [10762] 3 hours asterix [thorstenp] don't use deprecated string module
(edit) @10761 [10761] 3 hours asterix [thorstenp] self as first argument of method
(edit) @10760 [10760] 3 hours asterix fix some typo. Fixes #4545
(edit) @10759 [10759] 4 hours asterix [thorstenp] fix access to members before definition
(edit) @10758 [10758] 6 hours asterix [thorstenp] fix possible undefined loop variables
(edit) @10757 [10757] 7 hours asterix [thorstenp] fix redefined builtins
(edit) @10752 [10752] 32 hours asterix [thorstenp] fix unused variables
(edit) @10751 [10751] 33 hours asterix [thorstenp] fix global use
(edit) @10750 [10750] 33 hours asterix [thorstenp] fix undefined variables
(edit) @10749 [10749] 33 hours asterix [thorstenp] remove useless import
(edit) @10748 [10748] 34 hours asterix [thorstenp] convert some strings to comment
(edit) @10747 [10747] 34 hours asterix [thorstenp] remove redefined fnuction
(edit) @10746 [10746] 34 hours asterix [thorstenp] comment useless code
(edit) @10745 [10745] 34 hours asterix [thorstenp] remove useless pass
(edit) @10744 [10744] 34 hours asterix [thorstenp] fix statements
(edit) @10743 [10743] 34 hours asterix [thorstenp] remove useless semicolons
(edit) @10742 [10742] 38 hours asterix check if remote contact support esession or session. If it supports …
(edit) @10733 [10733] 3 days asterix strftime doesn't support %T. It works under linux (why?) but not under …
(edit) @10732 [10732] 3 days asterix revert r10690 and r10691, it's not translatable
(edit) @10730 [10730] 3 days asterix [urandom] fix position of notification when attach_to_systray is enabled. …
(edit) @10729 [10729] 3 days asterix coding standard
(edit) @10728 [10728] 3 days asterix fix missing argument
(edit) @10727 [10727] 3 days asterix fix typo
(edit) @10726 [10726] 3 days asterix check session support instead of Esession support, and announce we support …
(edit) @10725 [10725] 3 days js Also apply our notexistant caps trick to XHTML.
(edit) @10724 [10724] 4 days steve-e Do not duplicate a contact in roster on subscription changes. Fixes …
(edit) @10723 [10723] 4 days asterix fix session problem when other part don't support sessions. Fixes #4429
(edit) @10720 [10720] 4 days js Really fix #4517.
(edit) @10714 [10714] 5 days asterix better handling of sessions in zeroconf. Fixes #4529
(edit) @10712 [10712] 6 days asterix prevent traceback when Connection fails. Fixes #4532
(edit) @10711 [10711] 6 days asterix [Simo Sorce] fix GSSAPI to use FQDN. See #2465
(edit) @10710 [10710] 6 days asterix coding standards
(edit) @10709 [10709] 6 days asterix no need to create html twice
(edit) @10706 [10706] 7 days asterix send empty tune when we disconnect an account. Fixes #4512
(edit) @10705 [10705] 7 days steve-e Correctly remove Observer and NotInRoster? contact in one special case. …
(edit) @10704 [10704] 7 days steve-e Indicate that some methods are only intended for internal usage.
(edit) @10703 [10703] 7 days asterix if a SASL mechanism fails, try the others before abording authentification
(edit) @10702 [10702] 8 days asterix fix typo. Fixes #4525
(edit) @10701 [10701] 8 days asterix allow sending None tune on startup. Fixes #4512
(edit) @10700 [10700] 8 days steve-e Fix IndentationError?.
(edit) @10699 [10699] 8 days asterix fix zeroconf to handle parameters of send_message (xhtml, forward_from, …
(edit) @10698 [10698] 9 days asterix use correct title from quodlibet. fixes #4510
(edit) @10697 [10697] 9 days asterix coding standards
(edit) @10696 [10696] 9 days asterix [sjm] quodlibet support. Fixes #4510
(edit) @10694 [10694] 10 days asterix escape text before sending it to notification daemin. Fixes #4517
(edit) @10693 [10693] 10 days asterix fix previous commit
(edit) @10692 [10692] 10 days asterix [nebm51] don't open a console window under windows when runnin latex. …
(edit) @10691 [10691] 10 days js Make previous patch translatable.
(edit) @10690 [10690] 10 days js [killerfox] Show chatstate in title if no tabs left
(edit) @10689 [10689] 10 days js [kaylan] Remember size and position of history window. Closes #2824.
(edit) @10688 [10688] 10 days steve-e Prevent a group from being hidden when its renamed in roster.
(edit) @10687 [10687] 10 days asterix don't consider buggy messages as groupchat messages if there is no …
(edit) @10685 [10685] 11 days bct don't autonegotiate after you've disabled e2e
(edit) @10684 [10684] 12 days js Fix typo.
(edit) @10682 [10682] 12 days jim++ [Astro] typo
(edit) @10681 [10681] 13 days asterix [Florob] handle xmpp: and mailto: in a nicer way in conversations. Fixes …
(edit) @10680 [10680] 13 days asterix detect and handle incorrect stream start. Fixes #4499
(edit) @10679 [10679] 2 weeks js Show warning after 3 seconds - I don't want to wait 4 before I see if my …
(edit) @10678 [10678] 2 weeks asterix fix indentation
(edit) @10676 [10676] 2 weeks js Actually, this caused problems.
(edit) @10674 [10674] 2 weeks asterix remove bad FIXME. we don't want to move to gtk.statusicon until they …
(edit) @10672 [10672] 2 weeks js Only allow using XHTML if the receiver supports it.
(edit) @10670 [10670] 2 weeks asterix [shutnik] improved os info under posix. Fixes #4506
(edit) @10669 [10669] 2 weeks asterix [Florob] use new stop command in pep instead of retract when we temporary …
(edit) @10668 [10668] 2 weeks asterix fix docutils installation under windows. css file was not included in …
(edit) @10667 [10667] 2 weeks asterix correctly decode non-ascii chars when looking in roster. Fixes #4496
(edit) @10666 [10666] 2 weeks asterix hide tooltip when we press a button in groupchat. Fixes #4479
(edit) @10665 [10665] 2 weeks asterix better GTK bug workarround. see #4310
(edit) @10662 [10662] 2 weeks asterix don't fail when abnshee don't return every info. Fixes #4492
(edit) @10658 [10658] 2 weeks steve-e Prevent possible traceback when selecting a row while ServiceBrowser? is …
(edit) @10655 [10655] 2 weeks asterix default browser is ToplevelAgentBrowser? instead of AgentBrowser?. It is …
(edit) @10652 [10652] 3 weeks asterix fix html tag handling. Fixes #4480
(edit) @10648 [10648]