Log of /ircd-hybrid-8/src/client.c
Parent Directory
|
Revision Log
Revision
1340 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 6 10:43:23 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 37535 byte(s)
Diff to
previous 1339
- get_client_name(): only compare client->name with client->host if it's
any type of server. Saves thousands of irccmp calls.
Revision
1339 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 6 10:22:36 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 37488 byte(s)
Diff to
previous 1328
- get_client_name(): made IP-masking more logical for ipv6 clients.
At least allow determining whether or not a connection is ipv6.
Revision
1328 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 31 17:43:32 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 37317 byte(s)
Diff to
previous 1309
- Change SHOW_IP, MASK_IP and HIDE_IP into an enum type
- Removed unused CONF_SERVER_INFO_TLS_VERSION_* definition
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 37315 byte(s)
Diff to
previous 1247
- 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
Revision
1247 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 1 07:54:24 2011 UTC
(11 years, 4 months ago)
by
michael
File length: 37319 byte(s)
Diff to
previous 1243
- Rewrite and cleanup half-broken logging subsystem.
Logfile rotating is not working yet
Revision
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(11 years, 4 months ago)
by
michael
File length: 36867 byte(s)
Diff to
previous 1241
- 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
Revision
1241 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 29 20:26:09 2011 UTC
(11 years, 4 months ago)
by
michael
File length: 36887 byte(s)
Diff to
previous 1219
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
an invalid signon time of zero for remote clients.
Revision
1219 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 18 09:02:38 2011 UTC
(11 years, 4 months ago)
by
michael
File length: 36649 byte(s)
Diff to
previous 1192
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.
Revision
1185 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 17 23:45:37 2011 UTC
(11 years, 5 months ago)
by
michael
File length: 39355 byte(s)
Diff to
previous 1176
- Forward-port r1183: exit_client(): We were accidentally trying to free memory
pointed by source_p->lclient_node. Fixed.
Revision
1176 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 14 11:24:24 2011 UTC
(11 years, 5 months ago)
by
michael
File length: 38948 byte(s)
Diff to
previous 1169
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself
Revision
1169 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 12 18:45:03 2011 UTC
(11 years, 5 months ago)
by
michael
File length: 39835 byte(s)
Diff to
previous 1158
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places
Revision
1158 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 10 19:46:00 2011 UTC
(11 years, 5 months ago)
by
michael
File length: 39834 byte(s)
Diff to
previous 1156
- UMODE_REJ goes to usermode 'j'
- add UMODE_REGISTERED ('r') (registered nickname)
Revision
1126 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 20 14:30:12 2011 UTC
(11 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src/client.c
File length: 39562 byte(s)
Diff to
previous 1124
- add dlink_move_node() and make use of it in several places
- reuse LocalUser::lclient_node for local_client_list and serv_list
(moving node between unknown_list and serv_list/local_client_list)
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/client.c
File length: 39670 byte(s)
Diff to
previous 1011
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
Revision
885 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/client.c
File length: 42485 byte(s)
Diff to
previous 881
- 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
Revision
853 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 22 06:01:30 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src/client.c
File length: 42833 byte(s)
Diff to
previous 849
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
Revision
650 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 8 07:00:17 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/client.c
File length: 42409 byte(s)
Diff to
previous 617
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
Reported by ThaPrince.
Revision
617 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 22 07:21:17 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/client.c
File length: 42393 byte(s)
Diff to
previous 503
- report_error() expects two %s conversion specifiers as reported by ThaPrince.
This function really should get rewritten at given time. It just confuses
people.
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src/client.c
File length: 42215 byte(s)
- 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.