summaryrefslogtreecommitdiff
path: root/src/common.py
AgeCommit message (Expand)Author
2013-05-24Fix a stupid traceback (common.datetime_tuple)Florent Le Coz
2013-03-31Fix #2275, ref #2229mathieui
2013-03-12Implement user gaming (xep-0196)mathieui
2013-03-11Implement XEP-0118 (Fix #1840)mathieui
2013-03-08Document with sphinx timed_events, common, and add methods to PluginAPImathieui
2013-03-04Fix #2126 (per-server configuration sections)mathieui
2012-09-13Fix TBs when the system is not in utf-8 by defaultmathieui
2012-08-06Add a common.safeJID function, and use it everywheremathieui
2012-08-02Implement XEP-0012 (last activity) ; Fixes #1870mathieui
2012-07-30Add an autorejoin_delay optionmathieui
2012-07-29/bind with only one argument now resets the bindingmathieui
2012-01-26Fix the alias pluginmathieui
2011-11-18Add a simple args parser for commands in common.pymathieui
2011-11-18Add some __doc__ to the parse from/to str/secs methodsmathieui
2011-11-15Add the 's' modifier (allow a string to be "50s1d1d4m1s")mathieui
2011-11-15Also parse strings with only seconds properlymathieui
2011-11-15Some utility functions to go from/to seconds/stringsmathieui
2011-11-15Fixes #2279mathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-09-21Handles 256 colors, easier theming and more flexible way to define colorsFlorent Le Coz
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-06Change license to MITFlorent Le Coz
2011-07-03Key bindings \o/Florent Le Coz
2011-05-19Fix the argument split issuesFlorent Le Coz
2011-05-10Fix the /version command in mucs (and globaaly) & improve shlex parsingmathieui
2011-03-07very little cleanupFlorent Le Coz
2011-02-13Make it possible to define bold in the theme filesFlorent Le Coz
2011-02-10Make the shell split do a normal split if the syntax is wrongFlorent Le Coz
2011-01-22fix get_output_of_command. fixed #2018Florent Le Coz
2011-01-09restaure software version and local timelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07(link mauve) fixed #2041 use JID class everywherelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09fix some little issues. Rename gui to core, use logging lib instead of the cu...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-27New and better keyboard shortcutslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04update e-mail address and READMElouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-26Basic implementation of the roster and one to one conversationslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-12don't crash on dev version (with debug()s), by writting debug in /tmp/louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-03python 3 only. Fixes all EncodingError bugs :))))louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-31Switch to Sleekxmpp. fixed #1768louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-14Fix a little bug on completion due to the separating linelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-04fixes the sys.excepthook thread bug, and fix the traceback on joining a room ...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-04fix ctrl+x, automatic-completion. Add auto-rejoin (fixed #1662)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-26Support old and deprecated XEP 0091 because it's still used on buggy servers ...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20fix backspace key, error messages not displayed, and other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-19fixed #1587louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-14history time is now correct. fixed #1571louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-01server on /join can be omitted, fixed #1525 Also reorganize various functions...louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13enable the tracebackslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-13code cleanup before 0.6 betalouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-06-12area text now handle correctly all the \n and other long messageslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13