summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-04-27New Contact and Resource classmathieui
Changed from Resource: - __init__() takes as a parameter a reference to the sleek dict - No more setters, information is directly taken from the sleek roster Changed from Contact: - __init__() takes a sleek RosterItem for the contact - add_resource() → Ø - remove_resource() → Ø - get_resource_by_fulljid() → Ø - get_nb_resources() → __len__() - get_resource_by_fulljid() → __getitem__() or get() - No more setters, information is directly taken from the sleek roster
2012-04-27New Roster class and new RosterGroup classmathieui
Removes for Roster: - empty() → Ø - get_contact_len() → Ø - remove_contact_from_group() → Ø - add_contact_to_group() → Ø - add_contact() → add() - remove_contact() → __delitem__() - get_contact_by_jid() → __getitem__() - edit_groups_of_contact() → update_contact_groups() Removes for RosterGroup: - has_contact() → __contains__() - add_contact() → add() - remove_contact() → remove() - is_empty() → __len__()
2012-04-02Fixes #2350 (reloading static resources on SIGHUP)mathieui
2012-04-02Fixes #2349mathieui
2012-03-31Do not show the traceback if unloading a plugin failedmathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-28Fixes #2347mathieui
2012-03-26Remove some useless refreshsmathieui
2012-03-25Do not add stanzas to the xml_tab buffer unless there an is active onemathieui
2012-03-17Fixes #2343mathieui
2012-03-13Fix bookmarksmathieui
2012-03-13Fix /affiliationmathieui
2012-03-13Add a whitespace_interval optionmathieui
2012-03-09Fix a bug in plugin unloading (commands/keys not deleted properly)mathieui
2012-03-09Fixes #2339mathieui
2012-03-09Bring back /set completionmathieui
2012-03-09Add a ca_cert_path optionmathieui
2012-03-08Validate the SSL cert using the TOFU (Trust On First Use) modelmathieui
2012-03-08Fix a bug in the configuration writermathieui
2012-03-07Fix the behaviour of /joinmathieui
2012-03-07Fixes #2340mathieui
2012-03-07Fixes #2341 (also for /server_cycle)mathieui
2012-03-01Fix a crash on completion_affiliationmathieui
2012-02-29Fixes #2327 (used "seconds" instead)mathieui
2012-02-25Fourth of #2336 (fixes #2336)mathieui
2012-02-25Second and third of #2336mathieui
2012-02-25First of #2336mathieui
2012-02-24Fixes #2334mathieui
2012-02-24Fixes #2333mathieui
2012-02-23Fixes #2332mathieui
2012-02-19^S → half-screen upmathieui
2012-02-19Revert a regression on the conversation_msg eventmathieui
2012-02-16Add some new events for the pluginsmathieui
2012-02-16Add half-page scrolling (C-u / C-d)mathieui
2012-02-16Add shortcuts to browse the history one line at a timemathieui
(C-b / C-f)
2012-02-15Fixes #2324mathieui
2012-02-15Disconnected tabs remain visible until closed or rejoinedmathieui
Fixes #2314
2012-02-15Do not show joined tabs on startupmathieui
and put 0 priority to disconnected tabs
2012-02-15Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2012-02-15Add an option to configure the max nick lengthFlorent Le Coz
2012-02-14Fixes #2303 (add user_list_sort option)mathieui
2012-02-14Fixes #2310mathieui
2012-02-14Add 'joined' tab state, and rewrite the function handling the prioritiesmathieui
2012-02-13Fix a traceback when in debug modemathieui
2012-02-13Useless option ssl=True (deprecated & unused)mathieui
2012-02-12Allow setting the affiliation of a JID, and add outcast affiliationmathieui
(also, remove the reason of the affiliation change for the time being)
2012-02-09Restrict nick change for gmail users because gmail.com is buggymathieui
2012-02-09New unified /set command (fixes #2323)mathieui
2012-02-09Config.write_in_file() now works as expectedmathieui
(can add sections, add inexistant options, and edit in place)
2012-02-09Remove some debugging printsmathieui