summaryrefslogtreecommitdiff
path: root/src/channel.c
AgeCommit message (Expand)Author
2014-06-25- channel.c:check_splitmode(): logic fixesmichael
2014-02-25- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25michael
2014-02-24- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.cmichael
2014-01-26- channel_mode.c, channel.c: removed unused header includemichael
2014-01-25- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-23- Implemented "userhost-in-names" client capabilitymichael
2013-11-17git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2568...michael
2013-08-11- channel.c:can_send(): fixed issue with channel mode +n havingmichael
2013-07-03- White-space commit / style correctionsmichael
2013-06-19- Rename Ban::username structure member to Ban::usermichael
2013-06-16- Add usermode 'S' (client is connecte via SSL/TLS).michael
2013-06-05- channel.c: optimized can_join(). Do less intensive tests before actuallymichael
2013-05-31- Don't let non-SSL users join +S channels if ircd has bemichael
2013-05-29- get_member_status(), valid_wildcard(): constificationmichael
2013-05-06- Implemented channel mode +M. Clients that haven't identified theirmichael
2013-05-05- Removed channel::quiet_on_ban configuration option. This feature ismichael
2013-05-05- can_send(): fixed bug where bans were not checked against non-channel membersmichael
2013-05-05- can_send(): ensure msg_has_controls() isn't called twice for non-chanopsmichael
2013-05-04- Implemented channel mode +c. Known from other ircds, this mode basicallymichael
2013-04-28- Unidentified/unregistered nicks may not speak in +R channelsmichael
2013-04-25- Added basic support for libGeoIPmichael
2013-04-23- Constification, replaced few sprintf with snprintfmichael
2013-04-19- Revert to -r1831michael
2013-04-19- Made all numeric defines use the actual string instead of the numeric valuemichael
2013-04-15- Minor cleanups to hash.c; removed now unused functions, style cleanupsmichael
2013-03-31- Cleanup/reorganize header file layoutmichael
2013-03-31- Replaced all occurrences of ircsprintf with sprintf/snprintfmichael
2013-01-16- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurablemichael
2012-11-17- channel.c:send_channel_modes(): now that CAP_IE and CAP_EX are mandatory, l...michael
2012-11-16- Implemented memory pool allocator which basically is taken from Tor'smichael
2012-11-13- changed match() polarity. match() now returns 0 on match and 1 on non-matchmichael
2012-11-04- Initial rewrite of the configuration subsystemmichael
2012-10-30- Made m_globops() and ms_globops() use sendto_realops_flags()michael
2012-10-27- Second time's the charm? Moving svnroot/ircd-hybrid-8 tomichael