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: process INVITE
Přemysl Janouch
2015-06-10
1
-0
/
+30
*
degesch: handle RPL_UMODEIS
Přemysl Janouch
2015-06-10
1
-0
/
+15
*
degesch: show channel prefixes in PRIVMSG lines
Přemysl Janouch
2015-06-07
1
-4
/
+38
*
degesch: shuffle code around
Přemysl Janouch
2015-06-07
1
-95
/
+94
*
degesch: sort modes on change
Přemysl Janouch
2015-06-07
1
-1
/
+7
*
degesch: further refactor MODE processing
Přemysl Janouch
2015-06-07
1
-57
/
+35
*
degesch: refactor MODE processing
Přemysl Janouch
2015-06-07
1
-51
/
+33
*
degesch: process user mode changes
Přemysl Janouch
2015-06-07
1
-11
/
+58
*
degesch: enable NAMESX if supported by server
Přemysl Janouch
2015-06-07
1
-0
/
+4
*
degesch: fix memory leak
Přemysl Janouch
2015-06-07
1
-8
/
+8
*
degesch: print server name in debug output
Přemysl Janouch
2015-06-07
1
-2
/
+8
*
degesch: fix memory leak
Přemysl Janouch
2015-06-07
1
-1
/
+2
*
degesch: process RPL_TOPICWHOTIME
Přemysl Janouch
2015-06-07
1
-0
/
+31
*
degesch: process RPL_CREATIONTIME
Přemysl Janouch
2015-06-07
1
-0
/
+37
*
degesch: parse RPL_CHANNELMODEIS
Přemysl Janouch
2015-06-07
1
-5
/
+32
*
degesch: fix logging empty QUIT/PART reasons
Přemysl Janouch
2015-06-06
1
-2
/
+4
*
degesch: request channel mode after joining
Přemysl Janouch
2015-06-06
1
-0
/
+3
*
degesch: show our own channel modes in prompt
Přemysl Janouch
2015-06-06
1
-1
/
+11
*
degesch: save the topic from RPL_TOPIC
Přemysl Janouch
2015-06-06
1
-0
/
+6
*
degesch: refactor irc_process_names()
Přemysl Janouch
2015-06-06
1
-28
/
+33
*
degesch: fix adding user by RPL_NAMREPLY
Přemysl Janouch
2015-06-06
1
-23
/
+22
*
degesch: remove users missing from RPL_NAMREPLY
Přemysl Janouch
2015-06-06
1
-11
/
+16
*
degesch: refactoring
Přemysl Janouch
2015-06-05
1
-12
/
+15
*
degesch: correctly update user prefixes
Přemysl Janouch
2015-06-05
1
-26
/
+30
*
degesch: hack together preliminary MODE parsing
Přemysl Janouch
2015-06-05
1
-3
/
+168
*
degesch: store channel modes differently
Přemysl Janouch
2015-06-04
1
-5
/
+37
*
degesch: parse CHANMODES in RPL_ISUPPORT
Přemysl Janouch
2015-06-03
1
-2
/
+39
*
degesch: process RPL_NAMREPLY modes properly
Přemysl Janouch
2015-06-03
1
-4
/
+13
*
degesch: fix processing RPL_NAMREPLY
Přemysl Janouch
2015-06-03
1
-1
/
+1
*
degesch: show RPL_NAMREPLY contents
Přemysl Janouch
2015-06-03
1
-0
/
+19
*
degesch: log the channel topic after joining
Přemysl Janouch
2015-06-02
1
-0
/
+23
*
degesch: try to log lines in more specific buffers
Přemysl Janouch
2015-06-02
1
-12
/
+43
*
degesch: cleanup wrt. quitting
Přemysl Janouch
2015-06-02
1
-27
/
+16
*
degesch: add & use strncasecmp_ascii()
Přemysl Janouch
2015-06-02
1
-2
/
+2
*
degesch: clean up complete_nicknames()
Přemysl Janouch
2015-06-02
1
-7
/
+15
*
degesch: add & use irc_server_strcmp()
Přemysl Janouch
2015-06-02
1
-2
/
+11
*
degesch: fix typo
Přemysl Janouch
2015-06-01
1
-1
/
+1
*
degesch: make use of values from RPL_ISUPPORT
Přemysl Janouch
2015-06-01
1
-5
/
+4
*
degesch: don't compare buffer names using rfc1459
Přemysl Janouch
2015-06-01
1
-2
/
+2
*
degesch: parse more of RPL_ISUPPORT
Přemysl Janouch
2015-06-01
1
-21
/
+111
*
degesch: properly unescape RPL_ISUPPORT values
Přemysl Janouch
2015-05-30
1
-1
/
+26
*
degesch: some basic RPL_ISUPPORT parsing
Přemysl Janouch
2015-05-25
1
-9
/
+51
*
degesch: actually update the list of channel users
Přemysl Janouch
2015-05-25
1
-2
/
+32
*
degesch: halfplement RPL_NAMES processing
Přemysl Janouch
2015-05-24
1
-13
/
+49
*
degesch: fix crash in the logger
Přemysl Janouch
2015-05-23
1
-1
/
+1
*
degesch: parse and use RPL_USERHOST
Přemysl Janouch
2015-05-22
1
-3
/
+45
*
degesch: show mode changes
Přemysl Janouch
2015-05-21
1
-1
/
+43
*
degesch: add support for server passwords
Přemysl Janouch
2015-05-20
1
-0
/
+8
*
degesch: naively implement the unimplemented
Přemysl Janouch
2015-05-19
1
-12
/
+111
*
degesch: naively implement a few user commands
Přemysl Janouch
2015-05-18
1
-9
/
+184
[prev]
[next]