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: update comments
Přemysl Janouch
2015-08-10
1
-1
/
+1
*
degesch: enable bright backgrounds on 8-color terms
Přemysl Janouch
2015-08-10
1
-6
/
+23
*
degesch: precompute the filtered color cube
Přemysl Janouch
2015-08-10
1
-25
/
+31
*
degesch: show CTCPs to channels as such
Přemysl Janouch
2015-08-10
1
-3
/
+7
*
degesch: send after-connect joins more cleverly
Přemysl Janouch
2015-08-10
1
-4
/
+26
*
degesch: properly flush the read marker
Přemysl Janouch
2015-08-10
1
-0
/
+2
*
degesch: safer defaults for backlog helper
Přemysl Janouch
2015-08-09
1
-4
/
+6
*
degesch: don't show joins etc. as new activity
Přemysl Janouch
2015-08-08
1
-11
/
+19
*
degesch: use formatting in the backlog
Přemysl Janouch
2015-08-08
1
-30
/
+68
*
degesch: add backlog/scrollback functionality
Přemysl Janouch
2015-08-08
1
-23
/
+200
*
degesch: properly flush formatting resets
Přemysl Janouch
2015-08-06
1
-0
/
+2
*
degesch: better name resolution failure messages
Přemysl Janouch
2015-08-06
1
-2
/
+16
*
degesch: fix /server usage
Přemysl Janouch
2015-08-06
1
-1
/
+1
*
degesch; fix handling of CTCP requests
Přemysl Janouch
2015-08-06
1
-9
/
+13
*
degesch: don't send PART on /close when not joined
Přemysl Janouch
2015-08-06
1
-7
/
+12
*
Fix OpenBSD build
Přemysl Janouch
2015-07-30
1
-1
/
+1
*
More SSL -> TLS renaming
Přemysl Janouch
2015-07-28
1
-16
/
+16
*
degesch: use hopefully better colors for nicks
Přemysl Janouch
2015-07-27
1
-5
/
+32
*
degesch: fix memory leak
Přemysl Janouch
2015-07-27
1
-2
/
+4
*
degesch: order the nicknames in /names
Přemysl Janouch
2015-07-26
1
-18
/
+69
*
degesch: make showing all prefixes optional
Přemysl Janouch
2015-07-26
1
-23
/
+66
*
degesch: fix regression in alias expansion
Přemysl Janouch
2015-07-23
1
-1
/
+1
*
Fix immediate connects
Přemysl Janouch
2015-07-23
1
-3
/
+3
*
degesch: fix one last SOCKS corner case
Přemysl Janouch
2015-07-23
1
-0
/
+4
*
SOCKS: various fixes to API and code
Přemysl Janouch
2015-07-23
1
-8
/
+5
*
Rewrite socks to async
Přemysl Janouch
2015-07-20
1
-56
/
+82
*
degesch: fix literal IPv6 server addresses
Přemysl Janouch
2015-07-19
1
-1
/
+6
*
degesch: add a "command_delay" option to servers
Přemysl Janouch
2015-07-18
1
-13
/
+37
*
degesch: refactor and fix reconnect delays
Přemysl Janouch
2015-07-18
1
-13
/
+19
*
degesch: allow executing a command when registered
Přemysl Janouch
2015-07-18
1
-14
/
+30
*
degesch: add exponential reconnect backoff
Přemysl Janouch
2015-07-17
1
-1
/
+29
*
degesch: allow multiple commands in aliases
Přemysl Janouch
2015-07-16
1
-43
/
+75
*
degesch: skip unrecognized config items in /set
Přemysl Janouch
2015-07-16
1
-1
/
+5
*
SSL -> TLS; fix error handling
Přemysl Janouch
2015-07-15
1
-11
/
+18
*
Unfuck OpenSSL error messages
Přemysl Janouch
2015-07-15
1
-4
/
+2
*
degesch: set a limit on backlog entries
Přemysl Janouch
2015-07-15
1
-0
/
+11
*
degesch: fix some encoding issues
Přemysl Janouch
2015-07-15
1
-6
/
+10
*
Fix compiler warning
Přemysl Janouch
2015-07-15
1
-2
/
+2
*
Bump liberty
Přemysl Janouch
2015-07-15
1
-1
/
+1
*
Bump liberty, fix map iterators
Přemysl Janouch
2015-07-14
1
-7
/
+5
*
degesch: implement /server rename
Přemysl Janouch
2015-07-14
1
-13
/
+75
*
degesch: fix server loading
Přemysl Janouch
2015-07-14
1
-1
/
+4
*
degesch: simplify check_server_name_for_addition()
Přemysl Janouch
2015-07-14
1
-13
/
+11
*
degesch: implement /server remove
Přemysl Janouch
2015-07-14
1
-2
/
+59
*
degesch: finally fix rearm_date_change_timer()
Přemysl Janouch
2015-07-14
1
-3
/
+11
*
degesch: factor out buffer_remove_safe()
Přemysl Janouch
2015-07-14
1
-6
/
+11
*
degesch: make "/server" alone list all servers
Přemysl Janouch
2015-07-13
1
-2
/
+6
*
degesch: fix the date change timer
Přemysl Janouch
2015-07-13
1
-2
/
+2
*
degesch: fix /server add
Přemysl Janouch
2015-07-13
1
-1
/
+1
*
Disable SSL 2 and 3
Přemysl Janouch
2015-07-13
1
-0
/
+3
[next]