about summary refs log tree commit diff stats
path: root/docs/profanity.1
Commit message (Expand)AuthorAgeFilesLines
* Updated man pageJames Booth2013-07-221-2/+8
* Added to man pageJames Booth2013-03-101-0/+2
* Updated man page with links to websiteJames Booth2012-12-301-121/+2
* Fixed config location in man pageJames Booth2012-11-251-2/+2
* Added theme files support with /theme commandJames Booth2012-11-211-12/+38
* Added more colour preferencesJames Booth2012-11-211-13/+22
* Correction in man pageJames Booth2012-10-271-1/+1
* Updated for release 0.1.9James Booth2012-10-241-2/+4
* Added Dmitry to contributors list in man pageJames Booth2012-10-211-0/+2
* Updated man pageJames Booth2012-10-141-0/+2
* Updated man pageJames Booth2012-09-231-0/+2
* Fixed duplication in man pageJames Booth2012-09-091-4/+0
* Moved homepage link on man pageJames Booth2012-08-221-6/+6
* Added some logging and updated man pageJames Booth2012-08-221-2/+34
* Added colours to man pageJames Booth2012-08-191-1/+3
* Added section to man pageJames Booth2012-08-191-0/+19
* Quotes in man pageJames Booth2012-08-191-1/+1
* Added manpageJames Booth2012-08-191-0/+104
highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
void connect_jid_requests_roster(void **state);
void connect_jid_sends_presence_after_receiving_roster(void **state);
void connect_jid_requests_bookmarks(void **state);
void connect_bad_password(void **state);
void connect_shows_presence_updates(void **state);