index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
curses
/
gui-curses-main.c
Age
Commit message (
Expand
)
Author
2021-03-16
core: add options to customize commands on system signals, quit by default on...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-04-21
core: translate log message when the signal SIGHUP is received
Sébastien Helleu
2020-04-21
core: restore signal "signal_sighup", and if eaten do not reload configuration
Sébastien Helleu
2020-04-22
core: reload config on SIGHUP
Tom Fitzhenry
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-07-13
core: fix compiler warnings on calls to snprintf
Sébastien Helleu
2018-03-16
core: quit WeeChat on ctrl-C (signal SIGINT) in headless mode
Sébastien Helleu
2018-03-11
core: add binary weechat-headless to run WeeChat without interface (closes #1...
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-06-03
core: fix infinite loop when the terminal is closed on the secure password pr...
Sébastien Helleu
2017-03-12
core: fix typo: refreshs -> refreshes
Sébastien Helleu
2017-02-22
core: send signal "signal_sigwinch" after refreshs (issue #902)
Sébastien Helleu
2017-02-04
core: fix delayed refresh when the signal SIGWINCH is received (terminal resi...
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-11-13
core: fix deadlock when quitting after a signal is received (closes #32)
Sébastien Helleu
2016-04-23
api: add support of functions in hook_process
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-07-18
core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...
Sébastien Helleu
2015-06-28
core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (c...
Sébastien Helleu
2015-05-01
core: fix compilation on Cygwin
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-04-25
core: display the welcome message immediately after the startup message, move...
Sébastien Helleu
2015-04-17
core: add a welcome message on first WeeChat run (closes #318)
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-07-14
core: move main() function into Curses GUI
Sébastien Helleu
2014-03-29
core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"
Sebastien Helleu
2014-03-06
core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...
Sebastien Helleu
2014-02-16
core: add bare display mode (for easy text selection and click on URLs)
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-21
core: delay the signal "signal_sigwinch" after WeeChat screen refresh
Sebastien Helleu
2014-01-21
core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-11-23
core: free nicklist data (for hsignal) on exit
Sebastien Helleu
2013-11-18
core: use #ifdef to check if versions are defined in signal "debug_libs"
Sebastien Helleu
2013-11-18
core: remove "v" before versions displayed by /debug libs
Sebastien Helleu
2013-11-17
core: add option "libs" for command /debug, add signal "debug_libs"
Sebastien Helleu
2013-11-09
core: rename option weechat.look.set_title to weechat.look.window_title (eval...
Sebastien Helleu
2013-09-23
core: replace some calls to ncurses *printw functions by *addstr
Sebastien Helleu
2013-08-10
core: optimize the removal of lines in buffers (a lot faster to clear/close b...
Sebastien Helleu
2013-07-27
core: add secured data with optional encryption in file sec.conf
Sebastien Helleu
2013-04-12
core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-03-17
core: add support of multiple layouts (task #11274)
Sebastien Helleu
2013-01-05
core: fix refresh of bars when applying layout (bug #37944, bug #37952)
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
[next]