- Renamed Channel::chname to Channel::name
- Renamed 'localClient' Client structure member to just 'connection'
- Update GPL 2 license headers
- Fixed compile warnings with -Wmissing-field-initializers
- m_knock.c, m_invite.c: don't further penalize throttled clients
- m_invite.c, m_knock.c: fixed stupid logic error
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam
- /INVITE without any parameters now shows a list of channels a client is invited to
- Added INVITE flood protection/throttling as requested by Adam. This basically works similar as the KNOCK throttling algorithm.
- Replace few hash_find_id() with find_person()
- Create 8.2.x branch
- Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
- doxygen
- doxygen
- Clean up redundant/unused header includes
- m_invite.c:ms_invite(): replaced find_person() with hash_find_id()
- m_invite.c: add ms_invite(). Cleaned up m_invite()
- Removed client_p pointers from everywhere
- m_invite.c: whitespace commit
- Applied Adam's sendto_one_numeric() changes
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
- Fixed improper use of the ID_or_name macro in several places
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
- Revert to -r1831
- Made all numeric defines use the actual string instead of the numeric value which allows to use gcc's printf format attribute - Remove current message locale implementation
- m_invite.c: fixed broken CHWALL invite notice for invitees that are on a remote server
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- Made Client::away a fixed-size array at the expense of a somewhat higher memory consumption
- fix msg_channel_flags() so it can deal with messages coming from servers
- m_invite(): using INVITE now always requires channel operator status, regardless of channelmode 'i/p'. Also, halfops may no longer use the INVITE command
- m_invite(): fixed _remote_ INVITE announcement notices. channel names needs to be prepended with an '@', otherwise even non-channelops will receive the anouncement if the invitee is on a remote server
- removed &localchannels
- Minor optimization to m_invite()
- renaming files: ircd_parser.y -> conf_parser.y ircd_lexer.l -> conf_lexer.l s_conf.c -> conf.c s_conf.h -> conf.h s_log.c -> log.c s_log.h -> log.h
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and remove headers accordingly - killed common.h - remove m_killhost.c and m_flags.c from contrib/ - sort out unused header includes here and there
- cleanup module loader. Make module api more flexible
- Cleanup and restore older parts of the irc-command parser. Gives back ability to specify maximum amount of parameters that are processed within a command.
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- removed all instances of STATIC_MODULES since we don't have static modules anymore - removed m_mkpasswd module from contrib
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- move list manipulation routines from tools.c to list.c - mem_frob() goes to memory.c - sort out redundant/unneeded header includes
- Removed LazyLinks in 7.2 to stop people from asking why we keep broken code for half a decade. LL will be implemented in a smarter fashion in due time
- Only locally connected clients should be checked for a valid channelmembership when processing the INVITE message. Remote clients that are outside a channel e.g. services, are allowed to send INVITEs. This also fixes a bug with anope services. Reported by r0d3nt
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)
MFC: + removed invite_ops_only, controlled by +p now + sorted ircd.conf:channel{} a bit
create 7.2 branch, we can move/rename it as needed.
- svn:keywords
- svn:keywords
- Fix svn:keywords
- imported sources - can be moved later according to the directory/branching scheme, but we need the svn up
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.