| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests/send1: we don't add tags to remote messages edk/server-time | Ed Kellett | 2022-03-06 | 1 | -21/+21 |
| * | cap_server_time: data->client can be null | Ed Kellett | 2022-03-06 | 1 | -1/+1 |
| * | Propagate server-time implicitly (ugh) | Ed Kellett | 2022-03-06 | 3 | -0/+18 |
| * | tests/send1: @time is sent remotely now | Ed Kellett | 2022-03-06 | 1 | -1/+1 |
| * | cap_server_time: Don't stamp remote-sourced things | Ed Kellett | 2022-03-06 | 1 | -0/+3 |
| * | send: Make cap masks respect CAP_STAG for servers | Ed Kellett | 2022-03-06 | 1 | -19/+20 |
| * | msgbuf: Add msgbuf_get_tag | Ed Kellett | 2022-03-06 | 2 | -0/+15 |
| * | Add STAG server cap | Ed Kellett | 2022-03-06 | 2 | -0/+3 |
| * | Fix comment in example configuration | Eric Mertens | 2022-02-03 | 1 | -1/+1 |
| * | Remove ambiguity in descriptions +u•••The old descriptions might be interpreted as meaning that +u enables
server-side filtering.
| Valentin Lorentz | 2022-01-31 | 3 | -6/+6 |
| * | don't subject remote users to chm_nonotice | Jess Porter | 2022-01-16 | 1 | -2/+5 |
| * | channel: always send chm_hidden modes to servers | Ed Kellett | 2021-12-04 | 1 | -1/+1 |
| * | ircd/packet.c: make function definition consistent with declaration (#301)•••This function has a static forward-declaration, and is not used outside
this compilation unit. However, the definition was non-static. Fix this. | Aaron Jones | 2021-11-30 | 1 | -1/+1 |
| * | better standardised SNO_FULL. always show host AND ip | jess | 2021-11-14 | 1 | -11/+11 |
| * | check_one_kline: fix kline_spoof_ip handling | Ed Kellett | 2021-11-07 | 1 | -2/+2 |
| * | Fix link to doc/readme.txt | Eric Mertens | 2021-11-02 | 1 | -1/+1 |
| * | just a stray colon where it wasn't meant to have :) | Valerie Pond | 2021-10-26 | 1 | -1/+1 |
| * | m_list: fail on invalid parameters•••Loose port of 6ea60b2297948211925e22bd1f284179d680b4ae. I've chosen to
reduce indentation where it's convenient, and I'm allowing >-[0-9] as a
way of specifying a minimum of 0 because... I don't know, it just seems
neater to me.
| Ed Kellett | 2021-10-20 | 1 | -25/+37 |
| * | m_list: Treat valid names with wildcards as masks•••* and ? are valid characters for channel names on IRC, and ELIST M gives
no way to distinguish between `LIST #foo-*` that's meant to search for
channels beginning `#foo-` and `LIST #foo-*` that's meant to list one
channel named literally `#foo-*`.
In order to deal with this, we will always assume a name with wildcards
is a mask. If it's also a channel name, that will be listed first.
| Ed Kellett | 2021-10-19 | 1 | -2/+10 |
| * | Add mask modifiers to LIST help | Ed Kellett | 2021-10-19 | 1 | -0/+2 |
| * | Support *mask* and !*mask* in LIST | Ed Kellett | 2021-10-19 | 2 | -3/+24 |
| * | CREDITS: add mcintosh | Doug Freed | 2021-10-18 | 1 | -0/+1 |
| * | m_names: use ITER_COMM_CHANNELS | Ed Kellett | 2021-10-17 | 1 | -7/+7 |
| * | helpops: show opernames to opers | Ed Kellett | 2021-10-17 | 1 | -4/+10 |
| * | "KLINE active for ..." -> "Disconnecting K-Lined user ..." | jess | 2021-10-09 | 1 | -4/+4 |
| * | explicitly show IP in SNO_BANNED snotes | jess | 2021-10-09 | 3 | -6/+6 |
| * | add sqlite3 to build instructions•••Quite often people new to Solanum run into trouble in the configure step: the error message if they are lacking either the pkg-config or libsqlite3 packages are identical and discovering the pkg-config dependency is not trivial:
checking for SQLITE... no
configure: error: sqlite3 is required
I can't promise this apt install line is complete, but I know that I've suggested the pkg-config and libsqlite3-dev packages many times in the #solanum channel and they've been very helpful. | Seth Arnold | 2021-10-09 | 1 | -0/+1 |
| * | doc/features/extban.txt: document $j, $x, and $z | David Schultz | 2021-10-02 | 1 | -0/+12 |
| * | Add 3 more of the delegates to CREDITS | Eric Mertens | 2021-09-24 | 1 | -0/+3 |
| * | Send RPL_ENDOFTRACE on local /etrace | Ryan Schmidt | 2021-09-23 | 1 | -0/+3 |
| * | extb_canjoin: Ignore exemptions | Ed Kellett | 2021-09-22 | 1 | -1/+1 |
| * | fix typo in `sasl_only_client_message` (#279) | David Schultz | 2021-09-15 | 3 | -3/+3 |
| * | chm_regmsg: actually check channel mode (#271) | Eric Mertens | 2021-08-23 | 1 | -0/+4 |
| * | Avoid show_iline_prefix showing leftovers (#266) | Eric Mertens | 2021-08-21 | 1 | -2/+1 |
| * | Remove sno_whois from reference.conf (#270)•••This was missed in commit 26c3681f7ccece87d9fe | Aaron Jones | 2021-08-21 | 1 | -2/+0 |
| * | switch sasl_usercloak.c to use SNO_BANNED | jesopo | 2021-08-20 | 1 | -3/+3 |
| * | hook_fn casts were hiding UB (#265) | Eric Mertens | 2021-08-19 | 43 | -149/+187 |
| * | Make new_local_user hooks handle dead clients | Ed Kellett | 2021-08-19 | 3 | -1/+10 |
| * | Stop announcing SASL cap changes on services split/join (#263) | Eric Mertens | 2021-08-15 | 1 | -73/+1 |
| * | ERR_USERONCHANNEL when following a forward is missing a param | jesopo | 2021-08-15 | 1 | -0/+4 |
| * | ircd/newconf: ignore invalid connect block passwords (#261)•••Also, ignore a connect block that requests certfp authentication
without setting the ssl flag, as it will then go on to fail anyway.
Finally, correct an erroneous error message about class blocks. | Aaron Jones | 2021-08-14 | 1 | -19/+57 |
| * | add SNO_FARCONNECT to the help text (#260)•••* add SNO_FARCONNECT to the helptext | owen | 2021-08-14 | 1 | -1/+4 |
| * | add SNO_BANNED, snote for it on client k/x-line rejection (#242)•••* add SNO_BANNED, snote for it on client k/x-line rejection
* add snomask help file line for SNO_BANNED | jesopo | 2021-08-11 | 5 | -1/+11 |
| * | add show_iline_prefix for IsNeedSasl | jesopo | 2021-08-04 | 1 | -0/+2 |
| * | Rename doc/index.txt to doc/readme.txt and mention reference.conf•••The new name will make it appear in GitHub's web view.
| Valentin Lorentz | 2021-07-31 | 1 | -1/+3 |
| * | reference.conf: Document the common syntax for flags•••It was only documented as an example in the auth {} block,
not for other blocks.
| Valentin Lorentz | 2021-07-31 | 1 | -0/+4 |
| * | reference.conf: Make it clearer connect {} blocks are reciprocal | Val Lorentz | 2021-07-31 | 1 | -4/+11 |
| * | The rb_heap_block struct doesn't appear to be used anywhere | jailbird777 | 2021-07-31 | 1 | -10/+0 |
| * | tests: chase listener refactor changes | Ariadne Conill | 2021-07-31 | 1 | -1/+0 |
| * | librb: appease libtool by adding rb_close_pending_fds() to the export list | Ariadne Conill | 2021-07-31 | 1 | -0/+1 |