index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
core
/
irc-cap.c
Age
Commit message (
Expand
)
Author
2018-02-08
restore compat with glib <2.40
ailin-nemui
2018-01-24
Accept CAPs with an empty value (KEY=)
LemonBoy
2018-01-24
Address some minor stylish nits
LemonBoy
2018-01-07
Fix a problem with multiline responses
LemonBoy
2018-01-07
Nicer error message when a duplicate CAP in LS
LemonBoy
2018-01-07
Match LS instead of checking the first letter only
LemonBoy
2018-01-07
Command names may be in lower-case
LemonBoy
2018-01-07
Simplify the code
LemonBoy
2018-01-07
Keep processing the CAPs on error
LemonBoy
2018-01-07
Prevent a memory leak
LemonBoy
2018-01-07
Miscellaneous fixes
LemonBoy
2018-01-07
Prevent a NULL pointer deference
LemonBoy
2018-01-07
Use strcmp instead of g_strcmp0
LemonBoy
2018-01-07
Properly dispose the GSList chains
LemonBoy
2018-01-07
Handle CAP {ADD,DEL} from cap-notify
LemonBoy
2018-01-07
Parse multiline responses to CAP LS
LemonBoy
2018-01-07
Factor out the parsing function
LemonBoy
2018-01-07
Parse the K/V form in CAP LS
LemonBoy
2015-11-26
irc-cap: Don't send a space at the beginning of the CAP REQ parameter
dequis
2015-09-02
Fix two minor issues outlined in the PR#222
LemonBoy
2015-05-05
Implement support for IRCv3.1 CAP negotiation
LemonBoy