annotate .hgignore @ 1731:4fbfae993c24

Improve login process The roster and private storage elements are requested before broadcasting our presence, because we want the roster before we receive our contacts presence notifications. This is more efficients, and also solves an issue with entity capabilities (as we do not store caps for unknown items).
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 18:50:30 +0100
parents 0fa71bfe703d
children d86e35d72955
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
1 syntax: glob
255
035e45093ab7 # HG changeset patch
mikael@frmp8452
parents: 0
diff changeset
2
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
3 Makefile
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
4 Makefile.in
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
5 *.[oa]
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
6 *.l[oa]
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
7 .libs
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
8 .deps
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
9 mcabber/mcabber/hgcset.h
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
10 mcabber/mcabber/mcabber
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
11 mcabber/mcabber/mcabber.exe
1724
0fa71bfe703d Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1672
diff changeset
12 mcabber/mcabber.pc
255
035e45093ab7 # HG changeset patch
mikael@frmp8452
parents: 0
diff changeset
13
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
14 autom4te.cache
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
15 mcabber/aclocal.m4
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
16 mcabber/config.sub
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
17 mcabber/configure
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
18 mcabber/connwrap/depcomp
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
19 mcabber/depcomp
1051
9d604589d41d Update .hgignore
Mikael Berthe <mikael@lilotux.net>
parents: 925
diff changeset
20 mcabber/libtool
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
21 mcabber/ltmain.sh
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
22 mcabber/macros/lt*.m4
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
23 mcabber/macros/libtool.m4
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
24 mcabber/missing
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
25 mcabber/mkinstalldirs
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
26 mcabber/mcabber/stamp-h1
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
27 mcabber/include/stamp-h2
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
28
925
442e2f9e8bfb Hg-ignore config.h*
Mikael Berthe <mikael@lilotux.net>
parents: 869
diff changeset
29 config.h*
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
30 config.{log,cache,guess,status}
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
31
1567
48c2060845ac Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1051
diff changeset
32 mcabber/doc/guide/guide.{aux,bbl,blg,log,out,pdf,toc}
48c2060845ac Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1051
diff changeset
33
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
34 *.sw?
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
35 cscope.out
869
9ce308598c0a HG-Ignore ctags file
Mikael Berthe <mikael@lilotux.net>
parents: 817
diff changeset
36 tags
798
bbaab5692b0e hgignore: Ignore hgcset.h
Mikael Berthe <mikael@lilotux.net>
parents: 435
diff changeset
37 mcabber/ptodo
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
38 mcabber/ppatches