- Rename find_channel_link() to member_find_link()
- Refactor Message flags
- Each type of command handler now has its own min/max argument count pair; remove remaining argument checks from all modules
- Fixed various style inconsistencies
- Bump copyright years everywhere
- Rename struct Membership to ChannelMember - Rename Channel::last_knock to last_knock_time - Rename Channel::last_invite to last_invite_time - Rename chptr to channel
- Command handlers are now of type void again
- Update copyright years
- modules: replace MODULE_FLAG_CORE and MODULE_FLAG_NOUNLOAD with dedicated variables; fixed the ircd from crashing in case reloading a module fails
- Rewrites to have parse_handle_command() end the flood grace period. MODE and TIME no longer ends the grace period.
- Stylistic changes
- Update copyright years
- Update copyright years
- m_kick.c:m_kick(): whitespace changes
- Update copyright years
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
- m_kick.c: doxygen
- Use C99-style initializers in all struct Message items - Removed MFLG_SLOW - Removed DUMMY_HANDLER
- Removed useless zero initializers from the module_entry as suggested by Adam
- m_kick.c:ms_kick(): replaced IsServer() test with IsClient()
- Update copyright years
- Get rid of NOCAPS
- m_kick.c:ms_kick(): hide remote server names if KICK comes from hidden servers or if serverhide::hide_servers is set to 'yes'
- Renamed variables
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
- Renamed Channel::chname to Channel::name
- Update GPL 2 license headers
- Implemented pseudo {} blocks (service aliases) - Fixed compile warnings with -Wmissing-field-initializers
- Halfops are now part of the ircd core and enabled by default
- m_kick.c:m_kick(): removed outdated comment
- m_kick.c:m_kick(): channel halfops (%) may now no longer KICK other channel halfops
- Replace few hash_find_id() with find_person()
- Moved files: s_user.c -> user.c s_misc.c -> misc.c s_serv.c -> server.c
- m_kick.c: incorporate some of Adam's cleanups.
- Fix to previous commit to m_kick.c
- m_kick.c: cleaned up m_kick()
- m_kick.c:m_kick(): renamed 'who' Client pointer to 'target_p'
- Fixed compile error in ms_sid() - Cleaned up find_chasing(). Removed useless third 'chasing' argument.
- Get rid of the ID() macro
- Removed client_p pointers from everywhere
- Server now no longer accepts TS5 links
- Applied Adam's sendto_one_numeric() changes
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years - Made module handlers int type for later use
- find_person(): fixed naming convention - find_chasing(): reduced required arguments
- m_kick.c: revert changes made in revision 1.24 (cvs) made on Sun Jan 7 04:46:30 2001 UTC AnonOps are gone. And as described in rfc 2812, this is how ircd should behave in case no kick-reason has been specified
- m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reason why we should skip preceding commas in nick-/channelnames
- 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
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- removed &localchannels
- 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
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag() with simple HasFlag/HasUMode macros.
- 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.
- Improve services support - Add channelmode +r
- 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
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.