Age | Commit message (Expand) | Author |
2006-05-14 | Fixed typo | Sebastien Helleu |
2006-05-14 | Added missing IRC commands (006, 007, 310, 379) | Sebastien Helleu |
2006-05-13 | Added charset encoding for some command arguments (like /me, /msg, /query, ..) | Sebastien Helleu |
2006-05-13 | Fixed typos in doc | Sebastien Helleu |
2006-05-13 | Added new key to find previous completion (shift-tab by default) | Sebastien Helleu |
2006-05-13 | Removed unused prefix | Sebastien Helleu |
2006-05-12 | Fixed "hostname" option for servers (now really used to set hostname/IP for c... | Sebastien Helleu |
2006-05-08 | Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) | Sebastien Helleu |
2006-05-08 | - fix a crash in ruby when a function return nothing (close bug #16552) | Emmanuel Bouthenot |
2006-05-08 | Fixed UTF-8 display bug with chars using more than one cell on screen (bug #1... | Sebastien Helleu |
2006-05-07 | Fixed display bug with DCC file size when > 1 Gb | Sebastien Helleu |
2006-05-07 | Added some panel structures and functions | Sebastien Helleu |
2006-05-07 | Fixed typo in setup option help | Sebastien Helleu |
2006-05-07 | Fixed refresh bug (deadlock in curses) when terminal is resized (bug #16542) | Sebastien Helleu |
2006-05-05 | Fixed nicklist sort bug | Sebastien Helleu |
2006-04-23 | Added IRC commands 290, 292, 437, 974 | Sebastien Helleu |
2006-04-23 | Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi... | Sebastien Helleu |
2006-04-23 | Fixed bug #16416 (crash when purging old DCC chats) | Sebastien Helleu |
2006-04-22 | Nick modes are now saved with /upgrade | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-22 | Splited gui-display.c into many sources | Sebastien Helleu |
2006-04-21 | Command /clear [-all] now clears hotlist | Sebastien Helleu |
2006-04-19 | Fixed crash after /upgrade if a line in history is empty | Sebastien Helleu |
2006-04-18 | Fixed bug in logs with nick for names lines (nicks on channel when joining ne... | Sebastien Helleu |
2006-04-16 | Fixed typo in /window command help | Sebastien Helleu |
2006-04-16 | Changed default nick prefix/suffix | Sebastien Helleu |
2006-04-16 | Added option "look_align_size_max", nick alignment to right is now set by def... | Sebastien Helleu |
2006-04-15 | Fixed many crashes with DCC chat | Sebastien Helleu |
2006-04-13 | Fixed typos in doc | Sebastien Helleu |
2006-04-13 | Added more help for input prompt format | Sebastien Helleu |
2006-04-12 | fix minor bug with ruby 1.9 and stdout/stderr redirections | Emmanuel Bouthenot |
2006-04-12 | Added new option to customize input prompt, added nick modes, fixed commands ... | Sebastien Helleu |
2006-04-11 | Removed charset conversion for commands (only allowed in text sent to channel... | Sebastien Helleu |
2006-04-10 | Removed color encoding in commands (only allowed in text sent to channel/priv... | Sebastien Helleu |
2006-04-08 | Fix possible minor bug in getting hostnames in plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Added hostnames associeted to nicks in plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Added hostnames associeted to nicks (available for /ban completion) | Sebastien Helleu |
2006-04-07 | make gcc-2.95 happy | Emmanuel Bouthenot |
2006-04-04 | Added "+p" mode for channels, fixed mode display in status bar | Sebastien Helleu |
2006-04-03 | Added alignment for local away message | Sebastien Helleu |
2006-04-03 | Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when cl... | Sebastien Helleu |
2006-04-03 | Added nick alignment in private buffers | Sebastien Helleu |
2006-04-02 | Added nick alignment options | Sebastien Helleu |
2006-04-02 | Fixed string explosion bug (should return 0 with empty string) | Sebastien Helleu |
2006-04-02 | Fixed /buffer close bug with part message | Sebastien Helleu |
2006-04-01 | add regular expression support for /list command | Emmanuel Bouthenot |
2006-04-01 | Fixed /names command: now displays result when not on a channel | Sebastien Helleu |
2006-04-01 | Fixed display but with input command line (when text is longer than window size) | Sebastien Helleu |
2006-04-01 | Fixed plugin command handler call when no argument is given | Sebastien Helleu |
2006-03-31 | Fixed nicklist display bugs when on top or bottom of chat window, fixed refre... | Sebastien Helleu |