- Bump copyright years
- Revert echo-message changes for now
- Implemented IRCv3.2 `echo-message` extension
- Bump copyright years everywhere
- Actually remove send_queued_all() as it is no longer needed
- Update copyright years
- More bool conversion. This should be everything now.
- Documentation changes
- Stylistic changes
- Update copyright years
- Update copyright years
- Fixed svn properties
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
- Constification
- Update copyright years
- Implement ircv3.2 chghost client capability support
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
- Update copyright years
- Get rid of NOCAPS
- Removed ChModeChange::mems
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
- Update GPL 2 license headers
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really has to be a 'fde_t' pointer. - Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
- Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well
- send.h: update comment
- Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
- send.h: removed anonops leftovers
- send.h: removed unused kill_client_serv_butone() prototype
- Get rid of kill_client()
- More client_p removal cleanups
- send.h: update sendto_one_notice() prototype
- Added sendto_one_notice()
- Applied Adam's sendto_one_numeric() changes
- Renamed ts_warn() to sendto_realops_flags_ratelimited()
- Removed sendto_channel_remote()
- send.c: made some things use an enum.
- send.c, send.h: made some things use an enum
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
- Make PRIVMSG/NOTICE use UID targets if possible
- Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to satisfy Adam's OCD
- src/send.c: fixed several compile warnings with -Wsign-conversion
- Cleanup/reorganize header file layout - Fixed naming convention in some places
- Fixed some other invalid conversion specifiers
- Add support for "away-notify" client capability
- Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- fix msg_channel_flags() so it can deal with messages coming from servers
- removed &localchannels
- client.h: cleanup Client flags - send.h: remove unused prototypes
- Implement GLOBOPS - remove debugging code from parse.c
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- branch off trunk to create 7.3 branch
- move ircd-hybrid-7.2 to trunk
- fixed broken cryptlinks as reported by henri - removed deprecated inet_misc.c - removed __attribute__ format, which sometimes really is usefull, even if unportable unless gcc, but for now they only give false warnings
- 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
- MFC iorecv/iosend changes to allow charset recoding
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.