| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | msgbuf: use only relevant caps for the cache key | 2021-06-13 | 1 | -0/+2 | |
| * | msgbuf_cache_get: Don't create cycle when evicting | 2021-06-08 | 1 | -0/+4 | |
| * | Mailmap and copyright update for Ariadne | 2021-06-01 | 1 | -1/+1 | |
| * | Innovation by sed | 2020-10-15 | 1 | -1/+1 | |
| * | m_alias: Preserve protocol framing characters | 2020-07-05 | 1 | -0/+35 | |
| * | ircd: send tags on every message•••Simplify linebuf by introducing fsnprint to manage a list of printfs. Add a msgbuf unparse cache for send functions that loop. | 2017-08-06 | 1 | -9/+131 | |
| * | tests: add msgbuf_parse tests | 2017-07-29 | 1 | -1/+1 | |
| * | msgbuf: correctly split buffers into IRCv3 tags and RFC1459 message data | 2017-07-29 | 1 | -71/+192 | |
| * | librb: remove unnecessary NULL from the end of rb_string_to_array output | 2017-07-29 | 1 | -8/+4 | |
| * | msgbuf: don't append a ';' unless there are existing tags•••When both account-tag and server-time are present but the client doesn't have the first (i == 0) of these enabled. They will get an erroneous ';' after the '@'. Track whether or not there are tags present, and use this to determine whether to add the ';' or not. Also remove the extra function that loops over all of the tags by using this flag to handle the case where there are no tags being written. | 2016-12-04 | 1 | -18/+8 | |
| * | msgbuf_parse: rb_string_to_array outputs to a MAXPARA+1 size array | 2016-10-22 | 1 | -1/+1 | |
| * | msgbuf: Fix remote crash vulnerability due to malformed message tag.•••Fixes #218 Reported-by: ManiacTwister <github@s7t.de> | 2016-09-11 | 1 | -0/+2 | |
| * | More cleanup | 2016-03-23 | 1 | -11/+4 | |
| * | Cleanup warnings | 2016-03-21 | 1 | -2/+0 | |
| * | msgbuf: msgbuf_unparse_tags(): don't send a tags sigil unless tags will actua... | 2016-02-20 | 1 | -0/+17 | |
| * | msgbuf: allow for an explicit target to be defined | 2016-02-20 | 1 | -0/+3 | |
| * | send: implement partial support for outbound tags (enough for account-tag as ... | 2016-02-20 | 1 | -1/+4 | |
| * | msgbuf: make msgbuf_unparse_prefix() public | 2016-02-20 | 1 | -1/+1 | |
| * | msgbuf: implement msgbuf_vunparse_fmt() and friends | 2016-02-20 | 1 | -0/+40 | |
| * | msgbuf: handle me.name properly | 2016-02-20 | 1 | -2/+3 | |
| * | msgbuf: add some message building code | 2016-02-20 | 1 | -0/+71 | |
| * | msgbuf: msgbuf_append_tag(): add support for attaching a specific capability bit | 2016-02-13 | 1 | -1/+1 | |
| * | msgbuf: do a better job of handling gotchas with parsing tags | 2016-02-10 | 1 | -5/+12 | |
| * | msgbuf: improve parse logic | 2016-02-10 | 1 | -5/+7 | |
| * | msgbuf: implement msgbuf_parse() | 2016-02-10 | 1 | -0/+104 |
