ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/core/m_server.c
Revision 9857 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:22 2021 UTC (5 years, 6 months ago) by michael
File length: 25906 byte(s)
Diff to previous 9854
- Bump copyright years

Revision 9854 - (view) (annotate) - [select for diffs]
Modified Thu Dec 31 12:00:56 2020 UTC (5 years, 6 months ago) by michael
File length: 25906 byte(s)
Diff to previous 9834
- Final removal of backwards compatibility code for ircd-hybrid 8.2.22 and below. Also,
  minimum supported version of Anope is now 2.0.8.

Revision 9834 - (view) (annotate) - [select for diffs]
Modified Fri Dec 25 10:10:03 2020 UTC (5 years, 6 months ago) by michael
File length: 26371 byte(s)
Diff to previous 9714
- Stylistical changes

Revision 9714 - (view) (annotate) - [select for diffs]
Modified Sat Nov 14 19:25:19 2020 UTC (5 years, 8 months ago) by michael
File length: 26367 byte(s)
Diff to previous 9684
- m_server.c: whitespace changes

Revision 9684 - (view) (annotate) - [select for diffs]
Modified Wed Oct 28 18:56:54 2020 UTC (5 years, 8 months ago) by michael
File length: 26341 byte(s)
Diff to previous 9682
- Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.

Revision 9682 - (view) (annotate) - [select for diffs]
Modified Tue Oct 27 20:35:11 2020 UTC (5 years, 8 months ago) by michael
File length: 25876 byte(s)
Diff to previous 9648
- m_server.c: minor documentation cleanups

Revision 9648 - (view) (annotate) - [select for diffs]
Modified Thu Oct 8 11:18:38 2020 UTC (5 years, 9 months ago) by michael
File length: 25852 byte(s)
Diff to previous 9627
- Switch to 6 arg SERVER/SID commands

Revision 9627 - (view) (annotate) - [select for diffs]
Modified Sat Sep 12 11:53:33 2020 UTC (5 years, 10 months ago) by michael
File length: 25874 byte(s)
Diff to previous 9586
- m_server.c:server_send_client(): drop backwards compatibility for non RHOST servers

Revision 9586 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 14:00:43 2020 UTC (5 years, 10 months ago) by michael
File length: 26319 byte(s)
Diff to previous 9431
- Added 'client' option to listener::flags

Revision 9431 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 08:36:59 2020 UTC (6 years ago) by michael
File length: 26143 byte(s)
Diff to previous 9411
- Fixed remaining style issues

Revision 9411 - (view) (annotate) - [select for diffs]
Modified Sun May 31 09:22:43 2020 UTC (6 years, 1 month ago) by michael
File length: 26119 byte(s)
Diff to previous 9408
- Store tls version/cipher in Client::tls_cipher for later use

Revision 9408 - (view) (annotate) - [select for diffs]
Modified Sun May 31 09:13:32 2020 UTC (6 years, 1 month ago) by michael
File length: 26112 byte(s)
Diff to previous 9387
- Rename Client::certfp to Client::tls_certfp

Revision 9387 - (view) (annotate) - [select for diffs]
Modified Sun May 10 09:46:21 2020 UTC (6 years, 2 months ago) by michael
File length: 26096 byte(s)
Diff to previous 9374
- Style corrections

Revision 9374 - (view) (annotate) - [select for diffs]
Modified Sat May 9 20:54:46 2020 UTC (6 years, 2 months ago) by michael
File length: 26090 byte(s)
Diff to previous 9361
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9361 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 14:02:37 2020 UTC (6 years, 2 months ago) by michael
File length: 26230 byte(s)
Diff to previous 9234
- Move setting of client->servptr to more appropriate places

Revision 9234 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 17:38:34 2020 UTC (6 years, 5 months ago) by michael
File length: 26231 byte(s)
Diff to previous 9157
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

Revision 9157 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 14:56:38 2020 UTC (6 years, 6 months ago) by michael
File length: 26210 byte(s)
Diff to previous 9101
- Replaced most occurences of 'SSL' with 'TLS'

Revision 9101 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (6 years, 6 months ago) by michael
File length: 26210 byte(s)
Diff to previous 9081
- Bump copyright years everywhere

Revision 9081 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:52:35 2019 UTC (6 years, 9 months ago) by michael
File length: 26210 byte(s)
Diff to previous 9077
- 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

Revision 9077 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (6 years, 9 months ago) by michael
File length: 26188 byte(s)
Diff to previous 9073
- Command handlers are now of type void again

Revision 9073 - (view) (annotate) - [select for diffs]
Modified Sat Oct 5 18:18:10 2019 UTC (6 years, 9 months ago) by michael
File length: 26240 byte(s)
Diff to previous 9063
- Renamed 'creationtime' Channel structure member to 'creation_time'

Revision 9063 - (view) (annotate) - [select for diffs]
Modified Sat Aug 10 15:54:36 2019 UTC (6 years, 11 months ago) by michael
File length: 26239 byte(s)
Diff to previous 9062
- m_server.c: stylistic changes

Revision 9062 - (view) (annotate) - [select for diffs]
Modified Sat Aug 10 15:48:16 2019 UTC (6 years, 11 months ago) by michael
File length: 26280 byte(s)
Diff to previous 9059
- m_server.c:mr_server(): drop the connection in case the other side attempts to introduce a server name we don't expect.

Revision 9059 - (view) (annotate) - [select for diffs]
Modified Sat Aug 10 15:22:15 2019 UTC (6 years, 11 months ago) by michael
File length: 25694 byte(s)
Diff to previous 9058
- m_server.c:server_check(): play nice with already attached connect{} records;  Break early if a matching record was found as there's no point in processing the rest of the list

Revision 9058 - (view) (annotate) - [select for diffs]
Modified Sat Aug 10 12:54:01 2019 UTC (6 years, 11 months ago) by michael
File length: 26002 byte(s)
Diff to previous 8968
- m_server.c:server_estab(): clean up stupid logic where we perform an extra test on client_p->connection->confs to
  see whether the connect{} block record really got attached

Revision 8968 - (view) (annotate) - [select for diffs]
Modified Sat May 18 11:00:46 2019 UTC (7 years, 2 months ago) by michael
File length: 26323 byte(s)
Diff to previous 8926
- m_server.c:server_estab(): change FLAGS_CLOSING check back to FLAGS_DEADSOCKET. This one got lost when https://svn.ircd-hybrid.org/viewcvs.cgi/ircd-hybrid/src/s_serv.c?root=cvs&r1=7.276&r2=7.277 has been reverted- m_server.c:server_estab(): change FLAGS_CLOSING check back to FLAGS_DEADSOCKET. This one got lost when https://svn.ircd-hybrid.org/viewcvs.cgi/ircd-hybrid/src/s_serv.c?root=cvs&r1=7.276&r2=7.277 has been reverted

Revision 8926 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 11:08:36 2019 UTC (7 years, 2 months ago) by michael
File length: 26339 byte(s)
Diff to previous 8920
- Killed CurrentTime

Revision 8920 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 09:57:58 2019 UTC (7 years, 2 months ago) by michael
File length: 26325 byte(s)
Diff to previous 8919
- m_server.c:server_estab(): for consistency, set client_p->connection->created_real here as well, even if we don't need it for servers

Revision 8919 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 09:52:53 2019 UTC (7 years, 2 months ago) by michael
File length: 26259 byte(s)
Diff to previous 8872
- Should be using monotonic clock almost everywhere now; sort out mixture and misuse of 'firsttime', 'lasttime' and 'since' in the Connection structure

Revision 8872 - (view) (annotate) - [select for diffs]
Modified Sat Feb 16 21:49:34 2019 UTC (7 years, 5 months ago) by michael
File length: 26232 byte(s)
Diff to previous 8752
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (7 years, 6 months ago) by michael
File length: 26774 byte(s)
Diff to previous 8722
- Update copyright years

Revision 8722 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 23:01:56 2018 UTC (7 years, 7 months ago) by michael
File length: 26774 byte(s)
Diff to previous 8660
- modules: replace MODULE_FLAG_CORE and MODULE_FLAG_NOUNLOAD with dedicated variables;  fixed the ircd from crashing in case reloading a module fails

Revision 8660 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:55:59 2018 UTC (7 years, 8 months ago) by michael
File length: 26786 byte(s)
Diff to previous 8658
- Make use of the bool data type in some more places

Revision 8658 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:03:09 2018 UTC (7 years, 8 months ago) by michael
File length: 26762 byte(s)
Diff to previous 8656
- Make use of the bool data type in some more places

Revision 8656 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:19:17 2018 UTC (7 years, 8 months ago) by michael
File length: 26748 byte(s)
Diff to previous 8620
- Make use of the bool data type in some places

Revision 8620 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 17:46:37 2018 UTC (7 years, 8 months ago) by michael
File length: 26731 byte(s)
Diff to previous 8615
- Stylistic changes

Revision 8615 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 20:55:30 2018 UTC (7 years, 8 months ago) by michael
File length: 26713 byte(s)
Diff to previous 8496
- m_server.c: merge 'Simplyify server_check logic, do not use magic constants everywhere' (Adam)

Revision 8496 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 12:46:00 2018 UTC (8 years, 3 months ago) by michael
File length: 27701 byte(s)
Diff to previous 8484
- Killed userhost.c. Rewrote everything to use ipcache.c

Revision 8484 - (view) (annotate) - [select for diffs]
Modified Wed Apr 4 15:08:59 2018 UTC (8 years, 3 months ago) by michael
File length: 27725 byte(s)
Diff to previous 8439
- Move svstag related code into its own files

Revision 8439 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 13:07:32 2018 UTC (8 years, 3 months ago) by michael
File length: 27698 byte(s)
Diff to previous 8437
- Add channel_get_list() to channel.c which should be used when accessing channel_list outside of channel.c

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (8 years, 3 months ago) by michael
File length: 27685 byte(s)
Diff to previous 8433
- Stylistic changes

Revision 8433 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 20:10:26 2018 UTC (8 years, 3 months ago) by michael
File length: 27679 byte(s)
Diff to previous 8426
- Allow a matching function to be passed to conf_service.c:service_find()

Revision 8426 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 17:46:15 2018 UTC (8 years, 3 months ago) by michael
File length: 27663 byte(s)
Diff to previous 8423
- Rename some functions to comply with naming convention

Revision 8423 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 19:11:49 2018 UTC (8 years, 3 months ago) by michael
File length: 27663 byte(s)
Diff to previous 8422
- m_server.c:ms_sid(): removed outdated/invalid comment

Revision 8422 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 18:55:07 2018 UTC (8 years, 3 months ago) by michael
File length: 27692 byte(s)
Diff to previous 8419
- m_server.c:ms_sid(): use source_p->from instead of client_p

Revision 8419 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 18:49:11 2018 UTC (8 years, 3 months ago) by michael
File length: 27608 byte(s)
Diff to previous 8395
- m_server.c:server_estab(): removed outdated/invalid comment

Revision 8395 - (view) (annotate) - [select for diffs]
Modified Sun Mar 18 13:14:35 2018 UTC (8 years, 4 months ago) by michael
File length: 28135 byte(s)
Diff to previous 8339
- Rename attach_conf() -> conf_attach(), detach_conf() -> conf_detach(); clean up documentation

Revision 8339 - (view) (annotate) - [select for diffs]
Modified Sat Mar 3 22:47:06 2018 UTC (8 years, 4 months ago) by michael
File length: 28135 byte(s)
Diff to previous 8310
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure

Revision 8310 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 16:46:13 2018 UTC (8 years, 4 months ago) by michael
File length: 28112 byte(s)
Diff to previous 8279
- Clean up remaining sizeof() to sizeof(variable)

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (8 years, 4 months ago) by michael
File length: 28112 byte(s)
Diff to previous 8214
- Update copyright years

Revision 8214 - (view) (annotate) - [select for diffs]
Modified Sun Apr 16 11:44:44 2017 UTC (9 years, 3 months ago) by michael
File length: 28112 byte(s)
Diff to previous 8166
- Store real host information in Client.realhost and extend the UID message to send the actual host.
  This allows operators to see the real host of a client in /whois and /whowas.

Revision 8166 - (view) (annotate) - [select for diffs]
Modified Sun Apr 9 16:09:54 2017 UTC (9 years, 3 months ago) by michael
File length: 27644 byte(s)
Diff to previous 8063
- Move all CAPAB related code to server_capab.c, and server_capab.h

Revision 8063 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 17:13:50 2017 UTC (9 years, 3 months ago) by michael
File length: 27667 byte(s)
Diff to previous 8010
- Add UMODE_MAX_STR enum to user.h and make use of it in relevant places

Revision 8010 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 13:41:42 2017 UTC (9 years, 4 months ago) by michael
File length: 27681 byte(s)
Diff to previous 8005
- Remove some pointless/outdated comments

Revision 8005 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 14:32:35 2017 UTC (9 years, 4 months ago) by michael
File length: 27744 byte(s)
Diff to previous 8001
- m_server.c: stylistic changes

Revision 8001 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 14:12:31 2017 UTC (9 years, 4 months ago) by michael
File length: 27743 byte(s)
Diff to previous 7997
- Fixed old bug where lusers/stats u would report an invalid max local connection count in RPL_STATSCONN

Revision 7997 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:52 2017 UTC (9 years, 4 months ago) by michael
File length: 27500 byte(s)
Diff to previous 7967
- Rename get_client_name() to client_get_name()

Revision 7967 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 19:10:19 2017 UTC (9 years, 4 months ago) by michael
File length: 27500 byte(s)
Diff to previous 7963
- Get rid of Count.myserver

Revision 7963 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 18:50:04 2017 UTC (9 years, 4 months ago) by michael
File length: 27521 byte(s)
Diff to previous 7957
- No longer put servers on the 'global_client_list'. This was just bad.

Revision 7957 - (view) (annotate) - [select for diffs]
Modified Sun Mar 5 11:53:49 2017 UTC (9 years, 4 months ago) by michael
File length: 27654 byte(s)
Diff to previous 7951
- Rename some functions in client.c to comply with naming convention

Revision 7951 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 17:54:43 2017 UTC (9 years, 4 months ago) by michael
File length: 27654 byte(s)
Diff to previous 7924
- Move check_server() from server.c to m_server.c; rename it to server_check()

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (9 years, 6 months ago) by michael
File length: 26183 byte(s)
Diff to previous 7599
- Update copyright years

Revision 7599 - (view) (annotate) - [select for diffs]
Modified Mon Jun 13 18:56:33 2016 UTC (10 years, 1 month ago) by michael
File length: 26183 byte(s)
Diff to previous 7590
- Minor cleanup to send_umode() to get rid of the redundant struct Client * pointer

Revision 7590 - (view) (annotate) - [select for diffs]
Modified Mon Jun 6 17:42:07 2016 UTC (10 years, 1 month ago) by michael
File length: 26186 byte(s)
Diff to previous 7555
- Merge send_capabilities() and show_capabilities() into get_capabilities()

Revision 7555 - (view) (annotate) - [select for diffs]
Modified Sat Apr 30 17:05:13 2016 UTC (10 years, 2 months ago) by michael
File length: 26162 byte(s)
Diff to previous 7355
- Minor cleanup to client/channel burst logic

Revision 7355 - (view) (annotate) - [select for diffs]
Modified Mon Feb 22 18:59:13 2016 UTC (10 years, 4 months ago) by michael
File length: 27639 byte(s)
Diff to previous 7248
- Cleanup more conversion specifiers

Revision 7248 - (view) (annotate) - [select for diffs]
Modified Thu Feb 4 17:21:58 2016 UTC (10 years, 5 months ago) by michael
File length: 27639 byte(s)
Diff to previous 7105
- Move service {} block configuration management into its own module

Revision 7105 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 20:11:27 2016 UTC (10 years, 5 months ago) by michael
File length: 27693 byte(s)
Diff to previous 7032
- Incorporate gnutls support by Adam & Attila

Revision 7032 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (10 years, 6 months ago) by michael
File length: 28692 byte(s)
Diff to previous 7006
- Renamed MyCalloc to xcalloc

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (10 years, 6 months ago) by michael
File length: 28693 byte(s)
Diff to previous 6898
- Update copyright years

Revision 6898 - (view) (annotate) - [select for diffs]
Modified Wed Dec 2 20:19:47 2015 UTC (10 years, 7 months ago) by michael
File length: 28693 byte(s)
Diff to previous 6895
- m_server.c: rename set_server_gecos() to server_set_gecos()

Revision 6895 - (view) (annotate) - [select for diffs]
Modified Wed Dec 2 19:56:46 2015 UTC (10 years, 7 months ago) by michael
File length: 28692 byte(s)
Diff to previous 6894
- m_server.c:server_set_flags(): minor cleanup

Revision 6894 - (view) (annotate) - [select for diffs]
Modified Wed Dec 2 19:38:29 2015 UTC (10 years, 7 months ago) by michael
File length: 28697 byte(s)
Diff to previous 6891
- m_server.c: add some documentation for server_set_flags()

Revision 6891 - (view) (annotate) - [select for diffs]
Modified Wed Dec 2 19:18:21 2015 UTC (10 years, 7 months ago) by michael
File length: 28532 byte(s)
Diff to previous 6890
- m_server.c: add server_set_flags() and make use of it

Revision 6890 - (view) (annotate) - [select for diffs]
Modified Wed Dec 2 18:52:04 2015 UTC (10 years, 7 months ago) by michael
File length: 28190 byte(s)
Diff to previous 6832
- m_server.c: add 'flag' and 'sid' argument to SERVER command; add 'flag' argument to SID command.
- m_pass.c: mention that parv[3] and parv[4] will be deprecated in some future release

Revision 6832 - (view) (annotate) - [select for diffs]
Modified Fri Nov 20 20:33:56 2015 UTC (10 years, 8 months ago) by michael
File length: 27373 byte(s)
Diff to previous 6782
- CAPAB_SVS is now mandatory

Revision 6782 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (10 years, 8 months ago) by michael
File length: 27746 byte(s)
Diff to previous 6470
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6470 - (view) (annotate) - [select for diffs]
Modified Thu Sep 3 13:06:17 2015 UTC (10 years, 10 months ago) by michael
File length: 27823 byte(s)
Diff to previous 6440
- Make use of enum in some places; make use of the HasFlag() macro some more; minor style corrections

Revision 6440 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 15:24:36 2015 UTC (10 years, 10 months ago) by michael
File length: 27810 byte(s)
Diff to previous 6433
- m_server.c:ms_sid(): should be using get_client_name() in these two places

Revision 6433 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 12:42:11 2015 UTC (10 years, 10 months ago) by michael
File length: 27770 byte(s)
Diff to previous 6425
- m_server.c:server_estab(): use get_client_name() when reporting errors

Revision 6425 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 09:43:26 2015 UTC (10 years, 10 months ago) by michael
File length: 27597 byte(s)
Diff to previous 6387
- Fixed some server related get_client_name() calls where HIDE_IP is used instead of SHOW_IP. get_client_name()
  already deals with hide_server_ips and falls back to HIDE_IP if IP hiding is enabled.

Revision 6387 - (view) (annotate) - [select for diffs]
Modified Sat Aug 22 17:36:03 2015 UTC (10 years, 10 months ago) by michael
File length: 27597 byte(s)
Diff to previous 6373
- m_server.c:server_estab(): removed comment that's outdated for 24 years now

Revision 6373 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:00:10 2015 UTC (10 years, 11 months ago) by michael
File length: 27745 byte(s)
Diff to previous 6354
- Rename several functions in channel.c to comply with naming convention

Revision 6354 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:53:44 2015 UTC (10 years, 11 months ago) by michael
File length: 27745 byte(s)
Diff to previous 6318
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (10 years, 11 months ago) by michael
File length: 27737 byte(s)
Diff to previous 6313
- Get rid of UMODE_ALL

Revision 6313 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 18:03:39 2015 UTC (10 years, 11 months ago) by michael
File length: 27506 byte(s)
Diff to previous 6161
- Make use of the *Flag() macros in some more places

Revision 6161 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 10:55:29 2015 UTC (11 years, 1 month ago) by michael
File length: 27494 byte(s)
Diff to previous 5881
- Move all SID/UID related code to id.c

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (11 years, 2 months ago) by michael
File length: 27478 byte(s)
Diff to previous 5864
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (11 years, 2 months ago) by michael
File length: 27186 byte(s)
Diff to previous 5796
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5796 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:12:30 2015 UTC (11 years, 3 months ago) by michael
File length: 27259 byte(s)
Diff to previous 5784
- Minor cleanups to CAPAB related code

Revision 5784 - (view) (annotate) - [select for diffs]
Modified Sun Apr 5 15:17:11 2015 UTC (11 years, 3 months ago) by michael
File length: 27262 byte(s)
Diff to previous 5774
- sendnick_TS(), introduce_client(): use the %u conversion specifier for unsigned ints

Revision 5774 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 15:43:29 2015 UTC (11 years, 3 months ago) by michael
File length: 27262 byte(s)
Diff to previous 5567
- Removed TS_DOESTS, DoesTS, and related code

Revision 5567 - (view) (annotate) - [select for diffs]
Modified Sat Feb 14 21:20:51 2015 UTC (11 years, 5 months ago) by michael
File length: 27842 byte(s)
Diff to previous 5558
- m_server.c:server_estab(): removed pointless detach_conf(client_p, CONF_OPER)

Revision 5558 - (view) (annotate) - [select for diffs]
Modified Fri Feb 13 20:45:49 2015 UTC (11 years, 5 months ago) by michael
File length: 27935 byte(s)
Diff to previous 5552
- Changed SVSTAG to use user modes

Revision 5552 - (view) (annotate) - [select for diffs]
Modified Thu Feb 12 21:47:30 2015 UTC (11 years, 5 months ago) by michael
File length: 27799 byte(s)
Diff to previous 5551
- m_server.c:sendnick_TS(): use appropriate conversion specifiers

Revision 5551 - (view) (annotate) - [select for diffs]
Modified Thu Feb 12 21:43:47 2015 UTC (11 years, 5 months ago) by michael
File length: 27799 byte(s)
Diff to previous 5347
- Finish basic SVSTAG implementatio

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (11 years, 6 months ago) by michael
File length: 27490 byte(s)
Diff to previous 4992
- Update copyright years

Revision 4992 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 13:22:55 2014 UTC (11 years, 7 months ago) by michael
File length: 27490 byte(s)
Diff to previous 4966
- Removed useless assert()s

Revision 4966 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:01:24 2014 UTC (11 years, 7 months ago) by michael
File length: 27511 byte(s)
Diff to previous 4962
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs

Revision 4962 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:31 2014 UTC (11 years, 7 months ago) by michael
File length: 27645 byte(s)
Diff to previous 4819
- Get rid of NOCAPS

Revision 4819 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:49:40 2014 UTC (11 years, 8 months ago) by michael
File length: 27665 byte(s)
Diff to previous 4818
- Renamed Client::svid to Client::account

Revision 4818 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (11 years, 8 months ago) by michael
File length: 27662 byte(s)
Diff to previous 4815
- Renamed variables

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (11 years, 8 months ago) by michael
File length: 27659 byte(s)
Diff to previous 4755
- Renamed variables

Revision 4755 - (view) (annotate) - [select for diffs]
Modified Sat Oct 18 18:57:36 2014 UTC (11 years, 9 months ago) by michael
File length: 27619 byte(s)
Diff to previous 4711
- m_server.c, m_stats.c: constification

Revision 4711 - (view) (annotate) - [select for diffs]
Modified Tue Oct 7 09:53:31 2014 UTC (11 years, 9 months ago) by michael
File length: 27623 byte(s)
Diff to previous 4659
- Applied EOB fix from p4:
  Send EOB per-server during bursts

  Will fix incorrectly marking servers are done bursting if they are not when
  a server introduces a server currently bursting to you.

  At a later time we will adjust the behavior of the EOB handler to no
  longer recursively apply EOBs to all servers behind the source.

Revision 4659 - (view) (annotate) - [select for diffs]
Modified Tue Sep 23 15:34:00 2014 UTC (11 years, 9 months ago) by michael
File length: 27380 byte(s)
Diff to previous 4638
- m_server.c:mr_server(), ms_sid(): minor modification to allow for more parameters in the future

Revision 4638 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 10:58:38 2014 UTC (11 years, 10 months ago) by michael
File length: 27352 byte(s)
Diff to previous 4618
- m_server.c:ms_sid(): don't automatically consider servers behind u-lines are services as well

Revision 4618 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:01:09 2014 UTC (11 years, 10 months ago) by michael
File length: 27388 byte(s)
Diff to previous 4612
- Renamed Channel::chname to Channel::name

Revision 4612 - (view) (annotate) - [select for diffs]
Modified Tue Sep 2 08:55:13 2014 UTC (11 years, 10 months ago) by michael
File length: 27390 byte(s)
Diff to previous 4611
- m_server.c:server_estab(): since we no longer put connecting/unknown servers on the local_server_list,
  we can simplify that "I'm no hub, I'm not allowed to link" test.

Revision 4611 - (view) (annotate) - [select for diffs]
Modified Tue Sep 2 08:35:35 2014 UTC (11 years, 10 months ago) by michael
File length: 27568 byte(s)
Diff to previous 4607
- m_server.c: removed some redundant ERROR messages. exit_client() already takes care of sending ERRORs

Revision 4607 - (view) (annotate) - [select for diffs]
Modified Sun Aug 31 08:05:38 2014 UTC (11 years, 10 months ago) by michael
File length: 28052 byte(s)
Diff to previous 4605
- m_server.c:server_estab(): don't set SetGotId here. There is no reason why
  it should be done in this place

Revision 4605 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 18:18:59 2014 UTC (11 years, 10 months ago) by michael
File length: 28119 byte(s)
Diff to previous 4595
- m_server.c:server_estab(): cleaned up 'inpath', 'inpath_ip' mess

Revision 4595 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 16:53:05 2014 UTC (11 years, 10 months ago) by michael
File length: 28196 byte(s)
Diff to previous 4588
- m_server.c:server_estab(): removed 'host = client_p->name' assignment

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years, 10 months ago) by michael
File length: 28217 byte(s)
Diff to previous 4581
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4581 - (view) (annotate) - [select for diffs]
Modified Mon Aug 25 10:33:40 2014 UTC (11 years, 10 months ago) by michael
File length: 28230 byte(s)
Diff to previous 4572
- Fixed misspellings

Revision 4572 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 17:07:32 2014 UTC (11 years, 10 months ago) by michael
File length: 28229 byte(s)
Diff to previous 4565
- m_server.c: fixed spelling in some places

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years, 10 months ago) by michael
File length: 28226 byte(s)
Diff to previous 4545
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (11 years, 11 months ago) by michael
File length: 28222 byte(s)
Diff to previous 4439
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4439 - (view) (annotate) - [select for diffs]
Modified Sat Aug 9 18:36:19 2014 UTC (11 years, 11 months ago) by michael
File length: 28210 byte(s)
Diff to previous 4340
- Renamed various variables

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (11 years, 11 months ago) by michael
File length: 28206 byte(s)
Diff to previous 4298
- Renamed structures to meet code conventions

Revision 4298 - (view) (annotate) - [select for diffs]
Modified Sun Jul 20 13:51:16 2014 UTC (12 years ago) by michael
File length: 28202 byte(s)
Diff to previous 4247
- Fixed typos all over the place

Revision 4247 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 19:41:48 2014 UTC (12 years ago) by michael
File length: 28201 byte(s)
Diff to previous 4213
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement

Revision 4213 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 09:26:05 2014 UTC (12 years ago) by michael
File length: 27918 byte(s)
Diff to previous 4209
- Renamed serv_list to local_server_list

Revision 4209 - (view) (annotate) - [select for diffs]
Modified Sat Jul 12 18:15:19 2014 UTC (12 years ago) by michael
File length: 27886 byte(s)
Diff to previous 4189
- Renammed global_serv_list to global_server_list

Revision 4189 - (view) (annotate) - [select for diffs]
Modified Mon Jul 7 18:30:34 2014 UTC (12 years ago) by michael
File length: 27880 byte(s)
Diff to previous 4020
- Don't add/remove unregistered connections to/from global_client_list

Revision 4020 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 16:17:27 2014 UTC (12 years, 1 month ago) by michael
File length: 27820 byte(s)
Diff to previous 4009
- Got rid of SEND_UMODES. We now propagate all modes.

Revision 4009 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 15:18:34 2014 UTC (12 years, 1 month ago) by michael
File length: 27833 byte(s)
Diff to previous 3961
- m_server.c:server_estab(): SVINFO can be prefixed

Revision 3961 - (view) (annotate) - [select for diffs]
Modified Tue Jun 17 18:15:20 2014 UTC (12 years, 1 month ago) by michael
File length: 27822 byte(s)
Diff to previous 3944
- Fixed EOB logic for remote servers. Fix derived from p4

Revision 3944 - (view) (annotate) - [select for diffs]
Modified Mon Jun 16 18:04:03 2014 UTC (12 years, 1 month ago) by michael
File length: 27914 byte(s)
Diff to previous 3473
- Renamed global_channel_list to channel_list

Revision 3473 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:40:26 2014 UTC (12 years, 2 months ago) by michael
File length: 27921 byte(s)
Diff to previous 3347
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (12 years, 3 months ago) by michael
File length: 27913 byte(s)
Diff to previous 3306
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3306 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 18:37:05 2014 UTC (12 years, 3 months ago) by michael
File length: 27917 byte(s)
Diff to previous 3303
- Made server_estab() and sendnick_TS() use 'static' keyword

Revision 3303 - (view) (annotate) - [select for diffs]
Modified Sun Apr 13 11:19:36 2014 UTC (12 years, 3 months ago) by michael
File length: 27903 byte(s)
Diff to previous 3246
- s_serv.c, m_server.c: moved all netburst related code to m_server.c

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (12 years, 3 months ago) by michael
File length: 15620 byte(s)
Diff to previous 3192
- Fixed inconsistent style in several places

Revision 3192 - (view) (annotate) - [select for diffs]
Modified Sun Mar 23 19:46:39 2014 UTC (12 years, 3 months ago) by michael
File length: 15606 byte(s)
Diff to previous 3190
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.

Revision 3190 - (view) (annotate) - [select for diffs]
Modified Fri Mar 21 18:58:43 2014 UTC (12 years, 4 months ago) by michael
File length: 15591 byte(s)
Diff to previous 3183
- mr_server(), ms_sid(): minor cleanup

Revision 3183 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 16:49:21 2014 UTC (12 years, 4 months ago) by michael
File length: 15645 byte(s)
Diff to previous 3171
- Cleanup some places where we no longer need to use ID_or_name()

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (12 years, 4 months ago) by michael
File length: 15663 byte(s)
Diff to previous 3156
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (12 years, 4 months ago) by michael
File length: 15798 byte(s)
Diff to previous 3148
- Removed client_p pointers from everywhere

Revision 3148 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 12:34:45 2014 UTC (12 years, 4 months ago) by michael
File length: 15811 byte(s)
Diff to previous 3139
- m_server.c:mr_server(): check for bogus server ID

Revision 3139 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 18:33:51 2014 UTC (12 years, 4 months ago) by michael
File length: 15230 byte(s)
Diff to previous 3135
- m_server.c:ms_sid(): constification + fixed comments

Revision 3135 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (12 years, 4 months ago) by michael
File length: 15220 byte(s)
Diff to previous 3096
- Server now no longer accepts TS5 links

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (12 years, 4 months ago) by michael
File length: 21590 byte(s)
Diff to previous 2976
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2976 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 12:31:22 2014 UTC (12 years, 5 months ago) by michael
File length: 21608 byte(s)
Diff to previous 2850
- m_server.c:mr_server(): don't falsely exit a server with the reason
  being "SID already exists" if it's just hash_find_server() that
  returned non-NULL.

Revision 2850 - (view) (annotate) - [select for diffs]
Modified Fri Jan 17 18:22:04 2014 UTC (12 years, 6 months ago) by michael
File length: 21067 byte(s)
Diff to previous 2820
- m_server.c:mr_server(): if there's no connect block for a server,
  exit the connection with "No connect{} block." instead of
  "Invalid servername." 

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (12 years, 6 months ago) by michael
File length: 21067 byte(s)
Diff to previous 2433
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2433 - (view) (annotate) - [select for diffs]
Modified Fri Aug 2 18:43:00 2013 UTC (12 years, 11 months ago) by michael
File length: 20892 byte(s)
Diff to previous 2228
- Removed rfc1459_command_send_error() message handler

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (13 years, 1 month ago) by michael
File length: 20910 byte(s)
Diff to previous 1997
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 1997 - (view) (annotate) - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (13 years, 2 months ago) by michael
File length: 20357 byte(s)
Diff to previous 1652
- Mostly style cleanups & whitespace changes

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (13 years, 8 months ago) by michael
File length: 20406 byte(s)
Diff to previous 1632
- changed match() polarity. match() now returns 0 on match and 1 on non-match
  This cleans up several places where function pointers of different matching
  functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (13 years, 8 months ago) by michael
File length: 20402 byte(s)
Diff to previous 1624
- Initial rewrite of the configuration subsystem

Revision 1624 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:27:04 2012 UTC (13 years, 8 months ago) by michael
File length: 20435 byte(s)
Diff to previous 1618
- Fixed compile warnings due to missing arguments to sendto_realops_flags()

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (13 years, 8 months ago) by michael
File length: 20422 byte(s)
Diff to previous 1592
- 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

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (13 years, 8 months ago) by michael
File length: 19898 byte(s)
Diff to previous 1569
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1569 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 18:46:53 2012 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 19898 byte(s)
Diff to previous 1533
- Removed remnants of MFLG_UNREG which is no longer needed with the
  current implementation of message handlers

Revision 1533 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 13:04:45 2012 UTC (13 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 19911 byte(s)
Diff to previous 1529
- A server's description can again include the '[' and ']' characters

Revision 1529 - (view) (annotate) - [select for diffs]
Modified Sun Sep 16 10:27:19 2012 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21241 byte(s)
Diff to previous 1528
- removed server hostmasking leftovers

Revision 1528 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 18:20:34 2012 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21428 byte(s)
Diff to previous 1527
- ms_sid, ms_server: minor optimization. if we already found a matching
  hub/leaf mask, don't continue looking for other masks

Revision 1527 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 17:58:08 2012 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21392 byte(s)
Diff to previous 1474
- Fixed SID introduction as reported by Mantas M.
  This bug has been nicely implemented in -r1239

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21378 byte(s)
Diff to previous 1414
- removed &localchannels

Revision 1414 - (view) (annotate) - [select for diffs]
Modified Sat May 26 08:36:29 2012 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21396 byte(s)
Diff to previous 1385
- Minor cleanups to check_server(). Checking for long servernames was redundant
  here, since valid_servername() already does that job. Also make use of
  match_conf_password()

Revision 1385 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:31:35 2012 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21855 byte(s)
Diff to previous 1384
- ms_server(), ms_sid(): it's client_p which has an attached
  CONF_SERVER, not source_p. Stupid me.

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:25:58 2012 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21855 byte(s)
Diff to previous 1383
- m_server.c: fixed core introduced by previous commit to m_server.c

Revision 1383 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:18:22 2012 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21822 byte(s)
Diff to previous 1321
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
  are no longer separately attached to Client structures.

Revision 1321 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 11:23:16 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22267 byte(s)
Diff to previous 1309
- remove unused variables

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22275 byte(s)
Diff to previous 1302
- 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 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22279 byte(s)
Diff to previous 1243
- remove servlink in preparation for tls links/compression

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22305 byte(s)
Diff to previous 1239
- 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 1239 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 14:02:25 2011 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22432 byte(s)
Diff to previous 1230
- minor cleanup to m_sid and m_server: replace DLINK_FOREACH loops
 with sendto_server()

Revision 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22973 byte(s)
Diff to previous 1219
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22978 byte(s)
Diff to previous 1178
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22929 byte(s)
Diff to previous 1169
- 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.

Revision 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22953 byte(s)
Diff to previous 1157
- 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 1157 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 22:03:59 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22938 byte(s)
Diff to previous 1156
- preliminary services support

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22685 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid/modules/core/m_server.c
File length: 22685 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_server.c
File length: 22685 byte(s)
Diff to previous 1118
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_server.c
File length: 22715 byte(s)
Diff to previous 1115
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

Revision 1115 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 14:42:54 2010 UTC (15 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_server.c
File length: 26442 byte(s)
Diff to previous 1029
- Rename bogus_host() found in several modules to check_servname() and move
  it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
  ircd won't start otherwise

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_server.c
File length: 26827 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (16 years, 8 months ago) by michael
Original Path: ircd-hybrid/modules/core/m_server.c
File length: 26827 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26827 byte(s)
Diff to previous 946
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (17 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26871 byte(s)
Diff to previous 896
- move m_error.c to modules/


Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26852 byte(s)
Diff to previous 889
- Killed s_stats.c

Revision 889 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 12:59:05 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26895 byte(s)
Diff to previous 885
- Got rid of Serv.dep_users and Serv.dep_servers

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26955 byte(s)
Diff to previous 34
- 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 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (20 years, 9 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/modules/core/m_server.c
File length: 27981 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a