index
:
linuxnet/ircd-hybrid-linuxnet.git
linuxnet-8.1.17
linuxnet-8.1.20
master
[no description]
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
channel.c
Age
Commit message (
Expand
)
Author
2014-06-25
- channel.c:check_splitmode(): logic fixes
michael
2014-02-25
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25
michael
2014-02-24
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c
michael
2014-01-26
- channel_mode.c, channel.c: removed unused header include
michael
2014-01-25
- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)
michael
2014-01-23
- Implemented "userhost-in-names" client capability
michael
2013-11-17
git-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 having
michael
2013-07-03
- White-space commit / style corrections
michael
2013-06-19
- Rename Ban::username structure member to Ban::user
michael
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 actually
michael
2013-05-31
- Don't let non-SSL users join +S channels if ircd has be
michael
2013-05-29
- get_member_status(), valid_wildcard(): constification
michael
2013-05-06
- Implemented channel mode +M. Clients that haven't identified their
michael
2013-05-05
- Removed channel::quiet_on_ban configuration option. This feature is
michael
2013-05-05
- can_send(): fixed bug where bans were not checked against non-channel members
michael
2013-05-05
- can_send(): ensure msg_has_controls() isn't called twice for non-chanops
michael
2013-05-04
- Implemented channel mode +c. Known from other ircds, this mode basically
michael
2013-04-28
- Unidentified/unregistered nicks may not speak in +R channels
michael
2013-04-25
- Added basic support for libGeoIP
michael
2013-04-23
- Constification, replaced few sprintf with snprintf
michael
2013-04-19
- Revert to -r1831
michael
2013-04-19
- Made all numeric defines use the actual string instead of the numeric value
michael
2013-04-15
- Minor cleanups to hash.c; removed now unused functions, style cleanups
michael
2013-03-31
- Cleanup/reorganize header file layout
michael
2013-03-31
- Replaced all occurrences of ircsprintf with sprintf/snprintf
michael
2013-01-16
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
michael
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's
michael
2012-11-13
- changed match() polarity. match() now returns 0 on match and 1 on non-match
michael
2012-11-04
- Initial rewrite of the configuration subsystem
michael
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 to
michael