about summary refs log tree commit diff stats
path: root/tests/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+1
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-281-7/+7
* Use hash table for bookmarksJames Booth2016-08-212-3/+1
* Send receipt request only when receiver supports featureJames Booth2016-08-183-5/+11
* Only include receipts feature in disco responses when enabledJames Booth2016-08-181-0/+2
* Use hashtables for plugin disco featuresJames Booth2016-08-173-0/+147
* Rename Capabilties -> EntityCapabilitiesJames Booth2016-08-131-2/+2
* Move all filepath handling to files.cJames Booth2016-07-241-18/+2
* Move xgd functionsJames Booth2016-07-241-2/+2
* Move window functions to window_list.cJames Booth2016-07-243-315/+0
* Move autoaway checkJames Booth2016-07-241-0/+2
* Moved window_list.cJames Booth2016-07-241-1/+1
* Moved roster_list.cJames Booth2016-07-244-4/+4
* Moved muc.cJames Booth2016-07-244-4/+4
* Moved jid.cJames Booth2016-07-241-2/+2
* Moved contact.cJames Booth2016-07-243-3/+3
* Moved chat_session.cJames Booth2016-07-245-6/+6
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
* Remove plugin window on /closeJames Booth2016-07-121-1/+1
* Unit test for callback_add_command()James Booth2016-07-041-7/+32
* Free plugins commands on quitJames Booth2016-07-044-1/+39
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+1
* Move /statuses options to /presence commandJames Booth2016-05-314-61/+61
* Option to bookmark room invitesJames Booth2016-05-231-0/+5
* Rename command sourcesJames Booth2016-05-2212-15/+15
* Add cmd_autocomplete.cJames Booth2016-05-201-1/+2
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-1012-85/+0
* Move disco info struct to connectionJames Booth2016-05-071-1/+1
* Remove redundant tls secured functionJames Booth2016-05-061-1/+1
* Move send stanza functionJames Booth2016-05-061-1/+1
* Move conn is secure functionJames Booth2016-05-061-1/+1
* Move tls peer cert functionJames Booth2016-05-061-1/+1
* Move uuid functionsJames Booth2016-05-061-2/+2
* Move connection fulljid functionJames Booth2016-05-062-2/+2
* Rename jabber_ functionsJames Booth2016-05-067-60/+72
* Add session.cJames Booth2016-05-0511-84/+84
* Tidy xmpp headersJames Booth2016-05-041-0/+1
* Add /blocked commandJames Booth2016-05-011-0/+28
* Fixed test stubsJames Booth2016-05-011-1/+1
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+1
* Refactored /account set commandsJames Booth2016-04-281-1/+1
* Fixed testsJames Booth2016-04-274-112/+87
* Added include to fix testsJames Booth2016-04-261-0/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-262-3/+67
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-0/+1
* Added whole word matches for room mentionJames Booth2016-04-074-112/+139
* Added prof_strstr functionJames Booth2016-04-033-70/+112
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-317-17/+17
* Added prof_send_stanza to plugins APIJames Booth2016-03-231-0/+6
highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .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 */
[colours]
bkgnd=default
titlebar=magenta
titlebar.text=white
titlebar.brackets=white
titlebar.unencrypted=black
titlebar.encrypted=cyan
titlebar.untrusted=yellow
titlebar.trusted=cyan
titlebar.online=white
titlebar.offline=black
titlebar.away=white
titlebar.chat=white
titlebar.dnd=black
titlebar.xa=white
statusbar=default
statusbar.text=white
statusbar.time=white
statusbar.brackets=red
statusbar.active=cyan
statusbar.new=white
main.text=blue
main.text.me=white
main.text.them=bold_white
main.splash=red
main.help.header=bold_blue
main.time=green
input.text=yellow
subscribed=bold_magenta
unsubscribed=bold_black
otr.started.trusted=cyan
otr.started.untrusted=yellow
otr.ended=blue
otr.trusted=cyan
otr.untrusted=yellow
online=red
away=cyan
chat=green
dnd=megenta
xa=cyan
offline=green
incoming=yellow
mention=green
trigger=green
typing=magenta
gone=yellow
error=red
roominfo=white
roommention=bold_green
roommention.term=bold_green
roomtrigger=bold_green
roomtrigger.term=bold_green
me=white
them=white
roster.header=bold_cyan
roster.chat=green
roster.online=red
roster.away=cyan
roster.xa=cyan
roster.dnd=magenta
roster.offline=green
roster.chat.active=green
roster.online.active=red
roster.away.active=cyan
roster.xa.active=cyan
roster.dnd.active=magenta
roster.offline.active=green
roster.chat.unread=bold_green
roster.online.unread=bold_red
roster.away.unread=bold_cyan
roster.xa.unread=bold_cyan
roster.dnd.unread=bold_magenta
roster.offline.unread=bold_green
roster.room=red
roster.room.unread=bold_red
roster.room.mention=bold_red
roster.room.trigger=bold_red
occupants.header=bold_cyan
receipt.sent=red