annotate .mtn-ignore @ 27109:fdc0035bea5a

Change the way we parse messages on MySpace a little bit. This fixes #8846: people using web myspaceIM can't respond to pidgin myspaceIM For some reason IMs send using the myspace web site are sent so that they won't become offline messages if the other person is offline. I'm not really sure why that decision was made. So now we treat messages with bm 1 the same as messages with bm 121. This means we have to combine the function that parses out typing notification with the function that parses IMs. And we check for typing notifications by looking for %typing%. Which means if someone sends the IM "%typing%" with no markup then we'll interpret it as a typing notification. And there's nothing we can do to differentiate between the two. I asked.
author Mark Doliner <mark@kingant.net>
date Thu, 04 Jun 2009 05:19:49 +0000
parents f9f408c6012d
children c0da7c7231c2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17557
4c454d1a6f85 Set up .mtnignore to ignore the svn directories.
Andreas Monitzer <pidgin@monitzer.com>
parents: 17476
diff changeset
1 (.*/)?\.svn
15395
0453c85a1c51 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15379
diff changeset
2 .*/?Makefile(\.in)?$
22589
8b952cb84f45 Ugly hackery to support INSTALL_PIXMAPS for the win32 build.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 21807
diff changeset
3 .*/?Makefile\.am\.mingw$
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
4 (.*/)?TAGS$
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
5 .*/?.*\.pc$
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
6 .*/perl/common/[^/]+\.c$
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
7 .*/perl/common/blib.*
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
8 .*/perl/common/pm_to_blib$
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
9 .*\.bs$
17414
ecf5bf6daa78 Create .def files for easy msvc import library creation.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16602
diff changeset
10 .*\.def$
15395
0453c85a1c51 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15379
diff changeset
11 .*\.dll$
0453c85a1c51 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15379
diff changeset
12 .*\.exe$
25305
11c27059e86b Ignore .loT files. This is helpful to me because I have a wrapper script
Richard Laager <rlaager@wiktel.com>
parents: 24307
diff changeset
13 .*\.loT$
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
14 intltool-.*
18459
042b64016a57 Patch from Jason Conti to enable `make -f Makefile.mingw docs` on the windows build. Fixes #1801.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 17476
diff changeset
15 Doxyfile(\.mingw)?$
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
16 aclocal.m4
24287
6925498cadc8 Ignore autogen.args.
Richard Laager <rlaager@wiktel.com>
parents: 24013
diff changeset
17 autogen.args
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
18 compile
17475
17c45200927a Add config.cache to .mtn-ignore.
Richard Laager <rlaager@wiktel.com>
parents: 17414
diff changeset
19 config.cache
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
20 config.guess
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
21 config.h$
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
22 config.h.in
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
23 config.log
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
24 config.status
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
25 config.sub
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
26 configure$
20327
01043a291e3b applied changes from 2495a1b6a3619d8188151eaf2822ce2ecd435dbf
Luke Schierer <lschiere@pidgin.im>
parents: 19694
diff changeset
27 finch/finch$
15837
5ee868aceb6d .mtn-ignore updates
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15457
diff changeset
28 finch/libgnt/gntmarshal.c
5ee868aceb6d .mtn-ignore updates
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15457
diff changeset
29 finch/libgnt/gntmarshal.h
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
30 depcomp
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
31 doc/finch.1$
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
32 doc/pidgin.1$
16048
55a80bb5ed51 Update doxygen to generate stuff that works in Trac
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15837
diff changeset
33 doc/html
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
34 pidgin.apspec$
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
35 pidgin.desktop$
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
36 pidgin.spec$
16085
83a17c27b900 Updates to .mtn-ignore
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16048
diff changeset
37 pidgin-.*.tar.gz
16110
0a5470a8fd24 Ignore tar.bz2's too
Stu Tomlinson <stu@nosnilmot.com>
parents: 16085
diff changeset
38 pidgin-.*.tar.bz2
21807
f890c02eee13 Ignore stripped win32 bin directory.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 21789
diff changeset
39 pidgin-*.*.*-win32bin$
17414
ecf5bf6daa78 Create .def files for easy msvc import library creation.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16602
diff changeset
40 pidgin/pidgin$
19502
c6af18ea22a9 Update .mtn-ignore for emotes size change.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18459
diff changeset
41 pidgin/pixmaps/emotes/default/24/theme
17476
92821180bded A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme
Richard Laager <rlaager@wiktel.com>
parents: 17475
diff changeset
42 pidgin/pixmaps/emotes/none/theme
24404
42fe79ca351d Make the small smiley theme actually work.
Richard Laager <rlaager@wiktel.com>
parents: 24307
diff changeset
43 pidgin/pixmaps/emotes/small/16/theme
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
44 pidgin/plugins/musicmessaging/music-messaging-bindings.c
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
45 pidgin/plugins/perl/common/Makefile.PL$
24307
500591c03a88 applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@wiktel.com>
parents: 24287
diff changeset
46 pidgin/plugins/perl/common/Makefile.old
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
47 pidgin/win32/pidgin_dll_rc.rc$
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
48 pidgin/win32/pidgin_exe_rc.rc$
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
49 install-sh
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
50 libpurple/dbus-bindings.c
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
51 libpurple/dbus-types.c
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
52 libpurple/dbus-types.h
16085
83a17c27b900 Updates to .mtn-ignore
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16048
diff changeset
53 libpurple/example/nullclient
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
54 libpurple/gconf/purple.schemas$
26970
f9f408c6012d Ignore libpurple/marshallers.c and libpurple/marshallers.h.
Richard Laager <rlaager@wiktel.com>
parents: 25331
diff changeset
55 libpurple/marshallers.[ch]
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
56 libpurple/plugins/dbus-example-bindings.c
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
57 libpurple/plugins/perl/common/Makefile.PL$
24307
500591c03a88 applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Richard Laager <rlaager@wiktel.com>
parents: 24287
diff changeset
58 libpurple/plugins/perl/common/Makefile.old
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
59 libpurple/plugins/perl/common/const-c.inc
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
60 libpurple/plugins/perl/common/const-xs.inc
15395
0453c85a1c51 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15379
diff changeset
61 libpurple/plugins/perl/common/lib
21789
cbf778310bdd Ignore the generated purple.h
Stu Tomlinson <stu@nosnilmot.com>
parents: 20327
diff changeset
62 libpurple/purple.h$
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
63 libpurple/purple-client-bindings.c
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
64 libpurple/purple-client-bindings.h
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
65 libpurple/purple-client-example
16206
93f1801d4cc6 Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@wiktel.com>
parents: 16139
diff changeset
66 libpurple/tests/check_libpurple
24013
216f8eb9d82d Add libpurple/tests/libpurple.. to the list of files to ignore. I don't
Richard Laager <rlaager@wiktel.com>
parents: 22589
diff changeset
67 libpurple/tests/libpurple..
17414
ecf5bf6daa78 Create .def files for easy msvc import library creation.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 16602
diff changeset
68 libpurple/version.h$
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
69 libpurple/win32/libpurplerc.rc$
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
70 libtool
15457
f217a2d656c8 Add support for win32 makefile variable overriding using a "local.mak" file in the build root directory. This makes maintaining a custom build environment or cross-compiling easier.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15396
diff changeset
71 local.mak
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
72 ltmain.sh
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
73 missing
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
74 mkinstalldirs
15396
eb93d03ed6c7 More ignoration fixes
Ethan Blanton <elb@pidgin.im>
parents: 15395
diff changeset
75 po/Makefile.in.in
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
76 po/POTFILES$
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
77 po/missing
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
78 po/notexist
16206
93f1801d4cc6 Update .mtn-ignore to properly deal with things produced by make check
Richard Laager <rlaager@wiktel.com>
parents: 16139
diff changeset
79 po/pidgin.pot
15379
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
80 po/stamp-it
b2a8c5eca30a Add a .mtn-ignore to silence monotone when builds finally work
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
81 stamp-h1
15395
0453c85a1c51 Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15379
diff changeset
82 win32-install-dir(\.release)?
16139
caab13aa0b5c Apparently the .mtn-ignore patterns are regular expressions. This means
Richard Laager <rlaager@wiktel.com>
parents: 16110
diff changeset
83 VERSION$