cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core / identserver.cpp
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-09 Janne KoschinskiImprove identd
2019-02-13 Janne KoschinskiAllow configuring listen address
2019-02-13 Janne KoschinskiMake the identd listen on all adresses
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-06-18 Manuel Nickschasidentd: Remove unneeded strict attribute
2018-06-18 Manuel Nickschasidentd: Ensure sockets are deleted when disconnected
2018-06-18 Manuel Nickschasidentd: Cleanup
2018-06-18 Jan Alexander Stef... identd: Return INVALID-PORT if the parsing fails
2018-06-18 Jan Alexander Stef... identd: Move response construction to Request
2018-06-18 Jan Alexander Stef... identd: Rework lowestSocketId handling
2018-06-18 Jan Alexander Stef... identd: Simplify responseAvailable via early return
2018-06-18 Jan Alexander Stef... identd: Flatten respond's if-else chain
2018-06-18 Jan Alexander Stef... identd: Avoid a maybe-uninitialized warning
2018-06-18 Jan Alexander Stef... identd: Turn !canReadLine into an early return
2018-06-18 Janne Koschinskiidentd: Implement --ident-port option
2018-06-18 Janne Koschinskiidentd: Implement blocking request queueing
2018-06-18 Janne Koschinskiidentd: Initial draft of integrated ident daemon