Age | Commit message (Expand) | Author |
2015-07-16 | Add a missing nick size bound, which caused text to overflow | mathieui |
2015-05-08 | Remove an accidentally added debug log | mathieui |
2015-04-13 | Display error messages inside a conversation | mathieui |
2014-12-30 | Only graphically ack a message if it was sent by us | mathieui |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui |
2014-04-27 | Fix #2106 (implement message delivery receipts) | mathieui |
2014-04-22 | 80-columns wrapping and some docstrings | mathieui |
2014-04-07 | Fix #2354 (logs are badly colored with xhtml history) | mathieui |
2014-04-06 | Code cleanup | mathieui |
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui |
2013-10-06 | Fix #2358 (/correct is broken in private conversations) | Mathieu Pasquet |
2013-07-01 | Fix the repr() of messages for logging | mathieui |
2013-05-15 | Fix #2229 (prevent correction if the 2 fulljid differ) | mathieui |
2013-03-31 | Fix #2275, ref #2229 | mathieui |
2013-03-13 | Fix #2265 | mathieui |
2013-02-27 | Improve XEP-0308 support | mathieui |
2013-01-02 | Prevent a RuntimeError when there are too many revisions on a message | mathieui |
2013-01-02 | Iterate over the messages from the end, not from the start | mathieui |
2012-12-30 | Do not rebuild everything in order to modify a message | mathieui |
2012-12-29 | Display the number of revisions of a corrected message. | Emmanuel Gil Peyrot |
2012-12-29 | Fix /correct and /me highlights, and handle /correct a bit better. | Emmanuel Gil Peyrot |
2012-12-15 | Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option. | Florent Le Coz |
2012-12-07 | Add a new show_timestamps option to hide/show timestamps in text buffers. | Florent Le Coz |
2012-11-17 | Fix the history numbers when re-joining a room | mathieui |
2012-11-11 | Preload history into discussion windows (à la mcabber) | mathieui |
2012-10-12 | When a message is corrected, display it correctly in place of the previous one. | Emmanuel Gil Peyrot |
2012-05-17 | Use a different theme variable for the /me message | mathieui |
2012-05-17 | Add a way to review room highlights - Fixes #1673 | mathieui |
2012-01-26 | Make the color for information messages themable | Florent Le Coz |
2012-01-26 | Display colors for /me messages in a better way. | Florent Le Coz |
2011-11-25 | Fix something with /me etc. | Florent Le Coz |
2011-11-25 | Use the nick color for the “*” char in /me messages. | Florent Le Coz |
2011-11-25 | /me now works in all chatabs | Florent Le Coz |
2011-11-06 | Fix a remaining crash from the Room class deletion. | Florent Le Coz |
2011-11-06 | Remove the Room class. fixes #2122 | Florent Le Coz |
2011-09-21 | Handles 256 colors, easier theming and more flexible way to define colors | Florent Le Coz |
2011-09-11 | Fix an issue that breaks the message display if it contains \t | Florent Le Coz |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz |
2011-09-09 | Make it work. MAY segfault. Need intensive testing. | Florent Le Coz |
2011-09-08 | c code that doesn’t work | Florent Le Coz |
2011-06-25 | Fixed a stupid crash caused by mathieui. Shame on him. | Florent Le Coz |
2011-04-16 | Make the information messages "pop" the information buffer temporarly | Florent Le Coz |
2011-03-31 | Fix a crash on normal messages, and add colors to information messages | Florent Le Coz |
2011-03-29 | Messages in text_buffer should not be colored when they | Florent Le Coz |
2011-03-29 | Message and complete words can now be colored even if the | Florent Le Coz |
2011-03-29 | Change how colors are handled. With \x19x etc | Florent Le Coz |
2011-03-21 | Use namedtuples instead of dict, this should GREATELY lower the memory footprint | Florent Le Coz |
2011-03-09 | Avoid stupid traceback on normal message | Florent Le Coz |
2011-03-09 | Some optimizations in build_new_message. Also cleaned up. Added an optimized ... | Florent Le Coz |
2011-02-14 | Make the number of lines and messages kept in memory configurable | Florent Le Coz |