This website requires JavaScript.
Explore
Help
Sign In
xnoe
/
xnoircd
Watch
1
Star
0
Fork
0
You've already forked xnoircd
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Xnoe
73df2217d9
Updated Makefile. Removed commented out code.
2021-06-20 22:36:29 +01:00
.gitignore
Initial commit of XnoIRCd codebase
2021-06-19 14:48:55 +01:00
channel.cpp
Fixed double messaging bug with DMs.
2021-06-20 21:54:48 +01:00
channel.h
Fixed double messaging bug with DMs.
2021-06-20 21:54:48 +01:00
connection.cpp
Changed code so it should better handle adding S2S support, currently DMs don't work properly (users incorrectly register eachother as associates...)
2021-06-20 18:04:28 +01:00
connection.h
Initial commit of XnoIRCd codebase
2021-06-19 14:48:55 +01:00
irccommand.cpp
Changed code so it should better handle adding S2S support, currently DMs don't work properly (users incorrectly register eachother as associates...)
2021-06-20 18:04:28 +01:00
irccommand.h
Changed code so it should better handle adding S2S support, currently DMs don't work properly (users incorrectly register eachother as associates...)
2021-06-20 18:04:28 +01:00
ircserver.cpp
Initial commit of XnoIRCd codebase
2021-06-19 14:48:55 +01:00
ircserver.h
Initial commit of XnoIRCd codebase
2021-06-19 14:48:55 +01:00
main.cpp
Initial commit of XnoIRCd codebase
2021-06-19 14:48:55 +01:00
Makefile
Updated Makefile. Removed commented out code.
2021-06-20 22:36:29 +01:00
nameable.cpp
Fixed double messaging bug with DMs.
2021-06-20 21:54:48 +01:00
nameable.h
Fixed double messaging bug with DMs.
2021-06-20 21:54:48 +01:00
user.cpp
Updated Makefile. Removed commented out code.
2021-06-20 22:36:29 +01:00
user.h
Fixed double messaging bug with DMs.
2021-06-20 21:54:48 +01:00
userconnection.cpp
Removed comment block from userconnection.cpp
2021-06-20 18:37:40 +01:00
userconnection.h
Changed code so it should better handle adding S2S support, currently DMs don't work properly (users incorrectly register eachother as associates...)
2021-06-20 18:04:28 +01:00
Description
No description provided
52
KiB
Languages
C++
98.6%
Makefile
1.4%