ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules/core/m_message.c
Revision 1481 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 17:50:34 2012 UTC (11 years, 8 months ago) by michael
File length: 27246 byte(s)
Diff to previous 1480 , to selected 1474
- m_message.c: /messaging opers@some.server is no longer supported

Revision 1480 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 17:25:34 2012 UTC (11 years, 8 months ago) by michael
File length: 27664 byte(s)
Diff to previous 1479 , to selected 1474
- flood_attack_channel(): remove useless argument

Revision 1479 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 17:02:48 2012 UTC (11 years, 8 months ago) by michael
File length: 27700 byte(s)
Diff to previous 1478 , to selected 1474
- fix msg_channel_flags() so it can deal with messages coming from servers

Revision 1478 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 15:50:02 2012 UTC (11 years, 8 months ago) by michael
File length: 28578 byte(s)
Diff to previous 1474
- Allow servers and service to send @%+ prepended channel messages

Revision 1474 - (view) (annotate) - [selected]
Modified Sun Jul 22 14:44:07 2012 UTC (11 years, 8 months ago) by michael
File length: 28473 byte(s)
Diff to previous 1435
- removed &localchannels

Revision 1435 - (view) (annotate) - [select for diffs]
Modified Fri Jun 15 18:35:37 2012 UTC (11 years, 9 months ago) by michael
File length: 28611 byte(s)
Diff to previous 1429 , to selected 1474
- Backed-out -r1429. Unregistered clients may again speak in +R channels

Revision 1429 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 19:14:14 2012 UTC (11 years, 9 months ago) by michael
File length: 28852 byte(s)
Diff to previous 1309 , to selected 1474
- Unregistered clients may not talk in a +R channel

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
File length: 28623 byte(s)
Diff to previous 1243 , to selected 1474
- 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 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
File length: 28625 byte(s)
Diff to previous 1230 , to selected 1474
- 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 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (12 years, 6 months ago) by michael
File length: 28685 byte(s)
Diff to previous 1219 , to selected 1474
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
File length: 28616 byte(s)
Diff to previous 1178 , to selected 1474
- 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 (12 years, 7 months ago) by michael
File length: 28412 byte(s)
Diff to previous 1176 , to selected 1474
- 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 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 7 months ago) by michael
File length: 28402 byte(s)
Diff to previous 1175 , to selected 1474
- 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 1175 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 10:47:48 2011 UTC (12 years, 7 months ago) by michael
File length: 28599 byte(s)
Diff to previous 1174 , to selected 1474
- several fixes to services compatibility mode

Revision 1174 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 00:25:05 2011 UTC (12 years, 7 months ago) by michael
File length: 28542 byte(s)
Diff to previous 1173 , to selected 1474
- msg_client(): remove redundant pointer comparison

Revision 1173 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 00:23:02 2011 UTC (12 years, 7 months ago) by michael
File length: 28566 byte(s)
Diff to previous 1170 , to selected 1474
- add usermode +R; only registered clients may message other clients with that mode set
- add channelmode +R; only registered clients may join a channel with that mode set

Revision 1170 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 19:03:34 2011 UTC (12 years, 7 months ago) by michael
File length: 28315 byte(s)
Diff to previous 1169 , to selected 1474
- allow services to bypass +G when messaging clients

Revision 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (12 years, 7 months ago) by michael
File length: 28292 byte(s)
Diff to previous 1156 , to selected 1474
- 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 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
File length: 28287 byte(s)
Diff to previous 1155 , to selected 1474
- create ircd-hybrid-8 "branch"

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

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

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

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

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29110 byte(s)
Diff to previous 885 , to selected 1474
- lp64\llp64\ilp32 portability fixes

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29153 byte(s)
Diff to previous 875 , to selected 1474
- 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 875 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 11:40:09 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29958 byte(s)
Diff to previous 666 , to selected 1474
- Fix some compile warnings with gcc 4.2.2
- Update configure.ac

Revision 666 - (view) (annotate) - [select for diffs]
Modified Sat Jun 10 23:35:38 2006 UTC (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29951 byte(s)
Diff to previous 606 , to selected 1474
Fix compile error.  Be more careful with the so called stable branch :)
Revision 606 - (view) (annotate) - [select for diffs]
Modified Tue May 16 07:14:39 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29951 byte(s)
Diff to previous 454 , to selected 1474
- ERR_NOSUCHNICK should actually be sent to local clients trying to PRIVMSG
  a non existant nick starting with a digit.

Revision 454 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 19:01:25 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29929 byte(s)
Diff to previous 34 , to selected 1474
- Get rid of can_send_part. This also fixes a bug where voiced clients
  weren't able to send a PART message to the channel.  Reported by ThaPrince.

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/core/m_message.c
File length: 29923 byte(s)
Diff to previous 33 , to selected 1474
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 (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/modules/core/m_message.c
File length: 29923 byte(s)
Diff to previous 32 , to selected 1474
- svn:keywords

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

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

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

(Current path doesn't exist after revision 1591)

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