about summary refs log tree commit diff stats
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor call_externalWilliam Wennerström2020-12-111-2/+2
* Use get_expanded_path() in cmd_senfile()Michael Vetter2020-12-091-0/+1
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-0/+2
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-0/+1
* Get rid of str_contains()Michael Vetter2020-11-021-1/+0
* Apply coding styleMichael Vetter2020-07-071-26/+25
* Revert "Apply coding style"Michael Vetter2020-07-071-25/+26
* Apply coding styleMichael Vetter2020-07-071-26/+25
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-031-1/+1
* Create call_external() helper functionMichael Vetter2020-05-201-0/+2
* Remove file_getline() declarationMichael Vetter2020-04-201-1/+0
* Put getting mentions in own functionMichael Vetter2020-02-201-0/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Move code from jid_random_resource() into own functionMichael Vetter2019-10-161-0/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Merge pull request #1011 from jubalh/sha1Michael Vetter2018-09-191-2/+0
|\
| * Move p_sha1_hash() to stanza.cMichael Vetter2018-09-061-2/+0
* | use gio functions for file copyPhilip Flohr2018-09-061-1/+1
|/
* Move ID generation to xmpp folderMichael Vetter2018-08-301-1/+0
* Use uuid in create_unique_id instead of counterMichael Vetter2018-08-141-1/+0
* Update copyrightJames Booth2018-01-211-1/+1
* Update Glib dependency to 2.40James Booth2017-03-251-20/+0
* Allow installing plugins from directoryJames Booth2017-02-051-0/+4
* Update CopyrightJames Booth2017-01-281-1/+1
* Move window functions to window_list.cJames Booth2016-07-241-3/+1
* Move resource conversionsJames Booth2016-07-241-6/+1
* Add config/files.cJames Booth2016-07-241-2/+0
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add /plugins install commandJames Booth2016-07-121-0/+1
* Added whole word matches for room mentionJames Booth2016-04-071-1/+2
* Added prof_strstr functionJames Booth2016-04-031-1/+2
* Updated copyrightJames Booth2016-02-141-1/+1
* Applied coding style to src/James Booth2015-10-261-2/+1
* Use consistent style for pointersMichael Vetter2015-10-211-13/+13
* Create is_notify_enabled functionMichael Vetter2015-10-121-0/+1
* Fixed OTR decryption checkJames Booth2015-08-271-1/+1
* Added str_contains_str to commonJames Booth2015-08-261-0/+1
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-7/+0
* Added more connect testsJames Booth2015-05-241-0/+1
* Moved _strtoi to common, strtoi_rangeJames Booth2015-03-161-0/+1
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\
| * Updated copyrightJames Booth2015-02-101-1/+1
* | Merge branch 'master' into readlineJames Booth2015-02-081-0/+1
|\|
| * Moved quote stripper to common, added testsJames Booth2015-02-081-0/+1
* | Refactor inputwin.cJames Booth2015-01-181-0/+8
|/
* Added utf8_display_lenJames Booth2015-01-171-0/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+1
* fgets: buffer sizePeter Vilim2015-01-071-0/+5
* Follow symlinks for profrc and accounts filesJames Booth2014-10-261-0/+2
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
0 } /* 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=yellow
titlebar=red
titlebar.text=black
titlebar.brackets=blue
titlebar.unencrypted=black
titlebar.encrypted=white
titlebar.untrusted=white
titlebar.trusted=green
titlebar.online=white
titlebar.offline=black
titlebar.away=white
titlebar.chat=white
titlebar.dnd=black
titlebar.xa=white
statusbar=green
statusbar.text=black
statusbar.time=black
statusbar.brackets=blue
statusbar.active=white
statusbar.new=white
main.text=black
main.text.me=black
main.text.them=green
main.splash=blue
main.help.header=black
main.time=blue
input.text=black
subscribed=blue
unsubscribed=white
otr.started.trusted=green
otr.started.untrusted=white
otr.ended=red
otr.trusted=green
otr.untrusted=white
online=blue
away=white
chat=blue
dnd=white
xa=white
offline=white
incoming=blue
mention=blue
trigger=blue
typing=black
gone=green
error=red
roominfo=blue
roommention=blue
roommention.term=blue
roomtrigger=blue
roomtrigger.term=blue
me=black
them=black
roster.header=black
roster.chat=blue
roster.online=blue
roster.away=white
roster.xa=white
roster.dnd=white
roster.offline=white
roster.chat.active=blue
roster.online.active=blue
roster.away.active=white
roster.xa.active=white
roster.dnd.active=white
roster.offline.active=white
roster.chat.unread=blue
roster.online.unread=blue
roster.away.unread=white
roster.xa.unread=white
roster.dnd.unread=white
roster.offline.unread=white
roster.room=blue
roster.room.unread=blue
roster.room.mention=blue
roster.room.trigger=blue
occupants.header=black
receipt.sent=red