1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
bin/alice
Changes
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Share.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/App/Alice.pm
lib/App/Alice.pod
lib/App/Alice/Commands.pm
lib/App/Alice/Config.pm
lib/App/Alice/History.pm
lib/App/Alice/HTTPD.pm
lib/App/Alice/InfoWindow.pm
lib/App/Alice/IRC.pm
lib/App/Alice/Logger.pm
lib/App/Alice/MessageBuffer.pm
lib/App/Alice/MessageStore/Memory.pm
lib/App/Alice/MessageStore/Redis.pm
lib/App/Alice/Notifier/Growl.pm
lib/App/Alice/Notifier/LibNotify.pm
lib/App/Alice/Signal.pm
lib/App/Alice/Stream.pm
lib/App/Alice/Test/MockIRC.pm
lib/App/Alice/Test/NullHistory.pm
lib/App/Alice/Window.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
share/commands.pl
share/log.db
share/log.sql
share/static/alice-dark.css
share/static/alice-default.css
share/static/alice.js
share/static/favicon.ico
share/static/image/alice.png
share/static/image/aquaTabClose.png
share/static/image/background-self.png
share/static/image/background.png
share/static/image/config.png
share/static/image/formatting.png
share/static/image/overflow-active.png
share/static/image/overflow.png
share/static/image/pause.png
share/static/image/play.png
share/static/image/privateChatTab.png
share/static/image/privateChatTabNewMessage.png
share/static/image/roomTab.png
share/static/image/roomTabDisabled.png
share/static/image/roomTabNewHighlightMessage.png
share/static/image/roomTabNewMessage.png
share/static/image/shadow-bottom.png
share/static/image/shadow-top.png
share/static/image/smartTranscriptTab.png
share/static/image/smartTranscriptTabActivity.png
share/static/image/speech.png
share/static/image/sprites.acorn
share/static/image/sprites.png
share/static/image/terminal.png
share/templates/announcement.html
share/templates/avatargrid.html
share/templates/event.html
share/templates/help.html
share/templates/index_footer.html
share/templates/index_head.html
share/templates/login.html
share/templates/logs.html
share/templates/message.html
share/templates/new_server.html
share/templates/prefs.html
share/templates/range.html
share/templates/results.html
share/templates/select.html
share/templates/server_listitem.html
share/templates/servers.html
share/templates/tab.html
share/templates/window.html
share/templates/window_footer.html
share/templates/window_head.html
t/01-use.t
t/02-app.t
t/03-window.t
t/04-irc.t
t/alice/test_config
t/pod.t
|