summaryrefslogtreecommitdiff
path: root/tests/iid.cpp
AgeCommit message (Collapse)Author
2017-07-20In fixed mode, fix the iid type of the component JIDlouiz’
2016-12-11Add a None type for the Iid class (when the iid is completely empty)louiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
It’s now easier to use. The distinction between a nick and a channel name is based on the first character (by default it's '#' and '&'). The user doesn’t have to worry about which separator to use anymore. fix #3066
2016-01-04Support multi-prefixFlorent Le Coz
See http://ircv3.net/specs/extensions/multi-prefix-3.1.html ref #3103
2015-10-29Use Catch for our test suiteFlorent Le Coz
`make check` is also added to compile and run the tests Catch is fetched with cmake automatically into the build directory when needed