- Update copyright years
- Make use of the bool data type in some more places
- Fixed style inconsistencies in various places
- Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
- Killed userhost.c. Rewrote everything to use ipcache.c
- Stylistic changes
- Clean up remaining sizeof() to sizeof(variable)
- Update copyright years
- motd.c:motd_lookup(): fixed indentation
- motd.c:motd_lookup(): don't retrieve ClassItem pointer when there's no need to
- Update copyright years
- Style corrections
- motd.c:motd_cache(): stylistic changes
- Remove excessive const keyword on dlink_node pointers
- Fixed svn properties
- Minor simplifications on clearing lists
- Renamed MyCalloc to xcalloc
- Update copyright years
- Rename variables for consistency
- channel.c, motd.c: rename variables
- motd.c, send.c: use %zu conversion specifier for size_t types
- motd.h, motd.c: have motd_signon() use date_iso8601()
- Fixed style in several places
- m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well
- Update copyright years
- motd.c:motd_create(): fixed indentation
- Style corrections
- Renamed variables
- Renamed 'localClient' Client structure member to just 'connection'
- Update GPL 2 license headers
- Fixed compile warnings
- Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
- motd.h, motd.c: renamed Motd::hostmask to just Motd::mask just because it's kinda missleading since the mask can also be a class name
- motd.h, motd.c: clean up/fix comments
- motd.c:motd_cache(): fixed cast
- Renamed structures to meet code conventions
- Use sendto_one_numeric() everywhere
- Renamed MyMalloc() to MyCalloc()
- Removed useless header includes
- motd.c:motd_lookup(): replaced MyClient() test with MyConnect()
- motd.c: update/fix some comments
- Style corrections all over the place
- Added sendto_one_notice()
- Applied Adam's sendto_one_numeric() changes
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
- Fixed improper use of the ID_or_name macro in several places
- motd.c:motd_lookup(): constification
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
- motd.c: fixed possible core with "STATS z" as reported by Fawkes
- motd.c: style correction
- Fixes to changes done in -r2164
- motd.c:motd_destroy() don't attempt to unlink a local/remote motd from MotdList.other
- motd.c:motd_cache(): do the stat() before fopen() + improve error reporting in case stat() failed
- motd.c, motd.h: fix compile warnings
- motd.c, motd.h: add support for ip masks
- motd.h, motd.c: minor cleanups. use 'unsigned' whenever possible
- Implement motd{} configuration blocks based on ircu's implementation
- 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
- Replaced all occurrences of ircsprintf with sprintf/snprintf and killed sprintf_irc.(c|h)
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
- Removed OMOTD --- Diese und die folgenden Zeilen werden ignoriert -- M include/defaults.h M include/conf.h M include/numeric.h M include/motd.h M src/s_user.c M src/messages.tab M src/motd.c M src/ircd.c M modules/Makefile.in M modules/m_challenge.c M modules/m_oper.c D modules/m_omotd.c M modules/m_rehash.c M modules/Makefile.am M NEWS
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
- 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
- create ircd-hybrid-8 "branch"
- recreate "trunk"
- 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
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.