summaryrefslogtreecommitdiff
path: root/src/irc/irc-mode.c
AgeCommit message (Collapse)Author
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-08-23Fixed user modes in nicklist when ban and nick mode are received in the same ↵Sebastien Helleu
MODE message (bug #20870)
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-14Fixed parsing of command "353" when prefixes were not received from serverSebastien Helleu
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-08-01Fixed nick prefix display on servers that doesn't support all prefixes (bug ↵Sebastien Helleu
#20025)
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-20Fixed IRC mode parsing when receiving modes with arguments (bug #19902)Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based ↵Sebastien Helleu
on source name), moved some functions
2007-05-11Fixed bug with nick prefixes on some IRC servers (bug #19854)Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special ↵Sebastien Helleu
vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-08-19Fixed nick refresh problem with unrealircd specific modes: chan owner (~) ↵Sebastien Helleu
and chan admin (&) (bug #17340)
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)