Age | Commit message (Expand) | Author |
2005-08-15 | Revert code for irc_cmd_send_join function code (to prevent lag when sending | Sebastien Helleu |
2005-08-14 | Fixed bug and memory leak in irc_cmd_send_join function | Sebastien Helleu |
2005-08-04 | add half (due to dcc) dcc support with proxies (only in ipv4 ) | Emmanuel Bouthenot |
2005-08-03 | fix an error in socket() while using ipv6 proxy | Emmanuel Bouthenot |
2005-08-01 | fix a stupid error about previous commit | Emmanuel Bouthenot |
2005-07-31 | improve support of keys when joining channel and with server autojoin | Emmanuel Bouthenot |
2005-07-31 | Fixed refrech bug when changing channel modes | Sebastien Helleu |
2005-07-31 | Jump to next server now saves current channel buffer for each server | Sebastien Helleu |
2005-07-30 | ctrl-up/ctrl-down keys added to call previous/next command in global history ... | Sebastien Helleu |
2005-07-22 | Join and part/quit prefixes (arrows) now displayed with different colors | Sebastien Helleu |
2005-07-20 | Fixed CTCP ACTION bug and now replies to CTCP PING on channels | Sebastien Helleu |
2005-07-19 | Highlights with "irc_highlight" setting now case insensitive | Sebastien Helleu |
2005-07-19 | Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ... | Sebastien Helleu |
2005-07-19 | Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no... | Sebastien Helleu |
2005-07-19 | Fixed hotlist for privates: now quit message is displayed as part/join/quit, ... | Sebastien Helleu |
2005-07-19 | Fixed auto-rejoin for channels with key | Sebastien Helleu |
2005-07-18 | Reverted to previous code | Sebastien Helleu |
2005-07-17 | change signatures in proxy functions | Emmanuel Bouthenot |
2005-07-17 | Fixed /ctcp command (now any command/data allowed) | Sebastien Helleu |
2005-07-17 | Previous behaviour restored for key "^" (now inserted in buffer) | Sebastien Helleu |
2005-07-16 | Added /amsg command (send text to all channels of all connected servers) | Sebastien Helleu |
2005-07-16 | - added alt-j + alt-l key (switch to last buffer) | Sebastien Helleu |
2005-07-16 | Fixed segfault when switching to DCC buffer | Sebastien Helleu |
2005-07-16 | Added alt-k key to grab a key and insert result into input buffer | Sebastien Helleu |
2005-07-14 | Added control in clipboard copy function | Sebastien Helleu |
2005-07-14 | - fixed SIGSEGV handler (now write a core file by aborting program) | Sebastien Helleu |
2005-07-13 | Added color for private in hotlist (different than color for highlight) | Sebastien Helleu |
2005-07-13 | Special chars (between 01 and 31 decimal) not displayed any more on buffers (... | Sebastien Helleu |
2005-07-13 | Setting "dcc_auto_resume" now used, and fixed address & pos conversion to uns... | Sebastien Helleu |
2005-07-13 | Added DCC resume | Sebastien Helleu |
2005-07-13 | correct bugs in clipboard management | Emmanuel Bouthenot |
2005-07-13 | close bug when using delete_end_line in empty line | Emmanuel Bouthenot |
2005-07-12 | When DCC failed, do not display local filename if transfer failed before star... | Sebastien Helleu |
2005-07-12 | Added message on server buffer when DCC file transfer failed (or was aborted) | Sebastien Helleu |
2005-07-12 | - added DCC timeout | Sebastien Helleu |
2005-07-12 | change return type from tuple to list for get_info('dccs') feature | Emmanuel Bouthenot |
2005-07-12 | adding getinfo feature about dccs | Emmanuel Bouthenot |
2005-07-12 | add some gui_input features : clipboard and a 'translate_chars' function | Emmanuel Bouthenot |
2005-07-12 | Added function for Perl/Python to get DCC list | Sebastien Helleu |
2005-07-11 | Topic completion now decodes UTF-8 string | Sebastien Helleu |
2005-07-11 | Fixed bug with IRC URL on command line (irc://) | Sebastien Helleu |
2005-07-09 | Changed two shortcuts (jump to server and jump to next server, now prefixed b... | Sebastien Helleu |
2005-07-09 | Internal functions descriptions for keys are now displayed and translated | Sebastien Helleu |
2005-07-09 | Fixed typo on a color number | Sebastien Helleu |
2005-07-09 | - new keyboard management: keys are setup in config file, new command /key wa... | Sebastien Helleu |
2005-07-06 | Channels auto-prefixed by "#" (if no prefix found) for /join command | Sebastien Helleu |
2005-07-02 | Added tests after getaddrinfo function | Sebastien Helleu |
2005-06-30 | Translated some messages and added calls to freeaddrinfo() function | Sebastien Helleu |
2005-06-30 | - proxy support (http, socks4, socks5) with authentification for http, socks5 | Emmanuel Bouthenot |
2005-06-30 | * commands from users outside channel now authorized (if special user or chan... | Sebastien Helleu |