ticl

tiny irc channel linker
git clone git://git.ircforever.org/ticl
Log | Files | Refs | Submodules | README | LICENSE

DateCommit messageAuthorFiles+-
2023-03-22 14:02fixed openbsd build 2libredev1+1-1
2023-03-22 13:01fixed openbsd buildlibredev3+32-39
2023-02-16 10:54fixed NICK commandlibredev2+7-3
2023-02-15 17:15implemented re-connectionlibredev2+302-174
2023-02-13 08:16cleaned up the codelibredev5+776-805
2023-01-21 10:42don't terminate on command ERROR and 432libredev1+5-2
2023-01-21 10:28handle command 432libredev1+3-2
2023-01-21 10:00fixed error messagelibredev1+1-1
2023-01-21 09:54ignore TOPIClibredev1+1-0
2023-01-20 13:32ignore users with big nicknamelibredev1+7-5
2023-01-19 15:48fixed error, user doesn't existlibredev1+1-0
2023-01-19 11:06fixed clone quitlibredev2+37-43
2023-01-15 11:07replaced picoev with kqueue and epolllibredev7+709-503
2022-11-25 05:43fixed user's JOINlibredev1+6-4
2022-11-23 19:50fifo workaroundlibredev1+97-85
2022-11-23 13:39fixed Makefilelibredev1+0-5
2022-11-23 13:22fixed event_frequencylibredev1+8-4
2022-11-23 12:52added delay between connectionslibredev2+36-8
2022-11-23 11:06replaced poll with picoev (event loop library)libredev5+263-266
2022-11-20 17:07optimized and added timeoutlibredev2+206-154
2022-11-19 14:36abort on connection closelibredev1+2-0
2022-11-19 13:39disable poll messagelibredev1+1-1
2022-11-19 18:00fix duplicate clone and replace select() with poll()libredev4+364-319
2022-11-16 12:44code refactorlibredev6+783-725
2022-11-14 00:00initial commitlibredev8+1450-0