summaryrefslogtreecommitdiff
path: root/src/channel_mode.c
AgeCommit message (Expand)Author
2014-05-30- channel_mode.c:chm_simple(): channel halfops may now set +pmichael
2014-05-30- channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop ...michael
2014-05-30- irc-operators may now no longer set a channel +O if they are only halfops (%)michael
2014-05-30- channel_mode.c:chm_operonly(): removed dead codemichael
2014-05-29- channel_mode.c: revert changes to channel_modes() for now. apparentlymichael
2014-05-29- channel_mode.c:channel_modes(): replaced sprintf with strcat;michael
2014-05-29- channel_mode.c:channel_modes(): fix to previous changesmichael
2014-05-29- channel_mode.c:channel_modes(): get rid of trailing spaces ifmichael
2014-05-23- channel_mode.c:chm_operonly(): removed redundant assignmentmichael
2014-03-23- channel_mode.c:chm_voice, chm_hop, chm_op: removed extraneous/redundant IsC...michael
2014-03-23- Cleaned up find_chasing(). Removed useless third 'chasing' argument.michael
2014-03-14- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()michael
2014-02-26- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int...michael
2014-02-26- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used whenmichael
2014-02-25- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]michael
2014-02-25- ms_bmask(): made mode_type an unsigned int typemichael
2014-02-25- channel_mode.c: replaced several sprintf() with snprintf()michael
2014-01-26- channel_mode.c: fixed compile error with halfops enabledmichael
2014-01-26- channel_mode.c, channel.c: removed unused header includemichael
2014-01-26- channel_mode.c:get_channel_access(): constificationmichael
2014-01-26- channel_mode.c: minor optimizations to set_channel_mode()michael
2014-01-26- Clean up stupid pointer magic passed to the channel mode handlers.michael
2014-01-25- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-21- channel_mode.c: fixed indentation, removed whitespaces/tabs,michael
2013-12-18- channel_mode.c:set_channel_mode(): removed legacy code which has beenmichael
2013-11-17- src/channel_mode.c: fixed small buglet in send_mode_changes() with servermichael
2013-11-09- channel_mode.c: fixed warnings with clangmichael
2013-10-13- find_person(): fixed naming conventionmichael
2013-06-19- Rename Ban::username structure member to Ban::usermichael
2013-06-15- channel_mode.c:add_id(): don't leak server names of servers that are hidden.michael
2013-05-06- Implemented channel mode +M. Clients that haven't identified theirmichael
2013-05-04- Implemented channel mode +c. Known from other ircds, this mode basicallymichael
2013-04-19- Revert to -r1831michael
2013-04-19- Made all numeric defines use the actual string instead of the numeric valuemichael
2013-03-31- Replaced all occurrences of ircsprintf with sprintf/snprintfmichael
2013-01-19- Forward-port -r1771 [channel_mode.c: check_string() didn't work right in casemichael
2012-12-18- channel_mode.c: chm_invex, chm_exempt: ban and invite exemptions aremichael
2012-11-16- Implemented memory pool allocator which basically is taken from Tor'smichael
2012-11-07- First pass of conf parser stabilization/cleanupmichael
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