Age | Commit message (Expand) | Author |
2018-03-20 | Merge pull request #803 from ailin-nemui/bug-796-test | ailin-nemui |
2018-02-13 | Merge branch 'security' into 'master' | Nei |
2018-02-08 | restore compat with glib <2.40 | ailin-nemui |
2018-02-02 | do not reuse sasl timeout | 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 | Don't free the hash table if there's none | LemonBoy |
2018-01-07 | Factor out the parsing function | LemonBoy |
2018-01-07 | Parse the K/V form in CAP LS | LemonBoy |
2018-01-07 | Merge pull request #804 from ailin-nemui/patch-1 | ailin-nemui |
2018-01-05 | Update irc-nicklist.c | ailin-nemui |
2018-01-04 | Postpone server cleanup until after unref | ailin-nemui |
2018-01-03 | do not record topic change time when sender is blank | ailin-nemui |
2017-12-11 | Merge pull request #766 from horgh/horgh/mode-parsing | ailin-nemui |
2017-12-02 | Update NULL comparison style and be C89 compatible | Will Storey |
2017-11-30 | fix comments | ailin-nemui |
2017-11-27 | Revert initializing pointers to NULL | Will Storey |
2017-11-10 | use enum | ailin-nemui |
2017-11-01 | show initial nick and name on first start | ailin-nemui |
2017-10-24 | Strip : from <trailing> parameters | Will Storey |
2017-10-20 | Merge branch 'fix-16' into 'security' | Nei |
2017-10-20 | Merge branch 'fix-gl-15' into 'security' | Nei |
2017-10-20 | Make split functions return an array with NULL instead of NULL | Joseph Bisch |
2017-10-20 | Merge branch 'fix-gl-13' into 'security' | Nei |
2017-10-19 | Prevent a OOB read when parsing IRCNet ! channels | LemonBoy |
2017-10-14 | Changes based on comments in pull #771. | Paul Townsend |
2017-10-11 | Add alternate_nick as a network-specific property. | Paul Townsend |
2017-10-08 | Fix segfault in query_remove_all | Joseph Bisch |
2017-10-08 | fix uaf in chanquery module | ailin-nemui |
2017-07-25 | Allow the user to clear the sasl-related fields | LemonBoy |
2017-01-24 | Prevent a memory leak during the processing of the SASL response. | LemonBoy |
2017-01-10 | Revert "Don't reset wait_cmd during connection registration (fixes early ISON)" | dx |
2017-01-08 | Merge pull request #608 from tijko/master | LemonBoy |
2017-01-07 | Follow g_strsplit with call to g_strfreev | Tim Konick |
2017-01-06 | Don't reset wait_cmd during connection registration (fixes early ISON) | dequis |
2017-01-03 | Merge branch 'master' into 'security' | Nei |
2017-01-02 | Merge branch '4-use-after-free-when-receiving-numeric-432-invalid-nick' into ... | Nei |