index
:
xK
coverity_scan
kike
master
origin/master
IRC daemon, bot, TUI client and GUI frontend
Přemysl Eric Janouch <p@janouch.name>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
degesch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
degesch: add unbound commands for buffer movement
Přemysl Janouch
2016-03-10
1
-28
/
+58
*
degesch: fix binding to our own fns from inputrc
Přemysl Janouch
2016-03-10
1
-4
/
+16
*
degesch: add goto activity and highlight
Přemysl Janouch
2016-03-08
1
-0
/
+43
*
degesch: fix mIRC color parsing
Přemysl Janouch
2016-03-08
1
-0
/
+4
*
Update NEWS, cleanup
Přemysl Janouch
2016-03-07
1
-2
/
+1
*
degesch: rewrite input layer
Přemysl Janouch
2016-03-07
1
-446
/
+652
*
degesch: use libffi to unify input callbacks
Přemysl Janouch
2016-03-06
1
-326
/
+284
*
degesch: fix +=/-= to null config items
Přemysl Janouch
2016-03-05
1
-8
/
+11
*
degesch: mark a problem
Přemysl Janouch
2016-02-29
1
-0
/
+8
*
Resolve tls_ca_{file,path} relative to config dir
Přemysl Janouch
2016-02-19
1
-32
/
+54
*
degesch: fix segfault on sent messages w/o buffer
Přemysl Janouch
2016-02-12
1
-0
/
+4
*
degesch: update screen size when terminal resumed
Přemysl Janouch
2016-02-10
1
-0
/
+1
*
degesch: use mkstemp() with a safe umask
Přemysl Janouch
2016-02-09
1
-0
/
+3
*
degesch: log messages from /quote and plugins
Přemysl Janouch
2016-02-09
1
-93
/
+149
*
degesch: allow changing the list of used CAPs
Přemysl Janouch
2016-02-01
1
-7
/
+16
*
degesch: optimize buffer memory usage
Přemysl Janouch
2016-01-31
1
-35
/
+39
*
kike: add support for IRCv3.2 server-time
Přemysl Janouch
2016-01-31
1
-0
/
+5
*
degesch: add an assertion
Přemysl Janouch
2016-01-18
1
-1
/
+5
*
degesch: disable TLS compression
Přemysl Janouch
2016-01-18
1
-0
/
+7
*
degesch: Lua: fix memory leak on load failure
Přemysl Janouch
2016-01-17
1
-2
/
+1
*
degesch: lesser heap fragmentation
Přemysl Janouch
2016-01-17
1
-11
/
+7
*
degesch: fix backlog limit
Přemysl Janouch
2016-01-15
1
-1
/
+1
*
degesch: fix and simplify screen handling
Přemysl Janouch
2016-01-15
1
-18
/
+6
*
degesch: enforce fullscreen buffers
Přemysl Janouch
2016-01-15
1
-12
/
+4
*
degesch: option for fullscreen buffers
Přemysl Janouch
2016-01-15
1
-6
/
+31
*
degesch: make backlog limit configurable
Přemysl Janouch
2016-01-15
1
-11
/
+34
*
degesch: Lua: add autocomplete hooks
Přemysl Janouch
2016-01-15
1
-26
/
+156
*
degesch: Lua: allow simulating user input
Přemysl Janouch
2016-01-14
1
-1
/
+23
*
Bump liberty, shuffle some code
Přemysl Janouch
2016-01-14
1
-94
/
+94
*
degesch: Lua: pass hostname to on_connected
Přemysl Janouch
2016-01-09
1
-3
/
+3
*
degesch: Lua: set sockets to nonblocking
Přemysl Janouch
2016-01-09
1
-0
/
+1
*
Bump liberty
Přemysl Janouch
2016-01-09
1
-1
/
+0
*
degesch: Lua: actually allow filtering out input
Přemysl Janouch
2016-01-09
1
-0
/
+4
*
degesch: Lua: provide a traceback on load error
Přemysl Janouch
2016-01-09
1
-4
/
+9
*
degesch: Lua: fix plugin configuration names
Přemysl Janouch
2016-01-09
1
-1
/
+10
*
degesch: Lua: fix luaL_ref() usage
Přemysl Janouch
2016-01-09
1
-11
/
+10
*
degesch: Lua: fix configuration loading
Přemysl Janouch
2016-01-09
1
-6
/
+11
*
degesch: make sure newlines are output correctly
Přemysl Janouch
2016-01-08
1
-0
/
+8
*
degesch: Lua: finish implementation of connection
Přemysl Janouch
2016-01-07
1
-4
/
+182
*
degesch: Lua: avoid resource leak
Přemysl Janouch
2016-01-07
1
-10
/
+16
*
Factor out socket_io_try_{read,write}()
Přemysl Janouch
2016-01-07
1
-80
/
+45
*
degesch: fix handling of input editor death
Přemysl Janouch
2016-01-07
1
-4
/
+12
*
degesch: fix switching of buffers by command
Přemysl Janouch
2016-01-07
1
-8
/
+27
*
degesch: Lua: fix a resource leak
Přemysl Janouch
2016-01-06
1
-2
/
+6
*
degesch: refactor Lua
Přemysl Janouch
2016-01-05
1
-93
/
+62
*
degesch: Lua: halfplement a connector wrapper
Přemysl Janouch
2016-01-05
1
-5
/
+237
*
degesch: Lua: allow arbitrary userdata properties
Přemysl Janouch
2016-01-04
1
-2
/
+35
*
degesch: Lua: use references for hook callbacks
Přemysl Janouch
2016-01-04
1
-10
/
+8
*
degesch: add basic autocomplete for /topic
Přemysl Janouch
2016-01-04
1
-1
/
+28
*
Bump liberty, enable TLS SNI
Přemysl Janouch
2016-01-04
1
-30
/
+18
[next]