https://github.com/soniex2/loic
Low-effort IRC client
https://github.com/soniex2/loic
Last synced: over 1 year ago
JSON representation
Low-effort IRC client
- Host: GitHub
- URL: https://github.com/soniex2/loic
- Owner: SoniEx2
- License: gpl-2.0
- Created: 2025-01-30T03:47:33.000Z (over 1 year ago)
- Default Branch: default
- Last Pushed: 2025-01-30T04:45:16.000Z (over 1 year ago)
- Last Synced: 2025-01-30T05:17:49.126Z (over 1 year ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Loic
An experiment in using Libera and OFC with an unifying IRC client.
The idea of unifying channels across networks basically comes down to "Oh, you
wanna join an open source project's IRC channel, but you don't know if they're
on OFTC or Libera, or maybe they're on both? Well, what if you didn't need to
care, because this client handles that for you."
## Anonymous contributions
This project accepts anonymous contributions! They SHOULD NOT be sent via
email. Email is not anonymous, in fact, it is kinda the opposite, and PGP kinda
makes it worse. Rather, contact us on IRC for details.
## Acknowledgements
Thanks to GNOME for GTK4 and associated libraries. Thanks to spacekookie for
pointing us to gtk-rs examples, even if they're not easy to translate to C.
## License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA