Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-27 | Add the new subscription handlers and update on_message() and disconnect() | mathieui | |
2012-04-27 | Update the got_online, got_offline, and presence handlers | mathieui | |
2012-04-27 | New roster attributes and new subscription events | mathieui | |
2012-04-27 | Necessary modifications for the API change | mathieui | |
2012-04-27 | Remove some debug info | mathieui | |
2012-04-27 | New Contact and Resource class | mathieui | |
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-27 | New Roster class and new RosterGroup class | mathieui | |
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-02 | Fixes #2350 (reloading static resources on SIGHUP) | mathieui | |
2012-04-02 | Fixes #2349 | mathieui | |
2012-03-31 | Do not show the traceback if unloading a plugin failed | mathieui | |
2012-03-31 | Add a /tell plugin | mathieui | |
2012-03-30 | Should fix the refresh issue | mathieui | |
2012-03-30 | Fixes #2348 | mathieui | |
2012-03-29 | Turn on optimization, because of reasons | mathieui | |
2012-03-28 | Fixes #2347 | mathieui | |
2012-03-26 | Remove some useless refreshs | mathieui | |
2012-03-26 | Add OTR documentation | mathieui | |
2012-03-25 | Update README | mathieui | |
2012-03-25 | Add the OTR plugin | mathieui | |
2012-03-25 | Do not add stanzas to the xml_tab buffer unless there an is active one | mathieui | |
2012-03-17 | Fixes #2343 | mathieui | |
2012-03-13 | Fix bookmarks | mathieui | |
2012-03-13 | Fix /affiliation | mathieui | |
2012-03-13 | Add a whitespace_interval option | mathieui | |
2012-03-09 | Fix a bug in plugin unloading (commands/keys not deleted properly) | mathieui | |
2012-03-09 | Fixes #2339 | mathieui | |
2012-03-09 | Bring back /set completion | mathieui | |
2012-03-09 | Replace /load with /load_db in AI plugin… | mathieui | |
2012-03-09 | Add a ca_cert_path option | mathieui | |
2012-03-09 | Added doc for ignore_certificate and certificate options | mathieui | |
2012-03-09 | Add a recreational « AI » plugin | mathieui | |
2012-03-08 | Validate the SSL cert using the TOFU (Trust On First Use) model | mathieui | |
2012-03-08 | Fix a bug in the configuration writer | mathieui | |
2012-03-07 | Fix the behaviour of /join | mathieui | |
2012-03-07 | Fixes #2340 | mathieui | |
2012-03-07 | Fixes #2341 (also for /server_cycle) | mathieui | |
2012-03-07 | Typos in the READMOE | mathieui | |
2012-03-01 | Fix a crash on completion_affiliation | mathieui | |
2012-02-29 | Fixes #2327 (used "seconds" instead) | mathieui | |
2012-02-25 | Fourth of #2336 (fixes #2336) | mathieui | |
2012-02-25 | Documentation update | mathieui | |
2012-02-25 | Second and third of #2336 | mathieui | |
2012-02-25 | First of #2336 | mathieui | |
2012-02-24 | Fixes #2334 | mathieui | |
2012-02-24 | Fixes #2335 | mathieui | |
2012-02-24 | Fixes #2333 | mathieui | |
2012-02-23 | Fixes #2332 | mathieui | |
2012-02-19 | ^S → half-screen up | mathieui | |
2012-02-19 | Revert a regression on the conversation_msg event | mathieui | |
2012-02-16 | Add some new events for the plugins | mathieui | |