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: log CAP traffic
Přemysl Janouch
2015-07-11
1
-1
/
+13
*
degesch: log disconnection in all buffers
Přemysl Janouch
2015-07-11
1
-10
/
+22
*
degesch: sanitize terminal output
Přemysl Janouch
2015-07-11
1
-15
/
+22
*
degesch: move the -d option to configuration
Přemysl Janouch
2015-07-11
1
-4
/
+13
*
degesch: add aliases to /help and autocomplete
Přemysl Janouch
2015-07-11
1
-9
/
+23
*
degesch: mostly finish /alias sans name checking
Přemysl Janouch
2015-07-11
1
-7
/
+20
*
degesch: add config_item_string_from_cstr()
Přemysl Janouch
2015-07-11
1
-12
/
+2
*
degesch: add an /unalias command
Přemysl Janouch
2015-07-11
1
-0
/
+24
*
degesch: add an option to save config on quit
Přemysl Janouch
2015-07-11
1
-18
/
+32
*
degesch: silence compiler warnings
Přemysl Janouch
2015-07-11
1
-2
/
+2
*
degesch: actually avoid recursive aliases
Přemysl Janouch
2015-07-11
1
-1
/
+1
*
degesch: fix argument checking
Přemysl Janouch
2015-07-11
1
-2
/
+2
*
degesch: add /alias that only lists aliases
Přemysl Janouch
2015-07-10
1
-0
/
+43
*
degesch: factor out get_aliases_config()
Přemysl Janouch
2015-07-10
1
-12
/
+17
*
degesch: add some default aliases
Přemysl Janouch
2015-07-10
1
-0
/
+29
*
degesch: print the logo in a buffer
Přemysl Janouch
2015-07-10
1
-23
/
+16
*
degesch: add a first time help
Přemysl Janouch
2015-07-10
1
-0
/
+33
*
degesch: unfuck debug logging
Přemysl Janouch
2015-07-10
1
-27
/
+18
*
degesch: get rid of partial command name matching
Přemysl Janouch
2015-07-09
1
-30
/
+8
*
degesch: tiny miscellaneous fixes
Přemysl Janouch
2015-07-09
1
-2
/
+2
*
degesch: add backend support for aliases
Přemysl Janouch
2015-07-09
1
-17
/
+93
*
degesch: "nickname" -> "nicks"
Přemysl Janouch
2015-07-09
1
-13
/
+59
*
degesch: support CASEMAPPING=rfc1459-strict
Přemysl Janouch
2015-07-09
1
-4
/
+3
*
degesch: clean up irc_handle_irc_isupport()
Přemysl Janouch
2015-07-09
1
-19
/
+19
*
degesch: split handle_command_help()
Přemysl Janouch
2015-07-09
1
-27
/
+34
*
Add str_cut_until()
Přemysl Janouch
2015-07-09
1
-6
/
+4
*
degesch: introduce transform_str()
Přemysl Janouch
2015-07-08
1
-6
/
+3
*
Miscellaneous, cleanup
Přemysl Janouch
2015-07-06
1
-182
/
+150
*
degesch: implement /server add
Přemysl Janouch
2015-07-05
1
-58
/
+110
*
degesch: mark all unrecognized config values
Přemysl Janouch
2015-07-05
1
-12
/
+12
*
degesch: fix usage of "prompt_shown"
Přemysl Janouch
2015-07-05
1
-4
/
+4
*
degesch: add "on_change" for behaviour.logging
Přemysl Janouch
2015-07-05
1
-7
/
+29
*
degesch: add some trivial "on_change" callbacks
Přemysl Janouch
2015-07-05
1
-9
/
+18
*
degesch: only apply relevant attributes on change
Přemysl Janouch
2015-07-05
1
-8
/
+17
*
degesch: start using "on_change" notifications
Přemysl Janouch
2015-07-05
1
-24
/
+51
*
degesch: set "user_data" while loading config
Přemysl Janouch
2015-07-05
1
-9
/
+5
*
degesch: create servers from configuration
Přemysl Janouch
2015-07-05
1
-53
/
+79
*
degesch: stubplement /server
Přemysl Janouch
2015-07-04
1
-0
/
+36
*
degesch: /buffer close switches to previous buffer
Přemysl Janouch
2015-07-04
1
-1
/
+3
*
degesch: optimize buffer_print_backlog()
Přemysl Janouch
2015-07-04
1
-0
/
+3
*
degesch: flush I/O buffers on disconnect
Přemysl Janouch
2015-07-04
1
-0
/
+3
*
degesch: periodically flush logs to disk
Přemysl Janouch
2015-07-04
1
-0
/
+21
*
degesch: add logging to file
Přemysl Janouch
2015-07-04
1
-17
/
+94
*
degesch: fix unused variable
Přemysl Janouch
2015-07-04
1
-1
/
+1
*
degesch: decode mIRC formatting in numerics
Přemysl Janouch
2015-07-04
1
-1
/
+1
*
degesch: fix memory issue in Readline
Přemysl Janouch
2015-07-04
1
-0
/
+1
*
degesch: clean up the async code a bit
Přemysl Janouch
2015-07-03
1
-61
/
+81
*
degesch: rewrite to use asynchronous I/O
Přemysl Janouch
2015-07-03
1
-246
/
+450
*
degesch: part channel on /buffer close
Přemysl Janouch
2015-07-02
1
-2
/
+4
*
degesch: fix /msg with CAP echo-message
Přemysl Janouch
2015-06-29
1
-9
/
+20
[prev]
[next]