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: fix join/part hiding in the backlog
Přemysl Janouch
2016-10-30
1
-1
/
+2
*
degesch: clean up
Přemysl Janouch
2016-10-29
1
-1
/
+1
*
degesch: tiny fixes for the prompt hook
coverity_scan
Přemysl Janouch
2016-10-29
1
-2
/
+3
*
degesch: avoid senseless indirection in hooks
Přemysl Janouch
2016-10-29
1
-52
/
+8
*
degesch: rename things around terminal attributes
Přemysl Janouch
2016-10-29
1
-43
/
+41
*
degesch: simplify "attribute_printer"
Přemysl Janouch
2016-10-29
1
-45
/
+17
*
degesch: microoptimization
Přemysl Janouch
2016-10-28
1
-1
/
+1
*
degesch: refresh the prompt when a hook is set
Přemysl Janouch
2016-10-28
1
-0
/
+1
*
degesch: don't consider all mode changes important
Přemysl Janouch
2016-10-28
1
-4
/
+16
*
degesch: optimize Lua weak refs
Přemysl Janouch
2016-10-28
1
-30
/
+11
*
degesch: export server state as a string to Lua
Přemysl Janouch
2016-10-28
1
-0
/
+18
*
degesch: add Lua API for screen size retrieval
Přemysl Janouch
2016-10-28
1
-1
/
+10
*
degesch: add a prompt hook
Přemysl Janouch
2016-10-28
1
-1
/
+76
*
degesch: add introspection for refs within str_maps
Přemysl Janouch
2016-10-28
1
-126
/
+138
*
degesch: allow lists of refs in introspection
Přemysl Janouch
2016-10-28
1
-20
/
+44
*
degesch: add introspection for "app_context"
Přemysl Janouch
2016-10-28
1
-6
/
+47
*
degesch: add introspection for "str" and "str_map"
Přemysl Janouch
2016-10-28
1
-12
/
+32
*
degesch: create Lua refs through introspection
Přemysl Janouch
2016-10-28
1
-104
/
+71
*
degesch: begin work on direct introspection
Přemysl Janouch
2016-10-28
1
-30
/
+176
*
degesch: cleanup
Přemysl Janouch
2016-10-28
1
-2
/
+2
*
degesch: defer prompt refreshing
Přemysl Janouch
2016-10-23
1
-4
/
+16
*
degesch: allow hiding join/part messages
Přemysl Janouch
2016-10-23
1
-10
/
+38
*
degesch: comments, no functional change
Přemysl Janouch
2016-10-23
1
-1
/
+2
*
degesch: show channel user count in the status
Přemysl Janouch
2016-10-23
1
-10
/
+13
*
degesch: accept Word shortcuts for formatting
Přemysl Janouch
2016-10-23
1
-0
/
+3
*
Bump liberty, add consts to some arguments
Přemysl Janouch
2016-10-23
1
-2
/
+2
*
Bump liberty
Přemysl Janouch
2016-10-11
1
-62
/
+67
*
degesch: exit with error when arguments are given
Přemysl Janouch
2016-09-29
1
-0
/
+5
*
degesch: simplify highlight detection
Přemysl Janouch
2016-09-25
1
-3
/
+4
*
degesch: fix highlight detection in colored text
Přemysl Janouch
2016-09-23
1
-1
/
+17
*
Better support for the KILL command
Přemysl Janouch
2016-09-23
1
-0
/
+32
*
degesch: die on configuration parse errors
Přemysl Janouch
2016-07-23
1
-5
/
+8
*
degesch: fix Ctrl-J in Readline
Přemysl Janouch
2016-07-23
1
-0
/
+4
*
degesch: customizable date change messages
Přemysl Janouch
2016-04-21
1
-26
/
+54
*
degesch: add a NOWRAP flag to formatter_flush()
Přemysl Janouch
2016-04-21
1
-38
/
+61
*
degesch: update comments
Přemysl Janouch
2016-04-21
1
-6
/
+6
*
degesch: refactor Lua weak objects
Přemysl Janouch
2016-04-21
1
-222
/
+111
*
degesch: expose channels and users to Lua
Přemysl Janouch
2016-04-21
1
-5
/
+226
*
degesch: expose message parsing to Lua
Přemysl Janouch
2016-04-21
1
-0
/
+46
*
degesch: fix crash on invalid cp1252 characters
Přemysl Janouch
2016-04-03
1
-14
/
+36
*
degesch: update program logo
Přemysl Janouch
2016-03-28
1
-6
/
+6
*
degesch: fix two minor issues
Přemysl Janouch
2016-03-26
1
-1
/
+7
*
degesch: don't wrap lines in pager
Přemysl Janouch
2016-03-26
1
-1
/
+1
*
degesch: detect //TRANSLIT support, use cp1252
Přemysl Janouch
2016-03-26
1
-16
/
+20
*
degesch: remap goto-activity to M-a
Přemysl Janouch
2016-03-26
1
-1
/
+1
*
degesch: add partial matching /buffer goto
Přemysl Janouch
2016-03-26
1
-5
/
+38
*
degesch: append message count in /buffer listing
Přemysl Janouch
2016-03-26
1
-1
/
+10
*
degesch: retain the unseen marker
Přemysl Janouch
2016-03-26
1
-37
/
+50
*
degesch: phase 1 of word wrapping implementation
Přemysl Janouch
2016-03-26
1
-45
/
+291
*
degesch: cleanup, fix no-tty mode FWIW
Přemysl Janouch
2016-03-13
1
-5
/
+5
[prev]
[next]