summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-09-02Added "505" IRC commandSebastien Helleu
2005-09-02Signal SIGQUIT is now ignoredSebastien Helleu
2005-08-26Set non blockant socket for dcc connection (as it was made before)Sebastien Helleu
2005-08-22Added command "020"Sebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-08-21Fixed empty private buffer when unknown CTCP is receivedSebastien Helleu
2005-08-17Fixed refresh bug when one line is bigger than screen sizeSebastien Helleu
2005-08-16Fixed look_nicklist_min_size and look_nicklist_max_size optionsSebastien Helleu
2005-08-16Added example in server_autojoin descriptionSebastien Helleu
2005-08-16Added completion for internal functions with /key commandSebastien Helleu
2005-08-15Revert code for irc_cmd_send_join function code (to prevent lag when sendingSebastien Helleu
many /join commands to IRC server)
2005-08-14Fixed bug and memory leak in irc_cmd_send_join functionSebastien Helleu
2005-08-04add half (due to dcc) dcc support with proxies (only in ipv4 )Emmanuel Bouthenot
2005-08-03fix an error in socket() while using ipv6 proxyEmmanuel Bouthenot
2005-08-01fix a stupid error about previous commitEmmanuel Bouthenot
2005-07-31improve support of keys when joining channel and with server autojoinEmmanuel Bouthenot
2005-07-31Fixed refrech bug when changing channel modesSebastien Helleu
2005-07-31Jump to next server now saves current channel buffer for each serverSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ↵Sebastien Helleu
(common to all buffers)
2005-07-22Join and part/quit prefixes (arrows) now displayed with different colorsSebastien Helleu
2005-07-20Fixed CTCP ACTION bug and now replies to CTCP PING on channelsSebastien Helleu
2005-07-19Highlights with "irc_highlight" setting now case insensitiveSebastien Helleu
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ↵Sebastien Helleu
chat buffer
2005-07-19Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick ↵Sebastien Helleu
(no arg)
2005-07-19Fixed hotlist for privates: now quit message is displayed as part/join/quit, ↵Sebastien Helleu
not standard message
2005-07-19Fixed auto-rejoin for channels with keySebastien Helleu
2005-07-18Reverted to previous codeSebastien Helleu
2005-07-17change signatures in proxy functionsEmmanuel Bouthenot
2005-07-17Fixed /ctcp command (now any command/data allowed)Sebastien Helleu
2005-07-17Previous behaviour restored for key "^" (now inserted in buffer)Sebastien Helleu
2005-07-16Added /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
- added message for +q mode changing on a nick
2005-07-16Fixed segfault when switching to DCC bufferSebastien Helleu
2005-07-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-14Added control in clipboard copy functionSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
- fixed statusbar & infobar background refresh problem with some systems
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-13Special chars (between 01 and 31 decimal) not displayed any more on buffers ↵Sebastien Helleu
(replaced by spaces)
2005-07-13Setting "dcc_auto_resume" now used, and fixed address & pos conversion to ↵Sebastien Helleu
unsigned long for DCC
2005-07-13Added DCC resumeSebastien Helleu
2005-07-13correct bugs in clipboard managementEmmanuel Bouthenot
2005-07-13close bug when using delete_end_line in empty lineEmmanuel Bouthenot
2005-07-12When DCC failed, do not display local filename if transfer failed before ↵Sebastien Helleu
starting
2005-07-12Added message on server buffer when DCC file transfer failed (or was aborted)Sebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server) - fixed Perl bug with info reading functions
2005-07-12change return type from tuple to list for get_info('dccs') featureEmmanuel Bouthenot
2005-07-12adding getinfo feature about dccsEmmanuel Bouthenot
2005-07-12add some gui_input features : clipboard and a 'translate_chars' functionEmmanuel Bouthenot
2005-07-12Added function for Perl/Python to get DCC listSebastien Helleu
2005-07-11Topic completion now decodes UTF-8 stringSebastien Helleu