2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Bump version to 8.2.41
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: fixed a bug with the default match selectors being always enabled
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: style corrections
Michael Wobst
as michael
More... almost 2 years ago
- Update NEWS.md
Michael Wobst
as michael
More... almost 2 years ago
- Add who.txt based on ircu's readme.who
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c:who_global(): don't just return in the middle of iterating through global_client_list or you might still have clients with the FLAGS_MARK bit set after leaving this function.
Michael Wobst
as michael
More... almost 2 years ago
- - m_who.c: for clients we don't share a channel with, include the name of the first visible channel in the RPL_WHOSPCRPL/RPL_WHOREPLY
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: send channel names and prefix modes in RPL_WHOSPCRPL/RPL_WHOREPLY for clients we share a channel with
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: deduplicate
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: move admin/membership tests from m_who() to who_on_channel()
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c:who_matches(): move the x->realhost check from the ip to the host match selection
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c:who_matches(): replace `switch` with just an `if`
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c(): renamings: who_options -> WhoQuery do_who -> who_send do_who_on_channel -> who_on_channel who_common_channel -> who_on_common_channel
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: revert to old behavior where masks starting with a # are exclusively treated as channel name. Otherwise this would lead to inconsistent behavior where `WHO #name` would report a user with the gecos `#name` depending on the existence of the channel `#name`.
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c: WHO now requires at least the mask argument
Michael Wobst
as michael
More... almost 2 years ago
- Update NEWS.md
Michael Wobst
as michael
More... almost 2 years ago
- Implement IRCv3 WHOX. Some code derived from ircu.
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c:do_who(): increase buffer size of `status` by two so channel prefix flags don't get truncated in case a user has all flags set
Michael Wobst
as michael
More... almost 2 years ago
- Update NEWS.md
Michael Wobst
as michael
More... almost 2 years ago
- m_who.c:m_who(): don't run collapse() on channel-/nick names
Michael Wobst
as michael
More... almost 2 years ago
- Remove svn $Id$ from documents in doc/
Michael Wobst
as michael
More... almost 2 years ago
- Markdownify INSTALL.md some more
Michael Wobst
as michael
More... almost 2 years ago
- configure.ac: remove AC_REVISION
Michael Wobst
as michael
More... almost 2 years ago
- m_bmask.c: fixed compile warning
Michael Wobst
as michael
More... almost 2 years ago
- m_sjoin.c: fixed compile warnings
Michael Wobst
as michael
More... almost 2 years ago
- m_whowas.c:do_whowas(): fixed server name leak in `WHOWAS` with `serverhide::hide_services` enabled
Michael Wobst
as michael
More... almost 2 years ago
- Update NEWS.md
Michael Wobst
as michael
More... almost 2 years ago
- m_nick.c:uid_from_server(): NULL-initialize `res`. Closes github issue #36.
Michael Wobst
as michael
More... almost 2 years ago
- Update NEWS.md file
Michael Wobst
as michael
More... almost 2 years ago
- Implement dedicated mode lock timestamps that get set by services only. For now these are unused.
Michael Wobst
as michael
More... almost 2 years ago