about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Changed room help colour, added whitespace after invalid field settingJames Booth2014-10-242-4/+19
| * Removed room unlocked console messageJames Booth2014-10-241-1/+0
| * Added locked messages when joining roomsJames Booth2014-10-231-1/+1
| * Removed console message when joining locked roomsJames Booth2014-10-231-2/+0
| * Renamed room destroy functionJames Booth2014-10-233-4/+4
| * Added /account clear [account] portJames Booth2014-10-234-0/+16
| * Added /account clear [account] serverJames Booth2014-10-234-0/+16
| * Added patch from @pasis for big endian architecturesJames Booth2014-10-211-7/+11
| * Revert "Removed 0.4.5 todo"James Booth2014-10-201-10/+0
| * Removed 0.4.5 todoJames Booth2014-10-201-0/+10
* | Follow symlinks for profrc and accounts filesJames Booth2014-10-264-2/+43
|/
* Implemented new field commandsJames Booth2014-10-193-201/+220
* Updated form field helpJames Booth2014-10-191-10/+10
* Added /form help autocompleteJames Booth2014-10-191-9/+30
* Refactor form field and form autocompletersJames Booth2014-10-191-72/+61
* Added all autocompelers for form fieldsJames Booth2014-10-191-108/+40
* Added autocomplete for /field list-single typesJames Booth2014-10-191-5/+9
* Added autocomplete for /field boolean typesJames Booth2014-10-191-1/+54
* Remove fields from command autocomplete on form submit/cancelJames Booth2014-10-182-0/+11
* Add fields to command autocompleter on switch/previous/nextJames Booth2014-10-183-0/+66
* Moved previous win functionJames Booth2014-10-181-22/+22
* Set file permissions for logsJames Booth2014-10-182-0/+10
* Set file permissions for preferences fileJames Booth2014-10-181-0/+7
* Set file permissions for accounts fileJames Booth2014-10-181-0/+6
* Fixed message on /ban in private conversationsJames Booth2014-10-181-1/+1
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-189-77/+164
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-185-40/+0
* Show occupants role/affiliation changesJames Booth2014-10-187-21/+104
* Added reason to role/affiliation changesJames Booth2014-10-186-29/+57
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-183-3/+19
* Show occupants role and affiliation when they join a roomJames Booth2014-10-183-6/+13
* Don't show join messages on subsequent /join commandsJames Booth2014-10-183-1/+12
* Removed /help otherJames Booth2014-10-183-6/+0
* Removed /duck commandJames Booth2014-10-1812-200/+3
* Show role/affiliation on room join and on changeJames Booth2014-10-123-3/+43
* Added validation to /role and /affiliationJames Booth2014-10-122-29/+34
* Allow /role list and /affiliation list with no argsJames Booth2014-10-123-6/+23
* Added /affiliation and /role commandsJames Booth2014-10-124-136/+201
* Removed /room info command, covered by /infoJames Booth2014-10-112-10/+7
* Moved /room subject to /subjectJames Booth2014-10-113-45/+66
* Moved /room ban to /banJames Booth2014-10-113-20/+57
* Moved /room kick to /kickJames Booth2014-10-103-24/+63
* Fixed nick changesJames Booth2014-10-102-2/+7
* Added key code for ctrl-left ctrl-rightJames Booth2014-10-091-2/+2
* Renamed args to /occupants defaultJames Booth2014-10-095-19/+82
* Added occupants UI preferenceJames Booth2014-10-093-1/+7
* Implemented /occupants showJames Booth2014-10-096-4/+43
* Implemented /occupants hideJames Booth2014-10-095-4/+33
* Added /occupants commands, unfinishedJames Booth2014-10-095-1/+62
* Add key codes for shift arrow keys on ITermJames Booth2014-10-081-2/+2
0 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143