summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-19Consider the number of columns of each characters in the poopt moduleFlorent Le Coz
2013-06-19Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compatmathieui
2013-06-18Update the changelogFlorent Le Coz
2013-06-18Let the user disable the auto-ping by setting connection_check_interval to 0Florent Le Coz
2013-06-18Add config_change handlers for the two keepalive optionsFlorent Le Coz
2013-06-18Trigger config_change handlers when the config has changed using a USR1 signalFlorent Le Coz
2013-06-18Add the possibility to watch the changes of a config valueFlorent Le Coz
2013-06-18Message to join the room with an other nick only if the room is not joined yetFlorent Le Coz
2013-06-18Add the stoi pluginFlorent Le Coz
2013-06-18Add a mirror pluginFlorent Le Coz
2013-06-16Fail properly when the config can’t be parsed.mathieui
2013-06-16Fix a tb with the tell plugin on wrong inputmathieui
2013-06-14Fix #2320 (TB on /info with an off-roster contact)mathieui
2013-06-13Improve the roster searchmathieui
2013-06-11Fix #2315 (send pings to the server every minute to check the connection)mathieui
2013-06-10Implement Message Carbons (XEP-280)mathieui
2013-06-10Fix addstr_colored with colors that start with a -1mathieui
2013-06-09Fix the link of daemon.py in the docFlorent Le Coz
2013-06-09Change website to poez.ioFlorent Le Coz
2013-06-09Lock on one forgotten curses operationmathieui
2013-06-09Fix #2301mathieui
2013-06-09Update CHANGELOGmathieui
2013-06-09Fix #1892 (keep the contact selected in the roster)mathieui
2013-06-09Fix #2183 (do not scroll one char at a time when you reach the end)mathieui
2013-06-09Use the new format in the roster log too (ref #2311)mathieui
2013-06-09Adopt the mcabber log format (Fix #2311)mathieui
2013-06-09Fix the os.makedirs calls so that they don’t traceback for nothingmathieui
2013-06-08Fix the regex for text attributesmathieui
2013-06-08Add a way to format background colors in a stringmathieui
2013-06-08Fix setting autojoin with /bookmarkmathieui
2013-06-07Accept NULL bytes in strings to be cut by the poopt moduleFlorent Le Coz
2013-06-06Document the Alt-k keyFlorent Le Coz
2013-06-06Add a M-k keyboard shortcut to escape the next keyboard shortcutFlorent Le Coz
2013-06-06Do not traceback when receiving malformed XML in a xhtml-im bodyFlorent Le Coz
2013-06-05Fix joining a domain-only roommathieui
2013-06-04Fix #2299 (invalid characters causing a TB)mathieui
2013-06-03Do not block on roster operations (and do not traceback on errors) #2315mathieui
2013-06-01Fix the caps updating (“do not verify” message in swift)mathieui
2013-06-01Update caps after loading the ping pluginmathieui
2013-05-29Small workaround for the default config locationmathieui
2013-05-26Add the setup.py to make installmathieui
2013-05-26Update manpagemathieui
2013-05-26Update setup.py to use distutilsmathieui
2013-05-24Fix a traceback (plugin_manager)Florent Le Coz
2013-05-24Fix a stupid traceback (common.datetime_tuple)Florent Le Coz
2013-05-20Add the documentation for the /tell pluginmathieui
2013-05-17Fix a tb on "/ban "mathieui
2013-05-17Fix a traceback on /role completion if the tab is not connectedmathieui
2013-05-16Fix #2307 (commandinput history)mathieui
2013-05-16Fix the parser for the rainbow pluginmathieui